We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change the script for Google Consent Mode to this, for all sites:
<script> window.dataLayer = window.dataLayer ||[]; function gtag(){dataLayer.push(arguments);} gtag('consent','default',{ 'ad_storage':'denied', 'analytics_storage':'denied', 'ad_user_data':'denied', 'ad_personalization':'denied', 'personalization_storage':'denied', 'functionality_storage':'granted', 'security_storage':'granted', 'wait_for_update': 500 }); gtag("set", "ads_data_redaction", true); </script>
The text was updated successfully, but these errors were encountered:
Issue #266 updating google consent.
59a9ee0
Merge pull request #268 from wri/issue-266-gconsent
4432ef8
This went up to the IOs but not flagship yet so moving it back to Ready to Deploy. Once it goes to Flagship, I'll close.
Sorry, something went wrong.
Looks good on test
mariacha
monicapatel21
No branches or pull requests
Change the script for Google Consent Mode to this, for all sites:
The text was updated successfully, but these errors were encountered: