[OST830498][Fixed] comment-error

Syntax-Error duo to the OXID-strip that made the inline-comment cut off "})" of the code
This commit is contained in:
MaxBUhe 2024-04-10 11:44:35 +02:00
parent 76eeb0d5bd
commit 00c0bd2497
1 changed files with 1 additions and 3 deletions

View File

@ -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);
</script>
[{/if}]