vendor-change
Title
Description
Usage
jentis.consent.engine.addEventListener('jentis.consent.engine.vendor-change', function (e) {
console.log("Vendor consent changed:", e.detail.moreInfo);
});Event Data (e.detail.moreInfo)
e.detail.moreInfo)jsonCopyEdit{
"ga": true,
"adw": false,
"fb": true
}Last updated
Was this helpful?