diff options
Diffstat (limited to 'docs/_includes/google-analytics.html')
-rw-r--r-- | docs/_includes/google-analytics.html | 9 |
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> |