Interface UniversalAdId

Represents the information regarding the universal identifier of an ad.

interface UniversalAdId {
    adIdRegistry: string;
    adIdValue: string;
}

Properties

adIdRegistry: string

The registry associated with cataloging the UniversalAdId of the selected creative for the ad.

Remarks


- Returns the registry value, or "unknown" if unavailable.

adIdValue: string

The UniversalAdId of the selected creative for the ad.

Remarks


- Returns the id value or "unknown" if unavailable.

Generated using TypeDoc