Gem Pages
<!-- Start of Littledata - Fix Google Analytics Script -->
{% include 'LittledataLayer' %}
<!-- End of Littledata - Fix Google Analytics Script -->Last updated
Was this helpful?
To ensure that the Littledata script is loading on your Gem Pages landing pages, you’ll need to visit your Gem Pages Template settings section to check if “Header & footer” is turned OFF or ON.
If ON, then no action is required. Your landing pages use the same theme.liquid file, where the Littledata script has already been added.
If OFF, then follow the steps below:
Visit Shopify Store Admin
Go to the Online Store
Go to Themes
Go to Actions
Click Edit code
Search and open: theme.gem-layout-none.liquid
Copy the code below
Paste the code before the closing </head> tag and Save
<!-- Start of Littledata - Fix Google Analytics Script -->
{% include 'LittledataLayer' %}
<!-- End of Littledata - Fix Google Analytics Script -->Last updated
Was this helpful?
Was this helpful?