Aller au contenu principal

Our Mediation Partners

BlueStack's mediation feature enables you to deliver advertisements to your app from various sources, including BlueStack itself and third-party ad networks. You can select from the list of mediation networks available in BlueStack Settings. All dependencies for these networks are automatically managed by the BlueStack SDK when you select/deselect them from the settings.

Android Mediation Partners

  • Criteo In-App Bidding
  • AdColony
  • Huawei
  • GAM / AdMob
  • In-App Bidding
  • Smart Display / Equativ
  • Ogury
info

In-App-Bidding has a default dependency with Amazon and Smart Display SDK. So adding In-App Bidding will automatically include these two SDKs.

info

In case of Huawei you need to add the plugin repository dependency manually in your project.

Here is how you can add plugin repository dependency for Huawei

Open the file settingsTemplate.gradle file in Assets/Plugins/Android. If you don't have such a file, go to Project Settings > Player > Publishing Settings and enable the Custom Gradle Settings Template gradle option.

custom_gradle_settings_template

Add the following repo dependencies.

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
maven { url 'https://developer.huawei.com/repo/' }
}
}

iOS Mediation Partners

  • AdMob
  • Smart Display