[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:
parent
aa616db0f2
commit
02db7be9d8
@ -13,16 +13,14 @@
|
|||||||
dataLayer.push(arguments);
|
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", {
|
gtag("consent", "default", {
|
||||||
ad_user_data: "denied",
|
ad_user_data: "denied",
|
||||||
ad_personalization: "denied",
|
ad_personalization: "denied",
|
||||||
ad_storage: "denied",
|
ad_storage: "denied",
|
||||||
analytics_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);
|
gtag("set", "ads_data_redaction", true);
|
||||||
</script>
|
</script>
|
||||||
[{/if}]
|
[{/if}]
|
||||||
|
Loading…
Reference in New Issue
Block a user