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)
- Host: GitHub
- URL: https://github.com/criteo/android-publisher-sdk-google-adapters
- Owner: criteo
- License: apache-2.0
- Created: 2019-07-17T21:26:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T15:37:34.000Z (about 1 year ago)
- Last Synced: 2024-09-12T19:47:51.643Z (about 1 year ago)
- Topics: admob, android, criteo, publisher, sdk
- Language: Kotlin
- Homepage: https://publisherdocs.criteotilt.com/app/android/mediation/admob/
- Size: 297 KB
- Stars: 2
- Watchers: 12
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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)