Skip to content

Google Bidding via Chartboost Mediation

Google Bidding Adapter, using Chartboost Mediation as an intermediary.

Adding Google Bidding via Chartboost Mediation to your project

repositories {
    maven(url = "https://cboost.jfrog.io/artifactory/chartboost-mediation")
}

dependencies {
    implementation("com.chartboost:chartboost-mediation-adapter-google-bidding:4.22.3.0.6")
}
repositories {
    maven {
        url "https://cboost.jfrog.io/artifactory/chartboost-mediation"
    }
}
dependencies {
    implementation 'com.chartboost:chartboost-mediation-adapter-google-bidding:4.22.3.0.6'
}

Chartboost Mediation adapter required

In order to use this network, it is necessary to include the Chartboost Mediation SDK in the project. Follow these steps to add it .

To read the complete changelog, please visit Google Bidding for Chartboost Mediation Changelog.