Title: Anonymizing IP
Last modified: March 22, 2020

---

# Anonymizing IP

 *  Resolved [DRwebdesign](https://wordpress.org/support/users/drwebdesign/)
 * (@drwebdesign)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/anonymizing-ip/)
 * I’ve followed this article: [https://complianz.io/how-to-configure-google-analytics-for-gdpr/](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)

 *  Plugin Contributor [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/anonymizing-ip/#post-12570420)
 * Hi [@drwebdesign](https://wordpress.org/support/users/drwebdesign/),
 * What is your domain? Then we can check your current setup.
 * Rogier
 *  Thread Starter [DRwebdesign](https://wordpress.org/support/users/drwebdesign/)
 * (@drwebdesign)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/anonymizing-ip/#post-12570665)
 * [This is the link](https://sneakersreinigen.nl/)
 *  Plugin Author [Aert](https://wordpress.org/support/users/aahulsebos/)
 * (@aahulsebos)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/anonymizing-ip/#post-12571729)
 * Hi [@drwebdesign](https://wordpress.org/support/users/drwebdesign/),
 * You can check this for your website if you go to:
 * Developers Console, for Chrome this is “Inspect”, then go to the tab network 
   > headers.
 * You should do a refresh most likely of your page and find the google.com request
   URL. This is very long URL with many parameters including AIP=1 or Anonymize 
   IP = 1 or True
 * I did a check, and it seems correct.
 * Let me know if you have any questions,
 * regards Aert

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Anonymizing IP’ is closed to new replies.

 * ![](https://ps.w.org/complianz-gdpr/assets/icon-256x256.png?rev=2881064)
 * [Complianz - GDPR/CCPA Cookie Consent](https://wordpress.org/plugins/complianz-gdpr/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/complianz-gdpr/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/complianz-gdpr/)
 * [Active Topics](https://wordpress.org/support/plugin/complianz-gdpr/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/complianz-gdpr/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/complianz-gdpr/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Aert](https://wordpress.org/support/users/aahulsebos/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/anonymizing-ip/#post-12571729)
 * Status: resolved