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
In-App-Bidding has a default dependency with Amazon
and Smart Display
SDK.
So adding In-App Bidding
will automatically include these two SDKs.
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
- Unity version 2022 or newer
- Unity version 2021 or older
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.
Add the following repo dependencies.
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
maven { url 'https://developer.huawei.com/repo/' }
}
}
Open the file baseProjectTemplate.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 Base Gradle Template
gradle option.
Add the following repo dependencies.
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
maven { url 'https://developer.huawei.com/repo/' }
}
}
iOS Mediation Partners
- AdMob
- Smart Display