Tracking orders on Shopify

Tracking orders by triggering a WonderPush event on your order status page

Tracking Shopify conversions with WonderPush is easy: all you have to do is include a tracking code on your order status page.

As described in detail on the Shopify documentation website, the steps to include the tracking code are:

  1. From your Shopify admin, go to Settings > Checkout.
  2. Under Order processing, go to the Additional scripts text box.
  3. Paste your tracking code:
{% if first_time_accessed %}
  WonderPush.push(['trackEvent', 'purchase']);
{% endif %}

👍

That's it! Every purchase on Shopify will generate a purchase event in WonderPush.