• Resolved stanm784

    (@stanm784)


    My live shop, https://www.sealeatherwear.com is using Storefront 3.9.1. For testing, I upgraded my testshop to 4.5.5. How can custom code for Google Tag, such as

    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=AW-9999999999"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'AW-9999999999');
    </script>

    be added on every page after the <head> element?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding the Google tag on every page’ is closed to new replies.