Skip to content

criteo/android-publisher-sdk-google-adapters

Repository files navigation

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