From: XhmikosR Date: Fri, 15 Mar 2019 07:49:23 +0000 (+0200) Subject: GA: Anonymize IPs. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3c1cccd67b8b036a4be3af529d073ac09e0fc25;p=thirdparty%2Fbootstrap.git GA: Anonymize IPs. --- 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');