https://ns.adobe.com/xdm/context/advertising-timed-asset-view-details
View details for the ad playback captured by the experience event.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | context/advertising-timed-asset-view-details.schema.json |
- Ad Asset View Details
https://ns.adobe.com/xdm/context/advertising-timed-asset-view-details
- Extensibility Base Schema
https://ns.adobe.com/xdm/common/extensible
- Ad Break
https://ns.adobe.com/xdm/context/advertising-break
- Extensibility Base Schema
{
"xdm:playerName": "Acme Ad Player",
"xdm:index": 1,
"xdm:adBreak": {
"@id": "https://data.adobe.io/entities/adbreak/2394509340-30453470347",
"dc:title": "My Pod",
"xdm:offset": 3
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:adBreak | Ad Break | Optional | Ad Asset View Details (this schema) |
xdm:index | integer |
Optional | Ad Asset View Details (this schema) |
xdm:playerName | string |
Optional | Ad Asset View Details (this schema) |
* |
any | Additional | this schema allows additional properties |
Details about how a timed advertising is being inserted into a timed media.
xdm:adBreak
- is optional
- type: Ad Break
- defined in this schema
- Ad Break –
https://ns.adobe.com/xdm/context/advertising-break
The index of the ad inside the parent ad break. The first ad has index 0, the second 1, and so on.
xdm:index
- is optional
- type:
integer
- defined in this schema
integer
The name of the player responsible for rendering the ad.
xdm:playerName
- is optional
- type:
string
- defined in this schema
string