Creative

data class Creative(val id: String?, val adId: String?, val universalAdId: UniversalAdId?, val universalAdIds: List<UniversalAdId>)

Contains various data about the Creative. Specified in InLine.Creative or Wrapper.Creative in the VAST Response.

Constructors

Link copied to clipboard
constructor(id: String?, adId: String?, universalAdId: UniversalAdId?, universalAdIds: List<UniversalAdId>)

Properties

Link copied to clipboard
val adId: String?

The ad server's unique identifier for the creative. Specified in Creative.adId in the VAST response.

Link copied to clipboard
val id: String?

Identifies the ad server that provides the creative. Specified in Creative.id in the VAST response.

Link copied to clipboard

A unique creative identifier that is maintained across systems. Specified in Creative.UniversalAdId in the VAST response.

Link copied to clipboard

A list of unique creative identifiers that are maintained across systems. Specified in Creative.UniversalAdId in the VAST response.