Audience Manager의 방문자 인증 상태

마지막 업데이트: 2023-05-21
  • 주제:
  • Reference
    이 항목에 대한 자세한 내용 보기

Audience Manager의 방문자 인증 상태는 새 트레이트 정보가 방문자의 인증된 프로필에 기록되었는지 아니면 데이터를 수집한 장치 프로필에 기록되었는지 결정합니다. Audience Manager은 이벤트 호출에서 방문자 ID 인증 상태 UNKNOWN 및 LOGGED_OUT을 동일한 방식으로 처리합니다.

시작 문자 Experience Cloud ID 서비스 v1.5+, setCustomerID 메서드에는 선택 사항이 포함됩니다 AuthState 개체. AuthState 은 방문자에 따라 방문자를 식별합니다 인증 상태. Audience Manager 는 호출에서 전달된 인증 상태 및 프로필 병합 규칙 을 세그먼테이션에 사용합니다.

인증 상태: 알 수 없음

요청 값 인증된 프로필에서 정보 읽기 인증된 프로필에 새 트레이트 작성
0
  • 예, Authenticated Option Merge Rule = Last Authenticated Profiles.
  • 아니요, Authenticated Option Merge Rule = Current Authenticated Profiles 또는 No Authenticated Profile.
아니요. 트레이트 데이터가 장치 프로필에 추가됩니다.

샘플 호출(인증 상태에 해당하는 요청 값이 강조 표시됨):

https://sample_customer.demdex.net/event?d_cid=123%01sample_id%010&d_sid=123456

인증 상태: 인증됨

요청 값 인증된 프로필에서 정보 읽기 인증된 프로필에 새 트레이트 작성
1
  • 예, Authenticated Option Merge Rule = Current Authenticated Profiles 또는 Last Authenticated Profiles.
  • 아니요, Authenticated Option Merge Rule = No Authenticated Profile.
예. 트레이트 데이터가 인증된 프로필에 추가됩니다.

샘플 호출(인증 상태에 해당하는 요청 값이 강조 표시됨):

https://sample_customer.demdex.net/event?d_cid=123%01sample_id%011&d_sid=123456

인증 상태: LOGGED_OUT

요청 값 인증된 프로필에서 정보 읽기 인증된 프로필에 새 트레이트 작성
2
  • 예, Authenticated Option Merge Rule = Last Authenticated Profiles.
  • 아니요, Authenticated Option Merge Rule = Current Authenticated Profiles 또는 No Authenticated Profile.
아니요. 트레이트 데이터는 장치 프로필에 기록됩니다.

샘플 호출(인증 상태에 해당하는 요청 값이 강조 표시됨):

https://sample_customer.demdex.net/event?d_cid=123%01sample_id%012&d_sid=123456

노트

Audience Manager 다음 기간 동안 ID 동기화를 수행합니다. CID 및 UUID 세 가지 경우 모두.

이 페이지의