universal-links-handler/views/fathom.ejs

19 lines
607 B
Plaintext

<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
<script>
/* Avoid counting development views */
if (document.location.hostname == 'join.status.im') {
(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.status.im/tracker.js', 'fathom');
fathom('set', 'siteId', 'BUWNH');
fathom('trackPageview');
}
</script>
<!-- / Fathom -->