Add Google Analytics

This commit is contained in:
Leo
2020-07-13 15:11:56 -04:00
committed by GitHub
parent f7ca003d48
commit 7c630d8c9f

View File

@@ -106,6 +106,13 @@
</div>
<script src="bundle.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-172544485-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-172544485-1');
</script>
</body>