THEOplayer Web SDK Connectors
    Preparing search index...

    Interface AdScriptConfiguration

    The configuration for the AdScript Connector.

    interface AdScriptConfiguration {
        adProcessor?: (ad: Ad) => EmbeddedContentMetadata;
        debug?: boolean;
        i12n?: { [key: string]: string };
        implementationId: string;
        metadata: MainVideoContentMetadata;
    }
    Index

    Properties

    adProcessor?: (ad: Ad) => EmbeddedContentMetadata

    An optional advertisement processor to receive metadata about the Ad.

    debug?: boolean

    Whether the connector should log all actions.

    i12n?: { [key: string]: string }

    Additional information about the logged-in user (customerID, deviceID, profileID) from the client´s database. For more information, see the Additional Information Settings section.

    implementationId: string

    Integration ID you received from your Nielsen representative.

    The initial main content information settings. Metadata of the main video content needs to be set before the first measured event occurs. For more information, see the main content information settings section in the AdScript documentation.