THEOplayer Web SDK Connectors
    Preparing search index...

    Interface ComscoreConfiguration

    interface ComscoreConfiguration {
        adIdProcessor?: (ad: Ad) => string;
        applicationName: string;
        debug?: boolean;
        platformApi?: ComscorePlatformAPIs;
        publisherId: string;
        skeleton?: any;
        usagePropertiesAutoUpdateMode?: ComscoreUsagePropertiesAutoUpdateMode;
        userConsent: ComscoreUserConsent;
    }
    Index

    Properties

    adIdProcessor?: (ad: Ad) => string
    applicationName: string
    debug?: boolean
    platformApi?: ComscorePlatformAPIs

    Defaults to ns_.analytics.PlatformAPIs.html5 if no skeleton is provided or ns_.analytics.PlatformAPIs.Skeleton if a skeleton is provided.

    publisherId: string

    Also known as the c2 value

    skeleton?: any
    usagePropertiesAutoUpdateMode?: ComscoreUsagePropertiesAutoUpdateMode

    Defaults to foregroundOnly if none is specified. If your app has some background experience, use foregroundAndBackground.

    userConsent: ComscoreUserConsent