• Resolved DRwebdesign

    (@drwebdesign)


    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)
  • Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    Hi @drwebdesign,

    What is your domain? Then we can check your current setup.

    Rogier

    Thread Starter DRwebdesign

    (@drwebdesign)

    Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @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.