https://ns.adobe.com/xdm/context/pushdetail
Push notification detail required to send mobile push notification to a specific mobile application on a given device.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Deprecated | No | Forbidden | Permitted | datatypes/pushdetail.schema.json |
- Push notification detail
https://ns.adobe.com/xdm/context/pushdetail
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Identity
https://ns.adobe.com/xdm/context/identity
- Extensibility base schema
{
"xdm:appID": "75eafb7e-fa44-4514-86fc-221e32c5aef9",
"xdm:token": "99156313-c9df-4e54-9c6c-5740f940c3ca",
"xdm:platform": "apns",
"xdm:denylisted": false,
"xdm:identity": {
"xdm:namespace": {
"xdm:code": "ECID"
},
"xdm:id": "92312748749128"
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:appID | string |
Optional | Push notification detail (this schema) |
xdm:blacklisted | boolean |
Optional | Push notification detail (this schema) |
xdm:blocklisted | boolean |
Optional | Push notification detail (this schema) |
xdm:denylisted | boolean |
Optional | Push notification detail (this schema) |
xdm:identity | Identity | Optional | Push notification detail (this schema) |
xdm:identiy | Identity | Optional | Push notification detail (this schema) |
xdm:platform | string |
Optional | Push notification detail (this schema) |
xdm:token | string |
Optional | Push notification detail (this schema) |
* |
any | Additional | this schema allows additional properties |
Unique Identifier for the mobile application.
xdm:appID
- is optional
- type:
string
- defined in this schema
string
Indicates whether the push token is blacklisted. Deprecated due to new guidance on key names, use blocklisted instead.
xdm:blacklisted
- is optional
- type:
boolean
- defined in this schema
boolean
Indicates whether the push token is blocked by the push provider. Deprecated due to new guidance on key names, use denylisted instead.
xdm:blocklisted
- is optional
- type:
boolean
- defined in this schema
boolean
Indicates whether the push token is blocked by the push provider.
xdm:denylisted
- is optional
- type:
boolean
- defined in this schema
boolean
The identity associated with this token before profile stitching.
xdm:identity
- is optional
- type: Identity
- defined in this schema
- Identity –
https://ns.adobe.com/xdm/context/identity
The identity associated with this token before profile stitching. Deprecated due to typo, use xdm:identity instead.
xdm:identiy
- is optional
- type: Identity
- defined in this schema
- Identity –
https://ns.adobe.com/xdm/context/identity
Push provider, e.g. apns or fcm
xdm:platform
- is optional
- type:
string
- defined in this schema
string
Valid push token for the given push platform.
xdm:token
- is optional
- type:
string
- defined in this schema
string