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:
- From your Shopify admin, go to Settings > Checkout.
- Under Order processing, go to the Additional scripts text box.
- 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.
Updated over 3 years ago