forked from mystiq/website
Merge pull request 'fix: matomo website integration' (#2) from Arsharth/website:master into master
Reviewed-on: mystiq/website#2
This commit is contained in:
commit
490b8289e5
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