Mediation networks for Android
Configure and integrate multiple ad networks into your project using the ironSource LevelPlay mediation platform by downloading and adding the necessary adapters, setting up network accounts, and defining ad units for rewarded video, interstitial, or banner ads.
Read time 3 minutesLast updated 4 hours ago
LevelPlay supports interstitial, banner/MREC, and video ads from the leading ad networks, equipped with smart loading, ad placement technology, and ad delivery optimization. Unity LevelPlay mediation enhances user experience, offers better control over ad performance, and significantly increases revenue.
Prerequisites
Ensure that you have correctly integrated ironSource's Rewarded Video or Interstitial or Banner Mediation into your application. You can find the integration for both AdMob and Ad Manager under the "AdMob" entry.Integrate the LevelPlay network adapters
You can select the ad networks you're interested in integrating with LevelPlay Mediation and copy the Gradle Script to your code. Choose your preferred ad networks, scroll down and copy the customized gradle script to the build.gradle script of your app module. Make sure to follow the ad network integration guides on the menu to your left to properly set up the ad networks on the LevelPlay dashboard. To view the customized gradle scripts of your selected Ad Networks, navigate to this document.repositories { mavenCentral() {{maven}} } {{dependency}}
Gradle version 7+
If you're using Gradle version 7+, update your repository section on your settings.gradle file, instead of build.gradle:dependencyResolutionManagement { repositories { mavenCentral() } }
Manual download for mediation adapters
If you'd still like to use Manual Download to integrate our adapters, you can find all the necessary links and information to do so here. Download the adapters from the table below and follow the ad network integration guides to access premium ad inventory through the LevelPlay mediation platform:Ad Network | Adapter version | Supported SDK version | Supported Ad Units | Adapter & SDK |
---|---|---|---|---|
App Lovin | 4.3.54 | 13.3.1. | Banner, interstitial, rewarded | Adapter, SDK |
APS | 4.3.17 | 11.0.0+ | Banner, interstitial, rewarded | Adapter, SDK |
BidMachine | 4.3.15 | 3.3.0 | Banner, interstitial, rewarded | Adapter, SDK |
BIGO Ads | 4.3.10 | 5.4.0 | Banner, interstitial, rewarded | Adapter, SDK |
Chartboost | 4.3.21 | 9.9.1 | Banner, interstitial, rewarded | Adapter, SDK |
DT Exchange | 4.3.39 | 8.3.8 | Banner, interstitial, rewarded | Adapter, SDK |
4.3.52 | 24.4.0 | Banner, interstitial, rewarded | Adapter, SDK | |
HyprMX | 4.3.15 | 6.4.3 | Banner, interstitial, rewarded | Adapter, SDK |
InMobi | 4.3.32 | 10.8.7 | Banner, interstitial, rewarded | Adapter, SDK |
Liftoff Monetize | 4.3.30 | 7.5.0 | Banner, interstitial, rewarded | Adapter, SDK |
Maio | 4.1.11 | 1.1.16 | Interstitial, rewarded | Adapter, SDK |
Meta Audience Network | 4.3.50 | 6.20.0 | Banner, interstitial, rewarded, native | Adapter, SDK |
Mintegral | 4.3.45 | 16.9.91 | Banner, interstitial, rewarded | Adapter, SDK |
MobileFuse | 4.3.7 | 1.9.2 | Banner, interstitial, rewarded | Adapter, SDK |
Moloco | 4.3.20 | 3.12.0 | Banner, interstitial, rewarded | Adapter, SDK |
Ogury | 4.3.3 | 6.1.0 | Banner, interstitial, rewarded | Adapter, SDK |
Pangle | 4.3.47 | 7.3.0.4 | Banner, interstitial, rewarded | Adapter, SDK |
Smaato | 4.3.14 | 22.7.2 | Banner, interstitial, rewarded | Adapter, Banner SDK, Bidding SDK |
SuperAwesome | 4.1.10 | 9.4.0 | Interstitial, rewarded | Adapter, SDK |
UnityAds | 4.3.58 | 4.16.0 | Banner, interstitial, rewarded | Adapter, SDK |
Verve | 4.3.6 | 3.6.0 | Banner, interstitial, rewarded | Adapter, SDK |
VK Ad Network | 4.3.1 | 5.27.2 | Banner, interstitial, rewarded | Adapter, SDK |
Yandex Ads | 4.3.14 | 7.15.0 | Banner, interstitial, rewarded | Adapter, SDK |