Mediation networks for Android

Read time 9 minutes

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 learn about adapters support for AndroidX here.

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 NetworkAdapter versionSupported SDK versionSupported Ad UnitsAdapter & SDK
App Lovin4.3.5413.3.1.Banner, interstitial, rewardedAdapter, SDK
APS4.3.1711.0.0+Banner, interstitial, rewardedAdapter, SDK
BidMachine4.3.153.3.0Banner, interstitial, rewardedAdapter, SDK
BIGO Ads4.3.105.4.0Banner, interstitial, rewardedAdapter, SDK
Chartboost4.3.219.9.1Banner, interstitial, rewardedAdapter, SDK
DT Exchange4.3.398.3.8Banner, interstitial, rewardedAdapter, SDK
Google4.3.5224.4.0Banner, interstitial, rewardedAdapter, SDK
HyprMX4.3.156.4.3Banner, interstitial, rewardedAdapter, SDK
InMobi4.3.3210.8.7Banner, interstitial, rewardedAdapter, SDK
Liftoff Monetize4.3.307.5.0Banner, interstitial, rewardedAdapter, SDK
Maio4.1.111.1.16Interstitial, rewardedAdapter, SDK
Meta Audience Network4.3.506.20.0Banner, interstitial, rewarded, nativeAdapter, SDK
Mintegral4.3.4516.9.91Banner, interstitial, rewardedAdapter, SDK
MobileFuse4.3.71.9.2Banner, interstitial, rewardedAdapter, SDK
Moloco4.3.203.12.0Banner, interstitial, rewardedAdapter, SDK
Ogury4.3.36.1.0Banner, interstitial, rewardedAdapter, SDK
Pangle4.3.477.3.0.4Banner, interstitial, rewardedAdapter, SDK
Smaato4.3.1422.7.2Banner, interstitial, rewardedAdapter, Banner SDK, Bidding SDK
SuperAwesome4.1.109.4.0Interstitial, rewardedAdapter, SDK
UnityAds4.3.584.16.0Banner, interstitial, rewardedAdapter, SDK
Verve4.3.63.6.0Banner, interstitial, rewardedAdapter, SDK
VK Ad Network4.3.15.27.2Banner, interstitial, rewardedAdapter, SDK
Yandex Ads4.3.147.15.0Banner, interstitial, rewardedAdapter, SDK

The ironSource Adapters expedite the implementation of multiple ad networks in your app. An adapter contains the SDK of a specific ad network as well as the code needed to operate the ad network. You do not need to integrate any additional SDKs or implement any further code in your app.

ironSource SDK and adapter compatibility

The table below includes all adapters [and SDK network] supported for the selected ironSource SDK up to version 8.3.0. For ironSource SDK versions 8.4.0 and above, refer to the Adapter Changelog for the ad network: Mediated networks > Adapters Changelog > [Network].

To check ironSource SDK & Adapter compatibility, navigate to this document.

Ad Network Integration Verification

To verify your ironSource SDK and additional Ad Networks integration, follow this document.