add self-hosted matomo pageview tracking
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
f129fddea9
commit
4b745db52e
|
@ -16,6 +16,7 @@
|
|||
{% include "style.css" %}
|
||||
</style>
|
||||
|
||||
{% include "matomo.html" %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="https://t.sneak.cloud/";
|
||||
_paq.push(['setTrackerUrl', u+'js/']);
|
||||
_paq.push(['setSiteId', '2']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'js/'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<noscript><p><img src="https://t.sneak.cloud/js/?idsite=2&rec=1" style="border:0;" alt="" /></p></noscript>
|
Loading…
Reference in New Issue