Creative

data class Creative(id: String?, adId: String?, universalAdId: UniversalAdId?)

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

Constructors

Link copied to clipboard
fun Creative(id: String?, adId: String?, universalAdId: 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
val universalAdId: UniversalAdId?

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