getVendorFullData
Last updated
Was this helpful?
Description: Retrieve all available vendor information, including consent status and consent mode.
Syntax:
var oVendorInfo = jentis.consent.engine.getVendorFullData();Returns:
object — Vendor details object.
Example:
{
"ga": {
"status": true,
"consentMode": 0
},
"fb": {
"status": false,
"consentMode": 0
}
}Last updated
Was this helpful?
Was this helpful?