aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_includes/google-analytics.html
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2019-10-30 19:28:55 +0100
committerMarius Halden <marius.h@lden.org>2019-10-30 19:28:55 +0100
commit377bd96aab7cad3434185c30eb908c9da447fe40 (patch)
tree7ec5527e205d5b62caaa862a7de8cd25199c8bf0 /docs/_includes/google-analytics.html
parent56f61b1441070aa0b9ddcfc74aca46c20313609f (diff)
parent92b253904062edd533e55c22824de6fd01e2f7c1 (diff)
Merge tag 'v2.6' into fiksgatami-dev
Diffstat (limited to 'docs/_includes/google-analytics.html')
-rw-r--r--docs/_includes/google-analytics.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/_includes/google-analytics.html b/docs/_includes/google-analytics.html
new file mode 100644
index 000000000..16967f5e7
--- /dev/null
+++ b/docs/_includes/google-analytics.html
@@ -0,0 +1,9 @@
+<!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-660910-6"></script>
+<script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'UA-660910-6', { 'anonymize_ip': true });
+</script>