diff options
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 42470eb..3cbf2aa 100644 --- a/src/index.html +++ b/src/index.html @@ -11,7 +11,14 @@ enable_page_level_ads: true }); </script> - </head> + <script async src="//www.googletagmanager.com/gtag/js?id=UA-118868480-1"></script> + <script> + window.dataLayer = window.dataLayer || []; + function gtag(){dataLayer.push(arguments);} + gtag('js', new Date()); + gtag('config', 'UA-118868480-1'); + </script> + </head> <body> <div id="app"></div> </body> |
