Insert analytics
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
08d4797949
commit
4397af23eb
1 changed files with 15 additions and 0 deletions
|
@ -50,5 +50,20 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Matomo -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="https://counter.baalajimaestro.me/";
|
||||
_paq.push(['setTrackerUrl', u+'86eff12f2496']);
|
||||
_paq.push(['setSiteId', '3']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.async=true; g.src=u+'dd168412e25a.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue