Skip to content

Commit da46c33

Browse files
Fix matomo tracking code
1 parent f51f3e8 commit da46c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

matomo_analytics.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
(function() {
88
var u="https://www.analytics.osc.lmu.de/";
99
_paq.push(['setTrackerUrl', u+'matomo.php']);
10-
_paq.push(['setSiteId', '8']);
10+
_paq.push(['setSiteId', '6']);
1111
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
1212
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
1313
})();
1414
</script>
15-
<!-- End Matomo Code -->
15+
<!-- End Matomo Code -->

0 commit comments

Comments
 (0)