From f56123336012b8b0d9749c5fbfb1c83f01a0eda6 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 17 Apr 2018 18:21:51 +0200 Subject: [PATCH] set GA IP Anonymization --- _src/_includes/scripts.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_src/_includes/scripts.html b/_src/_includes/scripts.html index b6ddf62..860b721 100644 --- a/_src/_includes/scripts.html +++ b/_src/_includes/scripts.html @@ -47,6 +47,9 @@ if (!_dntEnabled()) { }); {% endif %} + // IP Anonymization + ga('set', 'anonymizeIp', true); + // Send initial pageview ga('send', 'pageview');