Add fathom snippet for testing purposes

This commit is contained in:
Boris Kubiak 2018-08-14 08:43:31 +02:00
parent 287637cad7
commit 0c5d0dfe3b

View file

@ -32,6 +32,19 @@
this.cid = uuidv1();
localStorage.setItem('cid', this.cid);
}
// Fathom - simple website analytics - https://github.com/usefathom/fathom
(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, 'https://stats.vanity-eth.tk/tracker.js', 'fathom');
fathom('trackPageview');
}
}
</script>