This commit is contained in:
Kevin Ngo
2018-11-19 08:07:50 -08:00
parent 42f3753f75
commit 7234be65bd
2 changed files with 9 additions and 0 deletions

7
src/templates/ga.html Normal file
View File

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