singhpk234 commented on PR #2676:
URL: https://github.com/apache/polaris/pull/2676#issuecomment-3335790674

   Reply this 
   ```
   > Hi Prashant,
   >
   > Please find below the Matomo Tracking Code for Apache Polaris. It is
   > recommended that the Matomo Code is included immediately before the
   > closing </head> tag on your web pages.
   >
   > Analytics information for ASF websites can be viewed at the following 
location:
   >     https://analytics.apache.org/
   >
   > Regards
   >
   > Niall
   >
   >
   > <!-- 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', '81']);
   >     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