From 33f0b07e3ca5c518489d0ce1a8c6c1a23397366d Mon Sep 17 00:00:00 2001 From: Jacob Bates Date: Wed, 23 May 2018 14:30:40 -0400 Subject: [PATCH] Anonymized ip fixes #74 --- _includes/google-analytics.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/google-analytics.html b/_includes/google-analytics.html index eb2a692a56..a5a620557a 100644 --- a/_includes/google-analytics.html +++ b/_includes/google-analytics.html @@ -5,6 +5,7 @@ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', '{{ site.google_analytics }}', 'auto'); + ga('set', 'anonymizeIp', true); ga('send', 'pageview');