Update cookie consent settings to deny ad-related storage

This commit is contained in:
2024-10-31 19:26:50 +01:00
parent b9998bdcb3
commit 8d5dadc0be

View File

@@ -6,10 +6,10 @@
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);} function gtag(){dataLayer.push(arguments);}
gtag( 'consent', 'default', { gtag( 'consent', 'default', {
'ad_storage': 'granted', 'ad_storage': 'denied',
'ad_user_data': 'granted', 'ad_user_data': 'denied',
'ad_personalization': 'granted', 'ad_personalization': 'denied',
'analytics_storage': 'granted', 'analytics_storage': 'denied',
'personalization_storage': 'granted', 'personalization_storage': 'granted',
'security_storage': 'granted', 'security_storage': 'granted',
'functionality_storage': 'granted', 'functionality_storage': 'granted',