Viewing 1 replies (of 1 total)
  • Plugin Author Undefined

    (@undefinedfr)

    Hello @kuitogu67

    Thank you for your message.

    Link’s statistics are not planned at the moment, maybe in a premium version.

    For tracking ID, you have to put the full JS tracking code in script tag like this :

    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=GA_MEASUREMENT_ID"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'GA_MEASUREMENT_ID');
    </script>
Viewing 1 replies (of 1 total)
  • The topic ‘Google analytics click tracking’ is closed to new replies.