getAllConsents
getAllConsents
Description: Retrieve the consent status for all vendors.
Syntax:
var aAllConsent = jentis.consent.engine.getAllConsents();Parameters:
(none)
Returns:
object— A key-value map of vendor IDs to consent status. Example:
{
"ga": true,
"fb": false
}Last updated
Was this helpful?