From 00c0bd2497ca707977b620bd889b8ce7a29ddaae Mon Sep 17 00:00:00 2001 From: MaxBUhe Date: Wed, 10 Apr 2024 11:44:35 +0200 Subject: [PATCH] [OST830498][Fixed] comment-error Syntax-Error duo to the OXID-strip that made the inline-comment cut off "})" of the code --- Application/views/blocks/_gtm_js.tpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Application/views/blocks/_gtm_js.tpl b/Application/views/blocks/_gtm_js.tpl index c4d4757..28c17ca 100755 --- a/Application/views/blocks/_gtm_js.tpl +++ b/Application/views/blocks/_gtm_js.tpl @@ -13,16 +13,14 @@ dataLayer.push(arguments); } - // set „denied" as default for both ad and analytics storage, as well as ad_user_data and ad_personalization, gtag("consent", "default", { ad_user_data: "denied", ad_personalization: "denied", ad_storage: "denied", analytics_storage: "denied", - wait_for_update: 2000 // milliseconds to wait for update + wait_for_update: 2000 }); - // Enable ads data redaction by default [optional] gtag("set", "ads_data_redaction", true); [{/if}]