Add fathom snippet for testing purposes
This commit is contained in:
parent
287637cad7
commit
0c5d0dfe3b
1 changed files with 13 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue