Skip to content

Latest commit

 

History

History
84 lines (54 loc) · 3.33 KB

experienceevent-profile-push-details.schema.md

File metadata and controls

84 lines (54 loc) · 3.33 KB

Adobe Campaign ExperienceEvent - Profile Snapshot Push Details Schema

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

Adobe Campaign ExperienceEvent optional snapshot of profile push details.

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

Adobe Campaign ExperienceEvent - Profile Snapshot Push Details Properties

Property Type Required Defined by
https://ns.adobe.com/experience/campaign/message object Optional Adobe Campaign ExperienceEvent - Profile Snapshot Push Details (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:pushNotificationTokens": {
      "title": "Push Notification Tokens",
      "type": "array",
      "description": "Push notification tokens are used to communicate with applications that are installed on devices or SaaS application accounts.",
      "items": {
        "$ref": "https://ns.adobe.com/xdm/context/pushnotificationtoken"
      },
      "meta:titleId": "experienceevent-profile-push-details##xdm:pushNotificationTokens##title##56561",
      "meta:descriptionId": "experienceevent-profile-push-details##xdm:pushNotificationTokens##description##26431"
    }
  },
  "meta:titleId": "experienceevent-profile-push-details##xdm:profileSnapshot##title##58901",
  "meta:descriptionId": "experienceevent-profile-push-details##xdm:profileSnapshot##description##88381",
  "simpletype": "`object`"
}