Widget.DataNotices.ConsentApproved
Emitted when a user approves data notices consent.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
eventType | string | yes | Always "Widget.DataNotices.ConsentApproved" |
data | object | yes | Consent details |
data.jurisdiction | string | yes | Jurisdiction code (for example, "US") |
Example
{
"eventType": "Widget.DataNotices.ConsentApproved",
"data": {
"jurisdiction": "US"
}
}