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 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 |
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.