• Resolved varindien

    (@varindien)


    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

    • This topic was modified 3 years, 10 months ago by varindien.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hello @varindien,
    If you have checked the three options during the Statistics configuration (screenshot), this means that you have a GDPR-proof implementation of Google Analytics, and that the script can be fired before consent.

    If Complianz detects that your implementation of statistics is not GDPR-proof, or that you are always required to ask for consent for statistics (Germany/Austria), Analytics will be loaded only after the user gives consent.

    Hope this clarifies.
    Kind regards,
    Jarno

    Thread Starter varindien

    (@varindien)

    Hello @jarnovos

    thanks !
    so i will use Germany/Austria configuration !

    • This reply was modified 3 years, 10 months ago by varindien.
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.