Hello,
I have a problem with the plugin "Google Analytics No Cookies". Although IP anonymization is enabled in the settings, it does not work correctly.
First the initGA function
ga("set", "anonymizeIp", true);
is called and then:
ga("create", root.trackingid, root.options);
Calling ga("create",...) again resets the settings, so the "anonymizeIp" setting is back to its default value.
Since the default value is "false", the IP-anonymization is disabled again.
Suggested solution: For the anonymization to work successfully, first
ga("create", root.trackingid, root.options); and only then
ga("set", "anonymizeIp", true);
can be called.
Could you check this and fix it if necessary? That would be great!
Many greetings
Stefan (Steven)