minimal-consent-given
Title
jentis.consent.engine.minimal-consent-given
Description
Triggered when at least one vendor has a positive consent — either because the user just gave consent or consent was already stored from a previous visit.
Usage
jentis.consent.engine.addEventListener('jentis.consent.engine.minimal-consent-given', function (e) {
console.log("Minimal consent given.");
});
Event Data (e.detail
)
e.detail
)No additional data is passed with this event.
Last updated
Was this helpful?