How to activate Zoex tracking script
To start tracking events with our app you'll need to setup our tracking script.
Set Zoex Tracking Script
- Go to your Shopify admin panel, and click on Settings:

- In settings you will need to select Customer events:

- Here you will need to be on Custom pixels and click on Add custom pixel:

- Provide a name to the pixel and click Add pixel:
You can write: ``
Zoex Pixel
``

- Copy & paste our script and save it:
``window.analytics = analytics
var zoex = document.createElement('script');
zoex.type = 'text/javascript';
zoex.src = 'https://zoex.upifycdn.com/tracking/zoex_tracker.js';
document.body.appendChild(zoex);
``

- After you saved the script, please click on the connect button, it'll open a popup and click connect there:

Updated on: 01/11/2022
Thank you!
