UniversalAdId

UniversalAdId

data class UniversalAdId(val idRegistry: String?, val value: String?)

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

Constructors

UniversalAdIdconstructor(idRegistry: String?, value: String?)

Properties

NameSummary
idRegistryval idRegistry: String?
The registry website where the unique creative ID is cataloged. Default value is 'unknown'.
valueval value: String?
The unique creative identifier. Default value is 'unknown'.