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
| Creative | constructor(id: String?, adId: String?, universalAdId: UniversalAdId?, universalAdIds: List<UniversalAdId>) |
Properties
| Name | Summary |
|---|---|
| adId | val adId: String? The ad server's unique identifier for the creative. Specified in Creative.adId in the VAST response. |
| id | val id: String? Identifies the ad server that provides the creative. Specified in Creative.id in the VAST response. |
| universalAdId | val A unique creative identifier that is maintained across systems. Specified in Creative.UniversalAdId in the VAST response. |
| universalAdIds | val universalAdIds: List<UniversalAdId> A list of unique creative identifiers that are maintained across systems. Specified in Creative.UniversalAdId in the VAST response. |