CompanionAd

data class CompanionAd(val title: String, val impressionTrackingURLs: List<String>, val width: Int, val height: Int, val resourceURL: String? = null, val altText: String? = null, val clickThroughURL: String? = null, val clickTrackingURL: String? = null, val trackingEvents: List<TrackingEvent>? = null)

Represents Companion banner ad that is displayed in the webpage beside the media player or as a skin for the player.

Constructors

Link copied to clipboard
constructor(title: String, impressionTrackingURLs: List<String>, width: Int, height: Int, resourceURL: String? = null, altText: String? = null, clickThroughURL: String? = null, clickTrackingURL: String? = null, trackingEvents: List<TrackingEvent>? = null)

Properties

Link copied to clipboard
val altText: String? = null

The text that provides a description of the companion creative when an ad viewer "mouses" over the ad.

Link copied to clipboard
val clickThroughURL: String? = null

The URL to the advertiser’s page that the media player opens when the viewer clicks the companion ad.

Link copied to clipboard

The URL to a tracking resource file used to track a companion click-through

Link copied to clipboard
val height: Int

The pixel height of the placement slot for which the ad is intended.

Link copied to clipboard

The collection of impression-tracking URLs, where each URL directs the video player to a tracking resource file that the media player must use to notify the ad server when the impression occurs. NOTE: All URLs should be triggered at the same time when the impression for the ad occurs, or as close in time as possible to when the impression occurs, to prevent impression-counting discrepancies.

Link copied to clipboard
val resourceURL: String? = null

The URL to the companion ad creative file.

Link copied to clipboard

The title for the ad.

Link copied to clipboard

The collection of TrackingEvents if available.

Link copied to clipboard
val width: Int

The pixel width of the placement slot for which the ad is intended.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard