-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
Hi im configuring google tag manager and i want to implement consent mode.
Now im just using code like this but it looks like it send it to google as custom event, not as consent i think
this.$gtm.push({
event: 'cookie_consent_update',
cookie_consent_status: 'custom',
cookie_consent_analytics: this.consent.analytics ? 'granted' : 'denied',
cookie_consent_advertising: this.consent.advertising ? 'granted' : 'denied',
cookie_consent_functionality: this.consent.functionality ? 'granted' : 'denied',
cookie_consent_personalization: this.consent.personalization ? 'granted' : 'denied'
})
In google tag manager debug console im getting event like this
but in docs it looks like this
Metadata
Metadata
Assignees
Labels
No labels

