getVendorConsent

getVendorConsent

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:

  • booleantrue if consent is given, false otherwise.

Last updated

Was this helpful?