How to upgrade Zoex tracking script
To upgrade Zoex script the the newest version comes with a 2 stage actions.
The first stage will be setting up the new Zoex script.
The second stage will be disabling the old script from running so you won't have duplicated events.
STAGE 1:
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:
STAGE 2:
Disable Old Zoex Tracking Script
1️⃣ Go to your Shopify Themes menu.
2️⃣ Click "Customize":
3️⃣ Click "Theme settings":
4️⃣ Click "App embeds":
5️⃣ Disable our script and click "Save":
Well, that’s a wrap!
If this article did not solve your issue, our support team is available for you, just click the live chat button at the bottom-right corner of this page.
Updated on: 09/11/2022
Thank you!