adding in google analytics

This commit is contained in:
Arjun Patel
2019-01-27 16:27:40 -08:00
parent 589ecf2393
commit 7239dff47d
+15
View File
@@ -15,6 +15,21 @@
<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">
<div class="body-wrap boxed-container">