• Resolved pako69

    (@pako69)


    Hi

    I use:

    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-4452875-1"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
      gtag('config', 'UA-4452875-1', {
    	'link_attribution': true, 
    	'anonymize_ip': true
      });
    
      if (window.performance) {
        var timeSincePageLoad = Math.round(performance.now());
        gtag('event', 'timing_complete', {
          'name': 'load',
          'value': timeSincePageLoad,
          'event_category': 'JS Dependencies'
        });
      }
    </script>

    But only the:
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-4452875-1"></script> is rendered?

    Thanks

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘G.A. Script is’ is closed to new replies.