文档

支持

LevelPlay SDK - Unity

Mediation Networks for Unity

Configure and integrate multiple ad networks into your project using the LevelPlay mediation platform by downloading and adding the necessary adapters.
阅读时间7 分钟最后更新于 6 小时前

The Unity LevelPlay mediation platform supports banner, interstitial, and video ads from multiple ad networks, equipped with smart loading, ad placement technology, and ad delivery optimization.

Prerequisites

Ensure that you have correctly integrated Rewarded VideoInterstitial or Banner Ads into your application. AndroidX: Starting with SDK 18.0.0, AdMob migrated from Android Support Libraries to Jetpack (AndroidX) Libraries. For more information, refer to the Google Play services release notes.

LevelPlay Network Manager

To add a new network or to upgrade to the latest adapter, complete the following steps:
  1. Go to Ads Mediation > Network Manager.
  2. Select Install or Update.
LevelPlay Network Manager

Android (Manual Resolve)

To apply your changes, ensure that you use the "Resolve" process. This will download all relevant artifacts, according to your choices. For more information, refer to Unity Package integration.

Unity Ads SDK

Starting with LevelPlay Unity package version 9.0.0, the Unity Ads network adapter will be automatically updated to the latest compatible version when the Unity package is updated. The recommended best practice is to always update to the latest adapter version to take advantage of new features, fixes, and improvements from the ad network. If necessary, you can manually specify a different compatible Unity Ads adapter version by completing the following steps:
  1. After you install the LevelPlay package, locate the file
    ISUnityAdsAdapterDependencies.xml
    under the folder LevelPlay > Editor.
  2. Specify the version to install between the tag
    <unityversion>
    and
    </unityversion>
    .
  3. Verify that the Android (
    <androidPackage spec="…">
    ) and iOS (
    <iosPod version="…">
    ) dependency versions in the XML match or are compatible with your specified adapter version.

Integrate network adapters

Download a mediation adapter from the following table and refer to the corresponding ad network integration guide to access premium ad inventory through the LevelPlay mediation platform.
注意
An adapter contains the SDK of a specific ad network and the required code for operating the ad network. You do not need to integrate any additional SDKs or implement any further code in your app.

Ad network

Adapter version

Supported SDK version

Supported Ad Units

Adapter

Changelog

AppLovin5.7.0.0
  • iOS 13.6.2
  • Android 13.6.2
Banner, interstitial, rewarded videoAdapter
APS5.4.0.0
  • iOS 5.6.1
  • Android 11.0.0+
Banner, interstitial, rewarded videoAdapter
BidMachine5.5.0.0
  • iOS 3.6.1
  • Android 3.6.1
Banner, interstitial, rewarded videoAdapter
BIGO Ads5.9.0.0
  • iOS 5.1.2
  • Android 5.8.2
Banner, interstitial, rewarded videoAdapter
Chartboost5.4.0.0
  • iOS 9.11.0
  • Android 9.11.1
Banner, interstitial, rewarded videoAdapter
DT Exchange5.10.0.0
  • iOS 8.4.6
  • Android 8.4.4
Banner, interstitial, rewarded videoAdapter
5.15.0.0
  • iOS 13.3.0
  • Android 25.2.0
Banner, interstitial, rewarded videoAdapter
HyprMX5.4.0.0
  • iOS 6.4.6
  • Android 6.4.6
Banner, interstitial, rewarded videoAdapter
InMobi5.8.0.0
  • iOS 11.2.0
  • Android 11.2.0
Banner, interstitial, rewarded videoAdapter
Liftoff Monetize5.12.0.0
  • iOS 7.7.2
  • Android 7.7.3
Banner, interstitial, rewarded videoAdapter
LY Ads Network5.4.0.0
  • iOS 3.0.1
  • Android 3.0.1
Banner, interstitial, rewarded video--
Meta Audience Network5.4.0.0
  • iOS 6.21.1
  • Android 6.21.0
Banner, interstitial, rewarded videoAdapter
Mintegral5.18.0.0
  • iOS 8.1.2
  • Android 17.1.51
Banner, interstitial, rewarded videoAdapter
MobileFuse5.3.0.0
  • iOS 1.11.0
  • Android 1.11.0
Banner, interstitial, rewarded videoAdapter
Moloco5.13.0.0
  • iOS 4.5.1
  • Android 4.7.0
Banner, interstitial, rewarded videoAdapter
Ogury5.6.0.0
  • iOS 5.2.2
  • Android 6.2.2
Banner, interstitial, rewarded videoAdapter
Pangle5.22.0.0
  • iOS 8.0.0.6
  • Android 8.0.0.4
Banner, interstitial, rewarded videoAdapter
PubMatic5.5.0.0
  • iOS 5.1.0
  • Android 5.1.0
Banner, interstitial, rewarded video--
Smaato5.3.0.0
  • iOS 23.1.0
  • Android 23.0.1
Banner, interstitial, rewarded videoAdapter
SuperAwesome5.2.0.0
  • iOS 9.4.0
  • Android 10.1.0
Interstitial, rewarded videoAdapter
Tencent5.5.0.0
  • iOS 4.15.80
  • Android - Not applicable
Banner, interstitial, rewarded videoAdapter
Unity Ads5.6.0.0
  • iOS 4.17.0
  • Android 4.17.0
Banner, interstitial, rewarded videoAdapter
Verve5.7.0.0
  • iOS 3.8.0
  • Android 3.8.1
Banner, interstitial, rewarded videoAdapter
VK Ad Network5.9.0.0
  • iOS 5.42.1
  • Android 5.47.1
Banner, interstitial, rewarded videoAdapter
Yandex Ads5.10.0.0
  • iOS 7.18.4
  • Android 7.18.5
Banner, interstitial, rewarded videoAdapter
YSO Network5.3.0.0
  • iOS 1.1.31
  • Android 1.3.6
Banner, interstitial, rewarded videoAdapter

Manual integration of adapters using XML

  1. Download the adapters XML file
  2. Add the files to Assets > LevelPlay > Editor.
注意
For LevelPlay SDK versions 8.0.0 or earlier, add the files to Assets > IronSource > Editor.
Assets LevelPlay Editor Folder

Manual integration of Android and iOS adapters

注意
You can only manually download an adapter if you are not using LevelPlay Network Manager.

Android Manual Integration

  1. Download the relevant adapters.
  2. Copy the .aar or .jar files into
    /Assets/Plugins/Android
    in your Unity Project.

iOS Manual Integration

  1. Download the relevant adapters using the relevant download links from here.
  2. Unzip the file and add IronSource.framework into
    /Assets/Plugins/iOS
    in your Unity Project.

Verify your integration

To verify your LevelPlay SDK and additional ad network integrations, refer to Integration Helper for Unity.