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.
| |
|---|
| UniversalAdId | constructor(idRegistry: String?, value: String?) |
| Name | Summary |
|---|
| idRegistry | val idRegistry: String? The registry website where the unique creative ID is cataloged. Default value is 'unknown'. |
| value | val value: String? The unique creative identifier. Default value is 'unknown'. |