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

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

Properties

Link copied to clipboard

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

Link copied to clipboard

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