diff options
| author | Kamran Ahmed <kaahmed@altayer.com> | 2019-06-20 18:07:51 +0400 |
|---|---|---|
| committer | Kamran Ahmed <kaahmed@altayer.com> | 2019-06-20 18:07:51 +0400 |
| commit | 7d27ef17f1cac784f576a65fa9f02ce73f55804a (patch) | |
| tree | 4bd96f2924d041968ca8e344215f6d012bec26ce | |
| parent | Bump version 0.1.2 (diff) | |
| download | githunt-7d27ef17f1cac784f576a65fa9f02ce73f55804a.tar.gz | |
Add google analytics
| -rw-r--r-- | public/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index 3f58507..afec8e4 100644 --- a/public/index.html +++ b/public/index.html @@ -13,5 +13,15 @@ You need to enable JavaScript to run this app. </noscript> <div id="root"></div> + +<!-- Global site tag (gtag.js) - Google Analytics --> +<script async src="https://www.googletagmanager.com/gtag/js?id=UA-58155965-3"></script> +<script> + window.dataLayer = window.dataLayer || []; + function gtag(){dataLayer.push(arguments);} + gtag('js', new Date()); + + gtag('config', 'UA-58155965-3'); +</script> </body> </html> |
