Journey Optimizer개 이벤트에 대한 experienceevent 스키마 정보 about-experienceevent-schemas

이 페이지에서: 스트리밍된 이벤트를 Adobe Experience Platform에 수집하여 여정을 트리거하는 데 사용할 수 있도록 필요한 구조를 충족하는 XDM 경험 이벤트 스키마를 빌드합니다.

Journey Optimizer 이벤트는 스트리밍 수집을 통해 Adobe Experience Platform으로 전송되는 XDM 경험 이벤트입니다.

따라서 Journey Optimizer에 대한 이벤트를 설정하기 위한 중요한 전제 조건은 Adobe Experience Platform의 XDM(Experience Data Model) 및 XDM 경험 이벤트 스키마를 구성하는 방법과 XDM 형식의 데이터를 Adobe Experience Platform으로 스트리밍하는 방법에 대해 잘 알고 있다는 것입니다.

CAUTION
2025년 7월 8일부터 새 고객 조직은 여정 조건에서 경험 이벤트 속성을 사용하여 표현식을 만들 수 없습니다. 2026년 4월 1일부터 지난 90일 동안 여정 표현식을 통해 경험 이벤트에 액세스하지 않은 조직은 이 기능에 더 이상 액세스할 수 없습니다. 대체 방법 및 모범 사례는 여정의 경험 이벤트 조회에 나열되어 있습니다.
여정의 시작 이벤트에서 컨텍스트에 액세스하는 것은 영향을 받지 않습니다.

Journey Optimizer 이벤트에 대한 스키마 요구 사항 schema-requirements

Journey Optimizer에 대한 이벤트를 설정하는 첫 번째 단계는 이벤트를 나타내도록 정의된 XDM 스키마와 Adobe Experience Platform에서 이벤트의 인스턴스를 기록하도록 만들어진 데이터 세트가 있는지 확인하는 것입니다. 이벤트에 대한 데이터 세트를 보유하는 것은 엄격히 필요하지 않지만 이벤트를 특정 데이터 세트에 보내면 향후 참조 및 분석을 위해 사용자의 이벤트 내역을 유지할 수 있으므로 항상 좋은 방법입니다. 이벤트에 적합한 스키마와 데이터 세트가 없는 경우 Adobe Experience Platform 웹 인터페이스에서 두 작업을 모두 수행할 수 있습니다.

Journey Optimizer 이벤트에 사용할 모든 XDM 스키마는 다음 요구 사항을 충족해야 합니다.

  • 스키마는 XDM ExperienceEvent 클래스의 스키마여야 합니다.

  • 시스템 생성 이벤트의 경우 스키마에 오케스트레이션 eventID 필드 그룹이 포함되어야 합니다. Journey Optimizer은(는) 이 필드를 사용하여 여정에서 사용되는 이벤트를 식별합니다.

  • 이벤트에서 개별 프로필을 식별하기 위한 ID 필드를 선언합니다. ID를 지정하지 않으면 ID 맵을 사용할 수 있습니다. 이러한 방법은 권장되지 않습니다.

  • 프로필에 이 데이터를 사용하려면 프로필에 대한 스키마와 데이터 세트를 표시하십시오. 자세히 알아보기

  • 사용자, 이벤트가 생성된 장치, 위치 또는 이벤트와 관련된 기타 의미 있는 상황 등 이벤트와 함께 포함하려는 다른 컨텍스트 데이터를 캡처하기 위해 데이터 필드를 자유롭게 포함할 수 있습니다.

AI Knowledge Reference

This section contains structured knowledge intended to support interpretation, retrieval, and question answering related to this topic.

For complete understanding, this information should be combined with the documentation on this page. Neither source is intended to stand alone; the page describes the feature, while this section provides additional context that helps disambiguate terminology, intent, applicability, and constraints.

  • TL;DR: This page explains the requirements an XDM Experience Event schema must meet so that streamed events can be ingested into Adobe Experience Platform and used to trigger Journey Optimizer journeys.

Intents:

  • Understand that Journey Optimizer events are XDM Experience Events sent to Adobe Experience Platform via Streaming Ingestion
  • Build an XDM schema of the ExperienceEvent class for journey events
  • Add the Orchestration eventID field group for system-generated events
  • Declare an identity field to identify individual profiles in the event
  • Mark the schema and dataset for profile so the data is available for profile

Glossary:

  • XDM ExperienceEvent class: The class the schema must belong to for use with Journey Optimizer events (product-specific)
  • Orchestration eventID field group: The field group that must be included for system-generated events, which Journey Optimizer uses to identify events used in journeys (product-specific)
  • Identity map: The fallback that can be used to identify individual profiles when no identity field is specified, which is not recommended (product-specific)
  • Streaming Ingestion: The mechanism by which XDM Experience Events are sent to Adobe Experience Platform (product-specific)

Guardrails:

  • The schema must be of the XDM ExperienceEvent class.
  • For system-generated events, the schema must include the Orchestration eventID field group.
  • An identity field should be declared to identify individual profiles; if no identity is specified, an identity map can be used, which is not recommended.
  • To make the data available for profile, mark the schema and dataset for profile.
  • Starting July 8, 2025, new customer organizations cannot create expressions using experience event attributes in journey conditions.
  • Starting April 1, 2026, organizations that have not accessed experience events via journey expressions in the last 90 days will no longer have access to this capability; accessing context from the starting event of a journey is not impacted.

Terminology:

  • Canonical name: XDM ExperienceEvent schema — Acronym: XDM — variants: XDM Experience Event schema, ExperienceEvent class schema
  • Do not confuse: “identity field” (declared field for identifying individual profiles, recommended) ≠ “identity map” (fallback used when no identity is specified, not recommended)

FAQ:

  • Q: What class must the schema use? — The schema must be of the XDM ExperienceEvent class.
  • Q: What is required for system-generated events? — The schema must include the Orchestration eventID field group, which Journey Optimizer uses to identify events used in journeys.
  • Q: Is a dataset required for the events? — Having a dataset is not strictly necessary, but sending events to a specific dataset lets you maintain users’ event history for future reference and analysis.
  • Q: What happens if I do not declare an identity field? — An identity map can be used instead, but this is not recommended.
  • Q: Are experience event attributes in journey conditions still available? — Starting July 8, 2025, new customer organizations cannot create such expressions, and starting April 1, 2026, organizations that have not accessed them via journey expressions in the last 90 days lose access; accessing context from the starting event is not impacted.
recommendation-more-help
journey-optimizer-help