diff --git a/index.html b/index.html index d9ab0919..3c1c9f94 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,14 @@ window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); - + // Set default consent to 'denied' as a placeholder + // Determine actual values based on your own requirements + gtag('consent', 'default', { + 'ad_storage': 'denied', + 'ad_user_data': 'denied', + 'ad_personalization': 'denied', + 'analytics_storage': 'denied' + }); gtag('config', 'G-SSBKVF3GMX');