adding google analytics

This commit is contained in:
Arjun Patel
2019-02-25 21:54:24 -08:00
parent 10f1564c54
commit 9c80d38672
+11
View File
@@ -15,6 +15,17 @@
<script src="https://unpkg.com/scrollreveal@4.0.0/dist/scrollreveal.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="./dist/js/jquery.countdown.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133343343-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-133343343-1');
</script>
</head>
<body class="is-boxed has-animations">