To run the example project, clone this repository and then open the project from within Android Studio IDE.
In order to add the ComScore android library to your project add the following lines in your gradle.build
file:
allprojects {
repositories {
...
maven {
url "http://comscore.bintray.com/Analytics"
}
}
}
...
dependencies {
...
compile 'com.comscore:android-analytics:5.+'
}
There is separate implementation documentation which contains instructions for adding the library to your project, configuring the comScore library and tagging your project.
Please contact your comScore client services representative to acquire the implementation documentation appropriate for your reporting needs. If you do not know who your comScore client services representative is, then please send an e-mail to tagsupport@comscore.com mentioning your client name, comScore client ID and a description of your project and/or reporting needs.
comScore, Inc.
Copyright (c) 2017 comScore, Inc. FOR MORE INFORMATION, PLEASE VISIT DIRECT.COMSCORE.COM.