Skip to content

Commit 2bf4653

Browse files
committed
Documentation: Adapt matomo tracking code
1 parent 5c53fd1 commit 2bf4653

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docu/sphinx/source/_static/js/matomo.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
var u="https://www.byte-physics.de/piwik/";
99
_paq.push(['setTrackerUrl', u+'piwik.php']);
1010
_paq.push(['setSiteId', '1']);
11+
_paq.push(['setCookieDomain', '*.byte-physics.de']);
12+
_paq.push(['setDomains', '*.byte-physics.de']);
1113
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
1214
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
1315
})();

0 commit comments

Comments
 (0)