The configuration for the AdScript Connector.

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

Properties

adProcessor?: ((ad) => EmbeddedContentMetadata)

An optional advertisement processor to receive metadata about the Ad.

Type declaration

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.

Type declaration

  • [key: string]: string
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.

Generated using TypeDoc