Anonymizing IP
-
I’ve followed this article: https://complianz.io/how-to-configure-google-analytics-for-gdpr/, completed all the steps and entered my Google Analytics UA into Complianz plugin for tracking, ticked all 3 boxes. But still my tracking code is not anonymizing IP-adresses, if I use this piece of code to check:
ga(function() { var trackers = ga.getAll(); for (i = 0; i < trackers.length; i++) { var values = trackers[i].b.data.values; console.log(values[":trackingId"],values[":anonymizeIp"]); } });
And I need to this work, because I also want to track people who haven’t accepted the cookies and that should happen if I installed this correctly?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Anonymizing IP’ is closed to new replies.