minimal-consent-given
Last updated
Was this helpful?
jentis.consent.engine.minimal-consent-given
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.
jentis.consent.engine.addEventListener('jentis.consent.engine.minimal-consent-given', function (e) {
console.log("Minimal consent given.");
});e.detail)No additional data is passed with this event.
Last updated
Was this helpful?
Was this helpful?