diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-08 22:17:56 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 16:59:18 +0100 |
| commit | a58587d9ad93adc194ed9d890a83c21501c91587 (patch) | |
| tree | 81771df849cb0ff7ab45984f7bdd651f7b74f680 /src/index.html | |
| parent | facf52229a4cb92b26779ecd46c0f2526eaf443c (diff) | |
| download | brokentalents-a58587d9ad93adc194ed9d890a83c21501c91587.tar.gz brokentalents-a58587d9ad93adc194ed9d890a83c21501c91587.zip | |
google analytics
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> |
