fathom analytics

This commit is contained in:
2019-05-30 10:08:20 +02:00
parent 425fd1424e
commit c06e603988
2 changed files with 22 additions and 6 deletions

View File

@@ -1,11 +1,27 @@
{{define "analytics"}}{{if not debugMode}}
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
<script>
(function(f, a, t, h, o, m){
a[h]=a[h]||function(){
(a[h].q=a[h].q||[]).push(arguments)
};
o=f.createElement('script'),
m=f.getElementsByTagName('script')[0];
o.async=1; o.src=t; o.id='fathom-script';
m.parentNode.insertBefore(o,m)
})(document, window, '//fathom.pixeldrain.com/tracker.js', 'fathom');
fathom('set', 'siteId', 'AWHYP');
fathom('trackPageview');
</script>
<!-- / Fathom -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-24463738-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-24463738-4');
gtag('config', 'UA-24463738-4');
</script>
{{end}}{{end}}