Creative

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

Creativeconstructor(id: String?, adId: String?, universalAdId: UniversalAdId?, universalAdIds: List<UniversalAdId>)

Properties

NameSummary
adIdval adId: String?
The ad server's unique identifier for the creative. Specified in Creative.adId in the VAST response.
idval id: String?
Identifies the ad server that provides the creative. Specified in Creative.id in the VAST response.
universalAdIdval universalAdId: UniversalAdId?
A unique creative identifier that is maintained across systems. Specified in Creative.UniversalAdId in the VAST response.
universalAdIdsval universalAdIds: List<UniversalAdId>
A list of unique creative identifiers that are maintained across systems. Specified in Creative.UniversalAdId in the VAST response.