1

analytics

This commit is contained in:
Evan Pratten 2019-05-02 17:35:32 -04:00
parent 33bc83c93b
commit 72bd4b59f3
2 changed files with 22 additions and 0 deletions

View File

@ -55,4 +55,15 @@
<script src="/js/links.js"></script>
<script src="/js/devrant-monitor.js"></script>
<script src="/js/content-rizer.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-74118570-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-74118570-2');
</script>
</body>

View File

@ -85,4 +85,15 @@
<script src="/js/main.js"></script>
<script src="/js/console.js"></script>
<script src="/js/links.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-74118570-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-74118570-2');
</script>
</body>