interface UniversalAdId {
    idRegistry: string;
    value: string;
}

Properties

Properties

idRegistry: string

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

value: string

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