Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 3.23 KB

File metadata and controls

82 lines (52 loc) · 3.23 KB

Adobe Campaign ExperienceEvent - Profile Snapshot Test Profile Schema

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

Adobe Campaign ExperienceEvent optional snapshot of profile personal details.

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

Adobe Campaign ExperienceEvent - Profile Snapshot Test Profile Properties

Property Type Required Defined by
https://ns.adobe.com/experience/campaign/message object Optional Adobe Campaign ExperienceEvent - Profile Snapshot Test Profile (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:testProfile": {
      "title": "Test Profile",
      "type": "boolean",
      "description": "Indicates the `profile` record is for use in testing/verification purposes and should not be automatically included in normal operation(s).",
      "default": false,
      "meta:titleId": "experienceevent-profile-test-profile##xdm:testProfile##title##28661",
      "meta:descriptionId": "experienceevent-profile-test-profile##xdm:testProfile##description##79671"
    }
  },
  "meta:titleId": "experienceevent-profile-test-profile##xdm:profileSnapshot##title##76951",
  "meta:descriptionId": "experienceevent-profile-test-profile##xdm:profileSnapshot##description##60061",
  "simpletype": "`object`"
}