Consent Management
Setting Default Consent States
gtag('consent', 'default', {
'ad_storage': 'denied',
'ad_user_data': 'denied',
'ad_personalization': 'denied',
'analytics_storage': 'denied'
});Updating Consent State
gtag('consent', 'update', {
'ad_storage': 'granted'
});Last updated
Was this helpful?