To ensure Venon can accurately track sales, conversions, and profit sources across all your marketing channels, you need to install a small tracking script on every external landing page that is not directly connected to your Shopify theme.
Installation Instructions
Open your landing page builder or website editor.
Locate the <head> section of your landing page’s HTML.
Paste the following snippet at the very top of the <head> section — as high as possible:
<script async src="https://storage.googleapis.com/tp_script/YOURSHOPIFYURL.myshopify.com/config.js"></script>
Replace YOURSHOPIFYURL with your actual Shopify shop name.
For example, if your store’s URL is 213744-1a.myshopify.com, the snippet should look like this:
<script async src="https://storage.googleapis.com/tp_script/213744-1a.myshopify.com/config.js"></script>
