kparisa opened a new issue, #23:
URL: https://github.com/apache/iggy-website/issues/23

   To enable website analytics, configure Matoma script
   
   Site ID for iggy.apache.org is 80
   
   alternatively include the following script provided by Apache Privacy Team 
   --
   <!-- Matomo -->
   <script>
    var _paq = window._paq = window._paq || [];
    /* tracker methods like "setCustomDimension" should be called before
   "trackPageView" */
    _paq.push(["setDoNotTrack", true]);
    _paq.push(["disableCookies"]);
    _paq.push(['trackPageView']);
    _paq.push(['enableLinkTracking']);
    (function() {
      var u="https://analytics.apache.org/";;
      _paq.push(['setTrackerUrl', u+'matomo.php']);
      _paq.push(['setSiteId', '80']);
      var d=document, g=d.createElement('script'),
   s=d.getElementsByTagName('script')[0];
      g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
    })();
   </script>
   <!-- End Matomo Code -->


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to