aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2017-10-18 21:52:29 +0530
committerGitHub <noreply@github.com>2017-10-18 21:52:29 +0530
commit629d66457bda59a6c916145ff3689de1d6129554 (patch)
tree8a81a9d7feea0d1c263421dcb3c62283bea3fef6
parentbcfdbbc2268ed43e76ce32b4e30cedf28033e327 (diff)
added analytics
-rw-r--r--index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html
index 1d40522..affc3d6 100644
--- a/index.html
+++ b/index.html
@@ -8,6 +8,15 @@
<link rel="stylesheet" href="css/style.css">
+<!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-103897969-2"></script>
+<script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'UA-103897969-2');
+</script>
</head>