summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-05-08 22:17:56 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-12-13 16:59:18 +0100
commita58587d9ad93adc194ed9d890a83c21501c91587 (patch)
tree81771df849cb0ff7ab45984f7bdd651f7b74f680 /index.html
parentfacf52229a4cb92b26779ecd46c0f2526eaf443c (diff)
downloadbrokentalents-a58587d9ad93adc194ed9d890a83c21501c91587.tar.gz
brokentalents-a58587d9ad93adc194ed9d890a83c21501c91587.zip
google analytics
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/index.html b/index.html
index d6aff81..75929ef 100644
--- a/index.html
+++ b/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>
<script type="text/javascript" src="dist/build.js"></script></body>