Integrations
comScore Direct is an analytics platform that enables publishers to measure the effectiveness of their content across multiple media channels.
In order to activate mParticle’s integration with comScore, you need your comScore Client ID also known as the C2 Value and Publisher Secret Code for each app that you’d like to setup.
mParticle’s comScore integration requires that you add the comScore kit to your iOS or Android app, and the mParticle SDK will initialize and automatically map mParticle method calls directly onto comScore method calls. This approach means that every feature of the comScore SDKs are supported, as if the app had integrated comScore directly. The source code for each kit is available if you would like to learn exactly how the method mapping occurs:
Add the comScore Kit to your iOS or Android app. See the Cocoapods and Gradle examples below, and refer to the following GitHub pages to read more about the particular kits:
//Sample Podfile
target '<Your Target>' do
pod 'mParticle-comScore', '~> 6'
end
//Sample build.gradle
dependencies {
compile ('com.mparticle:android-comScore-kit:4.+')
}
app_init
events to the SetAppContext
comScore event.Setting Name | Data Type | Default Value | Description |
---|---|---|---|
Customer C2 value | string |
Customer C2 Value for your comScore account | |
Publisher Secret | string |
Publisher Secret for your comScore account | |
comScore Product | string |
direct | Indicates whether to forward data using the comScore Direct API or the comScore Digital Analytix Enterprise API. |
Setting Name | Data Type | Default Value | Platform | Description |
---|---|---|---|---|
App Name | string |
All | Optional. If specified, comScore will use the chosen app name in its reporting views. | |
Auto-Update Mode | string |
disabled | iOS | Enable this feature if you’d like comScore to automatically update app usage timing behavior on a regular basis, and if so, whether to update it when the app is in the background in addition to the foreground. |
Auto-Update Interval | int |
60 | iOS | Sets the time interval, in seconds. Has no effect if Auto-Update Mode is disabled. |
Was this page helpful?