Interface: Ad
interface Ad { adFormat: "pause" | AdFormat | "linear" | "overlay" | "cutin"; breakIndex: number; breakName: "overlay" | "preroll" | AdBreakName | "midroll" | "postroll"; id: string; mimetype: string; positionIndex: number; sessionId: string; skippable: boolean; totalAds: number; adSystem?: string; adUrl?: string; advertiserName?: string; clickThroughUrl?: string; creativeId?: string; duration?: number; height?: number; nonLinearHeight?: number; nonLinearWidth?: number; title?: string; universalAdIds?: { id: string; registry: string }[]; width?: number;}
Properties
adFormat
adFormat:
"pause"|AdFormat|"linear"|"overlay"|"cutin"
breakIndex
breakIndex:
number
breakName
breakName:
"overlay"|"preroll"|AdBreakName|"midroll"|"postroll"
id
id:
string
mimetype
mimetype:
string
positionIndex
positionIndex:
number
sessionId
sessionId:
string
skippable
skippable:
boolean
totalAds
totalAds:
number
adSystem?
optionaladSystem:string
adUrl?
optionaladUrl:string
advertiserName?
optionaladvertiserName:string
clickThroughUrl?
optionalclickThroughUrl:string
creativeId?
optionalcreativeId:string
duration?
optionalduration:number
height?
optionalheight:number
nonLinearHeight?
optionalnonLinearHeight:number
nonLinearWidth?
optionalnonLinearWidth:number
title?
optionaltitle:string
universalAdIds?
optionaluniversalAdIds:object[]
id
id:
string
registry
registry:
string
width?
optionalwidth:number
Last updated on