diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2017-10-18 21:52:29 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-18 21:52:29 +0530 |
commit | 629d66457bda59a6c916145ff3689de1d6129554 (patch) | |
tree | 8a81a9d7feea0d1c263421dcb3c62283bea3fef6 /index.html | |
parent | bcfdbbc2268ed43e76ce32b4e30cedf28033e327 (diff) |
added analytics
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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> |