DOM EventsEvent structures

Widget.DataNotices.ConsentApproved

Emitted when a user approves data notices consent.

Fields

FieldTypeRequiredDescription
eventTypestringyesAlways "Widget.DataNotices.ConsentApproved"
dataobjectyesConsent details
data.jurisdictionstringyesJurisdiction code (for example, "US")

Example

{
  "eventType": "Widget.DataNotices.ConsentApproved",
  "data": {
    "jurisdiction": "US"
  }
}

On this page