I just figured out that there seems to be a problem with wp_rocket.
As soon as i deactivate the “Delay JavaScript Execution” option (what i’ve done right now) it works.
Is there a way to fix that?
All the best,
Daniel
Plugin Author
Aert
(@aahulsebos)
Hi @helloplanetat,
I will test it, could you tell me how you have added Analytics, with Complianz or another plugin, or directly?
Let me know,
regards Aert
Hi aert,
right now the Code is added manually (via theme) in the header and also in the Complianz Plugin.
All the best,
Daniel
Plugin Author
Aert
(@aahulsebos)
Hi @helloplanetat,
You can delete the manual implementation, Complianz will handle both implementation and consent.
This will remove the notice in the dashboard as well.
regards Aert
Hi @aahulsebos,
i removed the manual implementation from the analytics code from the header. It still works. Also the opt out function seems to work.
I have just one question: Does complianz add „_anonymizeIp()“ to the analytics code, so that analytics is compliant with DSGVO? Because my canalytics code in the header lookied like this:
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130165810-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-130165810-2', {'anonymize_ip': true});
</script>
Btw i fixed the problem with the “Delay JavaScript Execution” option from wp rocket by deleting al the google referred javascript from the list.
All the best,
Daniel
Hi @helloplanetat,
Great to hear that your initial issue has been solved.
Yes, anonymize_ip can be added by Complianz to strip a significant part of IP addresses. In the eye of privacy laws, this changes the data from personal data to non-identifiable data. For more information about this topic, please refer to https://complianz.io/are-your-ip-addresses-anonymized/.
I am marking this thread as resolved. Please feel free to reach out again if you have any further questions.
Thanks! I tried to check it but i didn’t find any “parameter AIP=”
I only have these:
v: 1
_v: j88
a: 1978301425
t: pageview
_s: 1
dl: https%3A%2F%2Frauf-und-davon.at%2F
ul: de-de
de: UTF-8
dt: Rauf%20und%20Davon%20-%20Dein%20Blog%20rund%20ums%20Thema%20Bergsteigen
sd: 24-bit
sr: 1920x1080
vp: 1186x937
je: 0
_u: IEBAAEABAAAAAC~
jid: 182865991
gjid: 671277742
cid: 1529441258.1614083367
tid: UA-130165810-2
_gid: 1443483728.1614083367
_r: 1
_slc: 1
z: 693468455
All the best,
Daniel