Hello,
we need to anonymize IPs in Germany for using Google Analytics. How I can activate this in admin settings?
For GA universal code:
ga('create', 'UA-XXXXXXX-X', 'website.de'); ga('set', 'anonymizeIp', true); ga('send', 'pageview');
For classic GA code:
_gaq.push(['_setAccount', 'UA-XXXXXXX-X']); _gaq.push(['_gat._anonymizeIp']); _gaq.push(['_trackPageview']);
Best regards