Description: Get the consent status for a single vendor.
Syntax:
var bGoogleConsent = jentis.consent.engine.getVendorConsent("ga");
Parameters:
vendorId (string, required) — The ID of the vendor (e.g., "ga" for Google Analytics). You can find vendor IDs in the JENTIS Data Capture Platform under Legal Hub → Vendors.
vendorId
"ga"
Returns:
boolean — true if consent is given, false otherwise.
boolean
true
false
Last updated 5 months ago
Was this helpful?