# getVendorConsent

## getVendorConsent

**Description:**\
Get the consent status for a single vendor.

**Syntax:**

```javascript
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.
