Readonly
apiThe API framework, if any.
- If the value is 'VPAID', then the ad is a VPAID ad.
- Otherwise the ad is an Uplynk CMS asset.
Readonly
companionsList of companion ads of the ad.
Readonly
creativeThe identifier of the creative.
- Either a VPAID URL if the API framework is 'VPAID'
.
- Otherwise an asset ID from the Uplynk CMS.
Readonly
durationThe duration of the ad, in seconds.
Readonly
endThe end time of the ad, in seconds.
Readonly
eventsA record of all VAST 3.0 tracking events for this ad. Each entry contains all related tracking URLs.
Readonly
extensionsList of VAST extensions returned by the ad server.
Readonly
freeRecord of FreeWheel-defined creative parameters. Each entry contains the parameter name together with the associated value.
Readonly
heightThe height of the ad, in pixels.
- Returns 0
when this is not a companion.
Readonly
mimeThe creative's mime type.
- Either 'application/javascript' if the API framework is 'VPAID'
.
- Otherwise 'uplynk/m3u8'.
Readonly
startThe start time of the ad, in seconds.
Readonly
widthThe width of the ad, in pixels.
- Returns 0
when this is not a companion.
Add the given listener for the given event type(s).
The type of the event.
The callback which is executed when the event occurs.
Remove the given listener for the given event type(s).
The type of the event.
The callback which will be removed.
Generated using TypeDoc
Represents a Verizon Media ad.