https://ns.adobe.com/xdm/data/metrics/direct-marketing/non-deliverables
The direct-marketing metric non-deliverables
describes the umber of asynchronous messages that failed to deliver in a way that indicates that no future messages will be deliverable either to this address.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stabilizing | No | Forbidden | Permitted | data/non-deliverables.schema.json |
- Non-Deliverables
https://ns.adobe.com/xdm/data/metrics/direct-marketing/non-deliverables
- Metric Definition
https://ns.adobe.com/xdm/data/metricdefinition
- Metric Definition
{
"schema:name": "direct-marketing metric: nonDeliverables",
"@id": "xdm:nonDeliverables",
"xdm:measurement": "count",
"xdm:unit": ""
}
Property | Type | Required | Defined by |
---|---|---|---|
@id | string |
Required | Metric Definition |
schema:name | string |
Required | Metric Definition |
xdm:measurement | string |
Required | Metric Definition |
xdm:unit | string |
Required | Metric Definition |
* |
any | Additional | this schema allows additional properties |
The unique identifier of this metric.
@id
- is required
- type:
string
- defined in Metric Definition
string
- format:
uri-reference
– URI Reference (according to RFC3986)
The human-readable name of the metric. The name can be used in user interfaces and does not have to be unique.
schema:name
- is required
- type:
string
- defined in Metric Definition
string
How to take measures of this metric.
xdm:measurement
- is required
- type:
string
- defined in Metric Definition
string
"distance"
"time"
"price"
"count"
The unit that this metric is measured in. Whenever possible, metrics should follow the SI base units or be ISO 4217 currency codes.For metric that are counts, the xdm:unit
must be empty string (equivalent to null)
xdm:unit
- is required
- type:
string
- defined in Metric Definition
string
"m"
"kg"
"s"
"USD"