window.monsidoConsentManager object.| Name | Type | Description |
|---|---|---|
| cookiesConsent.cookies | string[] | Return an array of string of consented cookie categories. For example: ['essential', 'basic', 'marketing', 'analytics', 'personalisation'] |
| cookiesConsent.consented | boolean | Return true if consent is given. |
console.log('consented categories:', window.monsidoConsentManager.cookiesConsent.cookies);
console.log('isConsented', window.monsidoConsentManager.cookiesConsent.consented);If this content did not answer your questions, try searching or contacting our support team for further assistance.
If this content did not answer your questions, try searching or contacting our support team for further assistance.