Complianz do not work properly when we use compil with Complianz ?
-
Hello,
i just figured out that Complianz do not work properly – until user did not click on button “i accept” no cookies should be store, whereas if we use :
“yes, with google analytics” and set our code G4 in next step.. we can see that cookie (_ga and “_ga_” )are available even if we did not accept anything. Same thing happening with UA code.
To get it work, we have to switch to ” yes, and data are available to us” and use plugin HFCM by adding this way google tag :
<!-- Global site tag (gtag.js) - Google Analytics --> <script async type="text/plain" class="cmplz-stats" src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXX"></script> <script type="text/plain" class="cmplz-script"> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-XXXXXXX', { 'anonymize_ip': true }); </script>
i may misunderstood something but using ” yes with google analytics” should not load any cookie on website till user accept it.
thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Complianz do not work properly when we use compil with Complianz ?’ is closed to new replies.