Content Data
Request Key | Required | Request Type Key | Set On… | Description |
---|---|---|---|---|
media.id | Y | string | sessionStart | Unique identifer for the content |
media.name | N | string | sessionStart | Human readible name for the content |
media.length | Y | number | sessionStart | Content length (seconds) |
media.contentType | Y | string | sessionStart | Format of the stream (can be any string, a few recommanded values are “Live”, “VOD”, or “Linear”) |
media.playerName | Y | string | sessionStart | The name of the player responsible for rendering the content |
media.channel | Y | string | sessionStart | The channel of distribution of the content. This could be an mobile application name or a web site name, property name |
media.resume | N | boolean | sessionStart | Indicates whether or not a user is resuming a previous session (as opposed to starting a new session) |
media.sdkVersion | N | string | sessionStart | The SDK verison used by the player |
Content Standard Metadata
Request Key | Required | Request Type Key | Set On… | Description |
---|---|---|---|---|
media.streamFormat | N | string | sessionStart | Stream format, e.g. “HD” |
media.show | N | string | sessionStart | The program or series name |
media.season | N | string | sessionStart | The season number the show or series belongs to |
media.episode | N | string | sessionStart | The number of the episode |
media.assetId | N | string | sessionStart | The unique identifier for the content of the video asset, such as the TV series episode identifier, movie asset identifier, or live event identifier. Typically these IDs are derived from metadata authorities such as EIDR, TMS/Gracenote, or Rovi. These identifiers can also be from other proprietary or in-house systems. |
media.genre | N | string | sessionStart | The type of content as defined by the content producer |
media.firstAirDate | N | string | sessionStart | The date when the content first aired on television |
media.firstDigitalDate | N | string | sessionStart | The date when the content first aired on any digital platform |
media.rating | N | string | sessionStart | The rating as defined by TV Parental Guidelines |
media.originator | N | string | sessionStart | The creator of the content |
media.network | N | string | sessionStart | The network / channel name |
media.showType | N | string | sessionStart |
The type of content, expressed as an integer between 0 and 3:
|
media.adLoad | N | string | sessionStart | The type of ad loaded |
media.pass.mvpd | N | string | sessionStart | The MVPD provided by Adobe authentication |
media.pass.auth | N | string | sessionStart | Indicates the user has been authorized by Adobe authentication (can only be true if set) |
media.dayPart | N | string | sessionStart | The time of day when the content was broadcast |
media.feed | N | string | sessionStart | The type of feed, e.g., “West-HD” |
Ad Data
Request Key | Required | Request Type Key | Set On… | Description |
---|---|---|---|---|
media.ad.podFriendlyName | N | string | adBreakStart | Friendly name of the ad break |
media.ad.podIndex | Y | integer | adBreakStart | The index of the ad pod in the video |
media.ad.podSecond | Y | number | adBreakStart | The second at which the pod started |
media.ad.podPosition | Y | integer | adStart | The index of the ad inside the ad break starting at 1 |
media.ad.name | N | string | adStart | Friendly name of the ad |
media.ad.id | Y | string | adStart | Name of the ad |
media.ad.length | Y | number | adStart | Length of the video ad in seconds |
media.ad.playerName | Y | string | adStart | The name of the player responsible for rendering the ad |
Ad Standard Metadata
Request Key | Required | Request Type Key | Set On… | Description |
---|---|---|---|---|
media.ad.advertiser | N | string | adStart | The company or brand whose product is featured in the ad |
media.ad.campaignId | N | string | adStart | The ID of the ad campaign |
media.ad.creativeId | N | string | adStart | The ID of the ad creative |
media.ad.siteId | N | string | adStart | The ID of the ad site |
media.ad.creativeURL | N | string | adStart | The URL of the ad creative |
media.ad.placementId | N | string | adStart | The placement ID of the ad |
Chapter Data
Request Key | Required | Request Type Key | Set On… | Description |
---|---|---|---|---|
media.chapter.index | Y | integer | chapterStart | Identifies the chapter’s position in the content |
media.chapter.offset | Y | number | chapterStart | The second in the playback where the chapter starts |
media.chapter.length | Y | number | chapterStart | The length of the chapter in seconds |
media.chapter.friendlyName | N | string | chapterStart | The human-friendly name of the chapter |