Aias00 commented on PR #2877:
URL: https://github.com/apache/hertzbeat/pull/2877#issuecomment-2579051405
> hi @Aias00 here is the tracking code. siteId 67
>
> ```
> <!-- 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', '67']);
> 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 -->
> ```
great
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]