Skip to content

Latest commit

 

History

History
91 lines (51 loc) · 1.97 KB

File metadata and controls

91 lines (51 loc) · 1.97 KB

Ad break Schema

https://ns.adobe.com/xdm/context/advertising-break

An ad break is an advertisement inserted into media content. Ad break describes how a timed advertising is inserted into a timed media.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Stable No Forbidden Permitted datatypes/advertising-break.schema.json

Ad break Example

{
  "@id": "https://data.adobe.io/entities/ad-break/2394509340-30453470347",
  "dc:title": "My Pod",
  "xdm:offset": 3
}

Ad break Properties

Property Type Required Defined by
@id string Optional Ad break (this schema)
dc:title string Optional Ad break (this schema)
xdm:offset integer Optional Ad break (this schema)
* any Additional this schema allows additional properties

@id

Ad Pod ID

Identifier of the ad break.

@id

  • is optional
  • type: string
  • defined in this schema

@id Type

string

  • format: uri-reference – URI Reference (according to RFC3986)

dc:title

Pod name

The friendly name of the ad break.

dc:title

  • is optional
  • type: string
  • defined in this schema

dc:title Type

string

xdm:offset

Pod position

The offset, in seconds, of the ad break from the start of the primary content.

xdm:offset

  • is optional
  • type: integer
  • defined in this schema

xdm:offset Type

integer