DOM 이벤트이벤트 구조

Widget.DataNotices.ConsentApproved

사용자가 데이터 고지 동의를 승인할 때 발생합니다.

필드

필드유형필수설명
eventTypestring항상 "Widget.DataNotices.ConsentApproved"
dataobject동의 세부 정보
data.jurisdictionstring관할권 코드(예: "US")

예시

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

On this page