跳到主要内容

Widget.DataNotices.ConsentApproved

当用户批准数据通知同意时发出。

字段

字段类型必需说明
eventTypestring始终为 "Widget.DataNotices.ConsentApproved"
dataobject同意详细信息
data.jurisdictionstring司法管辖区代码(例如,"US"

示例

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