Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.98 KB

experienceevent-channel.schema.md

File metadata and controls

54 lines (35 loc) · 1.98 KB

ExperienceEvent channel details Schema

https://ns.adobe.com/xdm/context/experienceevent-channel

This mixin is used to capture channel information related to an ExperienceEvent, including the channel ID, channel type, media type, and location type.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Stabilizing No Forbidden Permitted context/experienceevent-channel.schema.json

Schema Hierarchy

  • ExperienceEvent channel details https://ns.adobe.com/xdm/context/experienceevent-channel

ExperienceEvent channel details Example

{
  "xdm:channel": {
    "@id": "https://ns.adobe.com/xdm/channels/apns",
    "@type": "https://ns.adobe.com/xdm/channel-types/mobile"
  }
}

ExperienceEvent channel details Properties

Property Type Required Defined by
xdm:channel Experience Channel Optional ExperienceEvent channel details (this schema)
* any Additional this schema allows additional properties

xdm:channel

Experience channel

Experience channel related to the ExperienceEvent.

xdm:channel

  • is optional
  • type: Experience Channel
  • defined in this schema

xdm:channel Type