v2.15.0 January 20th, 2021

This release accounts for province code within FB server-side purchases, updates to utilize localStorage, and update to the source of transaction ids

  • Add province code to purchase event (to be used in Facebook Conversion API).
  • Only use localStorage if available.
  • Changed the transaction IDs used in our purchase conversion script to use checkout.id instead of order.id.
    • This change was made based on recommendation of Shopify due to a performance improvement rolled out in November 2020 that allowed customers to view the thank you page before the order was created. The impact of this change can be seen in a loss in conversions reported to GA and other channels, different transaction IDs in GA, etc. Read this guide for more details.