ad_storage, analytics_storage and others
-
Hi, I need to implement https://www.iubenda.com/it/help/27154-google-consent-mode but I must add consent code for example
// Default consent mode is "denied" for both ads and analytics, but delay for 2 seconds until the Cookie Solution is loaded gtag("consent", "default", { ad_storage: "denied", analytics_storage: "denied", wait_for_update: 2000 // milliseconds }); // Improve ad click measurement quality (optional) gtag('set', 'url_passthrough', true); // Further redact your ads data (optional) gtag("set", "ads_data_redaction", true);
how can I add this code?
thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘ad_storage, analytics_storage and others’ is closed to new replies.