Widget.DataNotices.ConsentApproved
ユーザーがデータ通知の同意を承認したときに発行されます。
| フィールド | タイプ | 必須 | 説明 |
|---|
eventType | string | はい | 常に"Widget.DataNotices.ConsentApproved" |
data | object | はい | 同意の詳細 |
data.jurisdiction | string | はい | 管轄区域コード(たとえば、"US") |
{
"eventType": "Widget.DataNotices.ConsentApproved",
"data": {
"jurisdiction": "US"
}
}