Skip to main content

Track external landing pages

Moritz Fenske avatar
Written by Moritz Fenske
Updated over 2 months ago

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

  1. Open your landing page builder or website editor.

  2. Locate the <head> section of your landing page’s HTML.

  3. 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>
  4. 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>

Did this answer your question?