diff options
| -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> |
