ConsentSettings interface

동의 유형별 동의 상태를 설정합니다. 자세한 내용은 동의 상태 및 동의 유형에 대한 GA4 참조 문서를 확인하세요. .

서명:

export interface ConsentSettings 

속성

재산 유형 설명
광고 개인화 동의상태문자열 개인화된 광고에 대한 동의를 설정합니다.
광고 저장 동의상태문자열 광고와 관련된 쿠키 등의 저장을 가능하게 합니다.
ad_user_data 동의상태문자열 광고 목적으로 사용자 데이터를 Google에 전송하는 것에 대한 동의를 설정합니다.
분석_저장 동의상태문자열 분석(예: 방문 시간)과 관련된 쿠키 등의 저장을 활성화합니다.
기능_저장 동의상태문자열 언어 설정 등 웹사이트나 앱의 기능을 지원하는 저장소를 활성화합니다.
개인화_저장 동의상태문자열 영상 추천 등 개인화 관련 저장 가능
보안_저장 동의상태문자열 인증 기능, 사기 방지, 기타 사용자 보호 등 보안과 관련된 저장을 가능하게 합니다.

ConsentSettings.ad_personalization

개인화된 광고에 대한 동의를 설정합니다.

서명:

ad_personalization?: ConsentStatusString;

ConsentSettings.ad_storage

광고와 관련된 쿠키 등의 저장을 가능하게 합니다.

서명:

ad_storage?: ConsentStatusString;

ConsentSettings.ad_user_data

광고 목적으로 사용자 데이터를 Google에 전송하는 것에 대한 동의를 설정합니다.

서명:

ad_user_data?: ConsentStatusString;

ConsentSettings.analytics_storage

분석(예: 방문 시간)과 관련된 쿠키 등의 저장을 활성화합니다.

서명:

analytics_storage?: ConsentStatusString;

ConsentSettings.functionity_storage

언어 설정 등 웹사이트나 앱의 기능을 지원하는 저장소를 활성화합니다.

서명:

functionality_storage?: ConsentStatusString;

ConsentSettings.personalization_storage

영상 추천 등 개인화 관련 저장 가능

서명:

personalization_storage?: ConsentStatusString;

ConsentSettings.security_storage

인증 기능, 사기 방지, 기타 사용자 보호 등 보안과 관련된 저장을 가능하게 합니다.

서명:

security_storage?: ConsentStatusString;