Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter livpete

    (@livpete)

    Thanks for replying.

    As far as the Google Analytics point is concerned, where would I apply the attribute if the tracking code looks like this?

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

    The first script tag or the second?

Viewing 1 replies (of 1 total)