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 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, for example, the first ad has index 0 and the second ad has index 1.
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