isabella232 / android-publisher-sdk-google-adapters

Criteo Adapters for Google Mediation (Android)

Home Page:https://publisherdocs.criteotilt.com/app/android/mediation/admob/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:4.5.0.0'

License

Apache 2.0 License

About

Criteo Adapters for Google Mediation (Android)

https://publisherdocs.criteotilt.com/app/android/mediation/admob/

License:Apache License 2.0


Languages

Language:Java 71.2%Language:Kotlin 28.8%