THEOplayer React Native Connectors
    Preparing search index...

    Interface ComscoreConfiguration

    interface ComscoreConfiguration {
        applicationName: string;
        debug?: boolean;
        publisherId: string;
        usagePropertiesAutoUpdateMode?: ComscoreUsagePropertiesAutoUpdateMode;
        userConsent: ComscoreUserConsent;
    }
    Index

    Properties

    applicationName: string
    debug?: boolean
    publisherId: string

    Also known as the c2 value

    usagePropertiesAutoUpdateMode?: ComscoreUsagePropertiesAutoUpdateMode

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

    userConsent: ComscoreUserConsent