Take a stab at matomo tracking embed
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-04-28 12:28:27 +02:00
parent 2a35230191
commit 8d750a3eff
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 16 additions and 1 deletions

View File

@ -62,6 +62,21 @@
</p>
<!-- Matomo -->
<script type="text/javascript">
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://matomo.autonomic.zone/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '14']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</body>
</html>
</html>