An open API service indexing awesome lists of open source software.

https://github.com/criteo/android-publisher-sdk-google-adapters

Criteo Adapters for Google Mediation (Android)
https://github.com/criteo/android-publisher-sdk-google-adapters

admob android criteo publisher sdk

Last synced: 3 months ago
JSON representation

Criteo Adapters for Google Mediation (Android)

Awesome Lists containing this project

README

          

# 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](https://github.com/criteo/android-publisher-sdk).
For requirements, intructions, and other info, see [Integrating Criteo with Admob Mediation](https://publisherdocs.criteotilt.com/app/android/mediation/admob/).

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

```kotlin
allprojects {
repositories {
mavenCentral()
}
}
```

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

```kotlin
implementation 'com.criteo.mediation.google:criteo-adapter:7.1.0.0'
```

# License
[Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html)