https://ns.adobe.com/experience/campaign/feedbackevent
Contains all delivery event fields.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stable | No | Forbidden | Permitted | adobe/experience/campaign/feedbackevent.schema.json |
Property | Type | Required | Defined by |
---|---|---|---|
https://ns.adobe.com/experience/campaign/feedback/channel | object |
Optional | Adobe Delivery Feedback Events (this schema) |
https://ns.adobe.com/experience/campaign/feedback/delivery | object |
Optional | Adobe Delivery Feedback Events (this schema) |
https://ns.adobe.com/experience/campaign/feedback/message | object |
Optional | Adobe Delivery Feedback Events (this schema) |
https://ns.adobe.com/experience/campaign/feedback/messageFailure | object |
Optional | Adobe Delivery Feedback Events (this schema) |
https://ns.adobe.com/experience/campaign/feedback/solutionContext | Key Value Pair | Optional | Adobe Delivery Feedback Events (this schema) |
https://ns.adobe.com/experience/campaign/feedback/type | string |
Optional | Adobe Delivery Feedback Events (this schema) |
xdm:retryCount | integer |
Optional | Adobe Delivery Feedback Events (this schema) |
* |
any | Additional | this schema allows additional properties |
https://ns.adobe.com/experience/campaign/feedback/channel
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
email |
object | Optional |
xdm:type |
string | Optional |
undefined
email
- is optional
- type:
object
Unknown type object
.
{
"title": "E-mail Channel",
"type": "object",
"properties": {
"interactions": {
"title": "User Interactions",
"type": "object",
"properties": {
"xdm:spamType": {
"title": "Spam Type",
"type": "string",
"description": "Type of spam report entered against this message (see RFC 5965 § 7.3).",
"meta:titleId": "feedbackevent##xdm:spamType##title##78981",
"meta:descriptionId": "feedbackevent##xdm:spamType##description##90271"
},
"xdm:reportedBy": {
"title": "Reported By",
"type": "string",
"description": "E-mail Address of the entity reporting this message as spam.",
"meta:titleId": "feedbackevent##xdm:reportedBy##title##91731",
"meta:descriptionId": "feedbackevent##xdm:reportedBy##description##38351"
},
"xdm:reportTo": {
"title": "Report To",
"type": "string",
"description": "E-mail Address to which this spam report is to be delivered.",
"meta:titleId": "feedbackevent##xdm:reportTo##title##90131",
"meta:descriptionId": "feedbackevent##xdm:reportTo##description##86451"
},
"xdm:userAgent": {
"title": "User Agent",
"type": "string",
"description": "Value of the browser's User-Agent header.",
"meta:titleId": "feedbackevent##xdm:userAgent##title##85711",
"meta:descriptionId": "feedbackevent##xdm:userAgent##description##76961"
}
},
"meta:titleId": "feedbackevent##interactions##title##39261"
},
"operationalContext": {
"title": "Operational Context",
"type": "object",
"properties": {
"xdm:outboundIP": {
"title": "IP Address",
"type": "string",
"description": "Outbound IP address of the customer used to deliver the message.",
"meta:titleId": "feedbackevent##xdm:outboundIP##title##11691",
"meta:descriptionId": "feedbackevent##xdm:outboundIP##description##32721"
},
"xdm:sendProtocol": {
"title": "Send Protocol",
"type": "string",
"description": "Protocol by which the message is delivered.",
"meta:titleId": "feedbackevent##xdm:sendProtocol##title##77221",
"meta:descriptionId": "feedbackevent##xdm:sendProtocol##description##15751"
},
"xdm:remoteIp": {
"title": "IP Address",
"type": "string",
"oneOf": [
{
"format": "ipv4"
},
{
"format": "ipv6"
}
],
"description": "IP address of the host to which this message is delivered.",
"meta:titleId": "feedbackevent##xdm:remoteIp##title##71451",
"meta:descriptionId": "feedbackevent##xdm:remoteIp##description##62391"
},
"xdm:mtaHost": {
"title": "Node Name",
"type": "string",
"description": "Name of the MTA Instance originating the events.",
"meta:titleId": "feedbackevent##xdm:mtaHost##title##5321",
"meta:descriptionId": "feedbackevent##xdm:mtaHost##description##44431"
},
"xdm:mtaIp": {
"title": "Sending IP Address",
"type": "string",
"oneOf": [
{
"format": "ipv4"
},
{
"format": "ipv6"
}
],
"description": "IP address through which this message was sent.",
"meta:titleId": "feedbackevent##xdm:mtaIp##title##40251",
"meta:descriptionId": "feedbackevent##xdm:mtaIp##description##26591"
},
"xdm:queueTime": {
"title": "Queue time",
"type": "number",
"description": "Delay, expressed in milliseconds, between this message's injection into SparkPost and its delivery to the receiving domain; that is, the length of time this message spent in the outgoing queue.",
"meta:titleId": "feedbackevent##xdm:queueTime##title##78331",
"meta:descriptionId": "feedbackevent##xdm:queueTime##description##16651"
}
},
"meta:titleId": "feedbackevent##operationalContext##title##52921"
}
},
"meta:titleId": "feedbackevent##email##title##44831",
"simpletype": "`object`"
}
Classifies whether the channel is email, push, sms.
xdm:type
- is optional
- type:
string
string
https://ns.adobe.com/experience/campaign/feedback/delivery
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:campaignId |
string | Optional |
xdm:from |
string | Optional |
xdm:id |
string | Optional |
xdm:label |
string | Optional |
xdm:name |
string | Optional |
xdm:type |
string | Optional |
Campaign of which this delivery was a part.
xdm:campaignId
- is optional
- type:
string
string
Address used as a from/sender/caller address. Depending on the communication channel, the address
has a different format.
email
: an email address.textMessage
orphone
: a shortcode or phone number.
xdm:from
- is optional
- type:
string
string
The campaign activity originating this message.
xdm:id
- is optional
- type:
string
string
A human-friendly name of the campaign activity which is originating this message.
xdm:label
- is optional
- type:
string
string
A human-friendly identifier of the campaign activity which is originating this message.
xdm:name
- is optional
- type:
string
string
Mode of delivery for the messages sent.
xdm:type
- is optional
- type:
string
string
https://ns.adobe.com/experience/campaign/feedback/message
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
recipient |
object | Optional |
size |
integer | Optional |
subject |
string | Optional |
xdm:id |
string | Optional |
undefined
recipient
- is optional
- type:
object
Unknown type object
.
{
"title": "The recipient of this message",
"type": "object",
"properties": {
"xdm:to": {
"title": "To",
"type": "string",
"description": "Address used as a to/callee address. Depending on the communication channel, the `address` has a different format.\n\n * `email`: an email address.\n * `textMessage` or `phone`: a shortcode or phone number.",
"meta:titleId": "feedbackevent##xdm:to##title##98651",
"meta:descriptionId": "feedbackevent##xdm:to##description##58751"
},
"xdm:type": {
"title": "Type",
"type": "string",
"description": "Whether this message message event describes the BCC, CC or To recipient.",
"meta:titleId": "feedbackevent##xdm:type##title##65901",
"meta:descriptionId": "feedbackevent##xdm:type##description##52831"
}
},
"meta:titleId": "feedbackevent##recipient##title##41241",
"simpletype": "`object`"
}
Size in bytes of the message.
size
- is optional
- type:
integer
integer
Subject line of the message.
subject
- is optional
- type:
string
string
Identifier of the message.
xdm:id
- is optional
- type:
string
string
https://ns.adobe.com/experience/campaign/feedback/messageFailure
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:bounceClass |
string | Optional |
xdm:bounceType |
string | Optional |
xdm:canonicalReason |
string | Optional |
xdm:errorCode |
string | Optional |
xdm:reason |
string | Optional |
Classification code for a given message.
xdm:bounceClass
- is optional
- type:
string
string
Classifies whether it is a soft bounce or hard bounce.
xdm:bounceType
- is optional
- type:
string
string
Canonicalized text of the response returned by the remote server due to a failed delivery attempt.
xdm:canonicalReason
- is optional
- type:
string
string
Error code by which the remote server described a failed delivery attempt.
xdm:errorCode
- is optional
- type:
string
string
Unmodified, exact response returned by the remote server due to a failed delivery attempt.
xdm:reason
- is optional
- type:
string
string
List of solution specific key value pairs.
https://ns.adobe.com/experience/campaign/feedback/solutionContext
-
is optional
-
type: Key Value Pair
-
defined in this schema
Array type: Key Value Pair
All items must be of the type:
- Key Value Pair –
https://ns.adobe.com/experience/analytics/keyvalue
The type of message event.
https://ns.adobe.com/experience/campaign/feedback/type
- is optional
- type:
string
- defined in this schema
string
Number of failed attempts before the current event.
xdm:retryCount
- is optional
- type:
integer
- defined in this schema
integer