UniversalAdId

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

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

Constructors

Link copied to clipboard
fun UniversalAdId(idRegistry: String?, value: String?)

Properties

Link copied to clipboard
val idRegistry: String?

The registry website where the unique creative ID is cataloged. Default value is 'unknown'.

Link copied to clipboard
val value: String?

The unique creative identifier. Default value is 'unknown'.