From e3c1cccd67b8b036a4be3af529d073ac09e0fc25 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 15 Mar 2019 09:49:23 +0200 Subject: [PATCH] GA: Anonymize IPs. --- docs/_includes/header.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 6afac5292c..3153291528 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -58,5 +58,6 @@ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-146052-10', 'getbootstrap.com'); + ga('set', 'anonymizeIp', true); ga('send', 'pageview');