Add Google Analytics (sorry for being evil)

This commit is contained in:
Gabriel Simmer 2018-03-08 07:30:46 -08:00
parent ae53a18a4d
commit 90ffb1557f

View file

@ -77,4 +77,14 @@
var strTime = hours + ':' + minutes + ' <small>' + ampm.toUpperCase() + '</small>';
document.getElementById("time").innerHTML=strTime;
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108077918-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-108077918-1');
</script>
</body>