Skip to content

diamonddevgroup/ComScore-Android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comScore Analytics SDK for Android

Usage

To run the example project, clone this repository and then open the project from within Android Studio IDE.

Installation

Gradle

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.+'
}

Manual

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.

Author

comScore, Inc.

License

Copyright (c) 2017 comScore, Inc. FOR MORE INFORMATION, PLEASE VISIT DIRECT.COMSCORE.COM.

About

ComScore examples for the Android Analytics library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%