forked from mystiq/website
fix: matomo website integration
Signed-off-by: Arsharth <arsharth2000@gmail.com>
This commit is contained in:
parent
1622d19571
commit
e766d0752f
1 changed files with 2 additions and 1 deletions
|
@ -47,12 +47,13 @@
|
|||
(function() {
|
||||
var u="//matomo.mystiq.app/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
_paq.push(['setSiteId', '2']);
|
||||
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 -->
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
|
|
Loading…
Reference in a new issue