https://ns.adobe.com/xdm/context/consentstring
Consent String as presented by user along with standard information to help consent enforcer to parse the String.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Stable | No | Forbidden | Permitted | datatypes/consentstring.schema.json |
- Consent String
https://ns.adobe.com/xdm/context/consentstring- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Extensibility base schema
{
"xdm:consentStandard": "IAB TCF",
"xdm:consentStandardVersion": "2.0",
"xdm:consentStringValue": "BObdrPUOevsguAfDqFENCNAAAAAmeAAA.PVAfDObdrA.DqFENCAmeAENCDA",
"xdm:gdprApplies": true,
"xdm:containsPersonalData": false
}| Property | Type | Required | Default | Defined by |
|---|---|---|---|---|
| xdm:consentStandard | string |
Optional | Consent String (this schema) | |
| xdm:consentStandardVersion | string |
Optional | Consent String (this schema) | |
| xdm:consentStringValue | string |
Optional | Consent String (this schema) | |
| xdm:containsPersonalData | boolean |
Optional | Consent String (this schema) | |
| xdm:gdprApplies | boolean |
Optional | false |
Consent String (this schema) |
* |
any | Additional | this schema allows additional properties |
This helps determine the format of the consent string as set by consent management services.
xdm:consentStandard
- is optional
- type:
string - defined in this schema
string
Standards version to accurately define the format of the consent string as set by consent management services.
xdm:consentStandardVersion
- is optional
- type:
string - defined in this schema
string
Full consent string as provided by consent management services. Standard and Version help define how to parse this string.
xdm:consentStringValue
- is optional
- type:
string - defined in this schema
string
If this is true, it means consent is coming with personal data.
xdm:containsPersonalData
- is optional
- type:
boolean - defined in this schema
boolean
If this is true, it means this consent string needs to be processed for consent enforcement.
xdm:gdprApplies
- is optional
- type:
boolean - default:
false - defined in this schema
boolean