14th August: Observability, Consent categories and more
β¨New and noteworthy
Observability
Consent categories
edgetag('getConsent', (consent, error, consentCategories) => {
console.log(consent) // { all: false, facebook: { facebook1: true, facebook2: false } }
console.log(consentCategories) // { all: false, necessary: true, advertising: false }
console.log(error) // undefined
})edgetag('ready', (params) => {
console.log('Consent Categories', params.consentCategories)
})window.addEventListener('edgetag-initialized', ({ detail }) => {
console.log('Consent Categories', detail.consentCategories)
})window.addEventListener('edgetag-consent', ({ detail }) => {
console.log('Old Categories', detail.oldConsentCategories)
console.log('New Categories', detail.newConsentCategories)
})β‘Improvements
π Fixes
π Details
Previous22nd Aug: Emotive popup capture, Chart legends, New email server and moreNext12th August: Enhanced Event transformation, Hubspot & Salesforce, First click attribtuion and more
Last updated
Was this helpful?

