Skip to content

Latest commit

 

History

History
89 lines (59 loc) · 3.37 KB

File metadata and controls

89 lines (59 loc) · 3.37 KB

Adobe Campaign ExperienceEvent - Profile Snapshot Profile Segmentation Schema

https://ns.adobe.com/experience/campaign/experienceevent-profile-segmentation

Adobe Campaign ExperienceEvent optional snapshot of profile segmentation.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Stable No Forbidden Permitted adobe/experience/campaign/experienceevent-profile-segmentation.schema.json

Adobe Campaign ExperienceEvent - Profile Snapshot Profile Segmentation Properties

Property Type Required Defined by
https://ns.adobe.com/experience/campaign/message object Optional Adobe Campaign ExperienceEvent - Profile Snapshot Profile Segmentation (this schema)
* any Additional this schema allows additional properties

A single message sent to a recipient.

https://ns.adobe.com/experience/campaign/message

  • is optional
  • type: object
  • defined in this schema

object with following properties:

Property Type Required
xdm:profileSnapshot object Optional

xdm:profileSnapshot

Profile Snapshot

Profile snapshot contains the recipient of the message. This property is primarily used to link the message to a profile using the IdentityMap but it can also be used to freeze some properties of the profile at the time the message was sent.

xdm:profileSnapshot

  • is optional
  • type: object
xdm:profileSnapshot Type

Unknown type object.

{
  "title": "Profile Snapshot",
  "description": "Profile snapshot contains the recipient of the message. This property is primarily used to link the message to a profile using the `IdentityMap` but it can also be used to freeze some properties of the profile at the time the message was sent.",
  "type": "object",
  "properties": {
    "xdm:segmentMembership": {
      "title": "Segment Membership Map",
      "type": "object",
      "meta:xdmType": "map",
      "additionalProperties": {
        "title": "Segment Membership per Namespace",
        "type": "object",
        "meta:xdmType": "map",
        "additionalProperties": {
          "$ref": "https://ns.adobe.com/xdm/context/segmentmembership"
        },
        "meta:titleId": "experienceevent-profile-segmentation##additionalProperties##title##52931"
      },
      "meta:titleId": "experienceevent-profile-segmentation##xdm:segmentMembership##title##38711"
    }
  },
  "meta:titleId": "experienceevent-profile-segmentation##xdm:profileSnapshot##title##56621",
  "meta:descriptionId": "experienceevent-profile-segmentation##xdm:profileSnapshot##description##9651",
  "simpletype": "`object`"
}