• Resolved caffeinehigh

    (@zaphan58)


    Thank you for a great plugin it has been brilliant. I have one problem with consent mode v2 enabled.

    On page load the dataLayer looks like this:
    {“consent”,”default”,{“ad_storage”:”denied”,”ad_user_data”:”denied”,”ad_personalization”:”denied”,”analytics_storage”:”denied”}}

    Then upon acceptance the dataLayer looks like this:
    {“consent”,”default”,{“ad_storage”:”granted”,”ad_user_data”:”granted”,”ad_personalization”:”granted”,”analytics_storage”:”granted”}

    Our Google account manager is saying upon acceptance the consent value should be ‘update’ and not ‘default’ as shown on here:

    https://developers.google.com/tag-platform/security/guides/consent?consentmode=advanced#implementation_example

    Thanks again

Viewing 1 replies (of 1 total)
  • Plugin Author Johan Jonk Stenstr?m

    (@jonkastonka)

    In saveCookiesAndContentPolicySettings() that is run when the visitor accepts googleConsentMode() is called with the parameter grant set to true. Then consent is set to update. After that consent is set to default after reload. So everything is working as it should.

Viewing 1 replies (of 1 total)
  • The topic ‘Consent mode update value’ is closed to new replies.