• Resolved borishar

    (@borishar)


    So I installed the plugin and went through the google tag setup (already had google tag manager). When I preview it using tag manager, it shows that it’s giving default state as enabled before users even accept. Also the consent fires several times. Do we need to setup google tag manager part if we’re using the plugin? I tried so many different ways all the same. Default state shows enabled, then another consent shows denied … mess

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support CookieYes Team

    (@cookieyesteam)

    Hi @borishar,

    Greetings from CookieYes!

    Please make sure that you have followed the steps in this documentation?correctly.

    Also, please share your site URL so that we can debug this issue closely and provide you with a working solution.

    I do not understand. With the plugin, do we have also to ad this script un header ?

    <script>
    
    window.dataLayer = window.dataLayer || [];
    
    function gtag() {
    
    dataLayer.push(arguments);
    
    }
    
    gtag("consent", "default", {
    
    ad_storage: "denied",
    
    ad_user_data: "denied",
    
    ad_personalization: "denied",
    
    analytics_storage: "denied",
    
    functionality_storage: "denied",
    
    personalization_storage: "denied",
    
    security_storage: "granted",
    
    wait_for_update: 2000,
    
    });
    
    gtag("set", "ads_data_redaction", true);
    
    gtag("set", "url_passthrough", true);
    
    </script>
    Plugin Support CookieYes Team

    (@cookieyesteam)

    Hi @bjpbkk,

    If you want to integrate the CookieYes plugin with Google consent mode, then you have to paste the above code in your header and follow the instructions in this documentation.

    Plugin Support CookieYes Team

    (@cookieyesteam)

    Hi @borishar,

    This thread has been inactive for a bit, so we are going to mark it as resolved now. Please feel free to open a new thread or follow-up if you have any further questions or still need help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘So confusing. Help please’ is closed to new replies.