forgot to include matomo js

This commit is contained in:
Bea 2020-07-10 12:26:59 +02:00
parent fbf29736d3
commit d1cb30a010

View File

@ -1 +1,15 @@
// JavaScript Document
// JavaScript Document
var _paq = window._paq || [];
// require user consent before processing data
_paq.push(['requireConsent']);
_paq.push(['trackPageview']);
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//admin.mind-overflow.net/matomo/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();