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 |
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 |
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 |
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
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`"
}