THEOplayer Web SDK
    Preparing search index...

    Interface UniversalAdId

    Represents the information regarding the universal identifier of an ad.

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

    Properties

    adIdRegistry: string

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


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

    adIdValue: string

    The UniversalAdId of the selected creative for the ad.


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