You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
After a work session with a Ads specialist and reading the google tag manager documention, there is a issue with the setDefaultConsentState in the template.
The setDefaultConsentState need to be called with values respecting regional laws.
So for EU most of permissions need to be denied.
And the user accepted permissions need to be set with updateConsentState.
And in gtm_template.tpl the setDefaultConsentState is called with the values comming from the cookies with are not the defaults respecting the region law.
This happen on the page rendering after the cookie banner is accepted and the banner is not shown enymore.
If you agree with this, i can make a pull request for it.
Regards,
Sacha
The text was updated successfully, but these errors were encountered:
If I may contribute to this discussion, I believe what's ideally needed is a region aware Default Consent Setting, which would look similar to the Composite Consent setting. This would allow ISO-3166-1 alpha-2 country code region defaults to be set as per Google Docs.
Here's a mockup of the fields to give the idea... though false/true might be replaced with denied/granted...
This would allow the default state (in Visibility and Default State) to be "tweaked" regionally as required. For example, only setting default of denied in regions (like EU) where this is required... but allowing implied consent by default in more relaxed regions.
Hi,
After a work session with a Ads specialist and reading the google tag manager documention, there is a issue with the setDefaultConsentState in the template.
The setDefaultConsentState need to be called with values respecting regional laws.
So for EU most of permissions need to be denied.
And the user accepted permissions need to be set with updateConsentState.
And in gtm_template.tpl the setDefaultConsentState is called with the values comming from the cookies with are not the defaults respecting the region law.
This happen on the page rendering after the cookie banner is accepted and the banner is not shown enymore.
If you agree with this, i can make a pull request for it.
Regards,
Sacha
The text was updated successfully, but these errors were encountered: