getVendorConsent
Last updated
Was this helpful?
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.
Returns:
boolean — true if consent is given, false otherwise.
Last updated
Was this helpful?
Was this helpful?