Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 847 Bytes

File metadata and controls

23 lines (18 loc) · 847 Bytes

Criteo Adapters for Google Mediation (Android)

This repository contains Criteo’s Adapter for Admob Mediation. It must be used in conjunction with the Criteo Publisher SDK. For requirements, intructions, and other info, see Integrating Criteo with Admob Mediation.

Download

Add the following maven repository into your top-level build.gradle file:

allprojects {
    repositories {
        mavenCentral()
    }
}

Then, in your app's module build.gradle file, add the following implementation configuration to the dependencies section:

implementation 'com.criteo.mediation.google:criteo-adapter:6.0.0.0'

License

Apache 2.0 License