set GA IP Anonymization

This commit is contained in:
Matthias Kretschmann 2018-04-17 18:21:51 +02:00
parent a2ef3ebfe1
commit f561233360
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ if (!_dntEnabled()) {
});
{% endif %}
// IP Anonymization
ga('set', 'anonymizeIp', true);
// Send initial pageview
ga('send', 'pageview');