diff --git a/Application/views/blocks/_gtm_js.tpl b/Application/views/blocks/_gtm_js.tpl index c1ac162..35f1158 100755 --- a/Application/views/blocks/_gtm_js.tpl +++ b/Application/views/blocks/_gtm_js.tpl @@ -8,19 +8,19 @@ [{strip}] [{if $oViewConf->isGtmConsentModeSetActivated()}] - + gtag("consent", "default", { + ad_user_data: "denied", + ad_personalization: "denied", + ad_storage: "denied", + analytics_storage: "denied", + wait_for_update: 2000 + }); + [{/if}]