Google Analytics

How to configure Shopify to support full checkout tracking with Analytics and Google Tag Manager
Deploy Analytics via tags in Google Tag Manager and add the below code to Shopify Admin > Online Store > Preferences > Additional Google Analytics ...
Tue, 9 Mar, 2021 at 1:04 PM
Add Checkout Step tracking to Shopify Admin
Traditional Method Add the below code to the admin > online store > preferences > Google Analytics > Additional Google Analytics Javascript sec...
Tue, 9 Mar, 2021 at 1:07 PM
Run Shopify deployed Analytics code and GTM deployed Analytics together
Replace UA-XXXXXXXX-X with the Analytics Tracking ID that is being deployed by GTM var trackanalyticswithShopify = 0; if (window.location.href.includes...
Tue, 9 Mar, 2021 at 1:10 PM
How to get User ID from Shopify via GTM
Create a new Custom JavaScript variable and enter the code below  function (){ return __st["cid"]; } This variable can then be used to ...
Tue, 9 Mar, 2021 at 1:12 PM
Where can I find the Google Analytics tracking ID?
1) Sign in to your Analytics account. 2) Click Admin from the bottom left corner. 3) Select an account from the menu in the ACCOUNT column. 4) Select a prop...
Thu, 15 Jul, 2021 at 9:01 AM
Double Reporting Ecommerce Purchases in GA
Shopify have made a few modifications to the way that Analytics tracking code works If you are using the Analytics Tracking ID with additional javascrip...
Thu, 15 Jul, 2021 at 10:03 AM
How to configure Shopify to support full checkout tracking with Analytics and Google Tag Manager
In this step-by-step guide, we'll show you how to deploy Analytics via tags in Google Tag Manager and add the necessary code to your Shopify store.  ...
Mon, 5 Jun, 2023 at 10:55 AM
Add Checkout Step tracking to Shopify Admin
Are you using Shopify and looking to track your checkout steps in Google Analytics? We've got two methods for you! For the traditional method, simpl...
Mon, 5 Jun, 2023 at 10:57 AM
Run Shopify deployed Analytics code and GTM deployed Analytics together
To ensure accurate tracking with GTM, simply replace UA-XXXXXXXX-X with your Analytics Tracking ID. Follow these straightforward steps for a seamless deploy...
Mon, 5 Jun, 2023 at 10:59 AM
How to get the User ID from Shopify via GTM
Step-by-step guidance to create a Custom JavaScript variable! Follow the steps below to seamlessly pass data to Google Analytics through the setting variabl...
Mon, 5 Jun, 2023 at 11:00 AM