Add Mediation Networks

Mediation Networks for iOS

The OpenMediation Mediation platform supports banner, native, interstitial and rewarded video ads from 10 leading ad networks, powered by smart loading, multi-instance placement optimization and hybrid waterfall technologies.

Before You Start

To work with the OpenMediation Mediation platform, you should first correctly integrate OpenMediation's Rewarded Video or Interstitial or Banner/Native Ads into your application with the OpenMediation Mediation SDK.

Importants!The adapters for each Ad Network in the iOS SDK are modular, which means that you need to download and add Not Only the SDK of mediation networks  you choose to work with But Also the adapters for those ad networks. For example, if you want to integrate AdMob and Applovin through OpenMediation Mediation, you need to add the AdMob Adapter, AdMob SDK and Applovin Adapter, AppLovin SDK to the libs of your project.

Integrate the Mediation Networks

Below you can easily select the ad networks and adapters you’re interested in integrating with OpenMediation Mediation and copy the CocoaPods Script to your code. If you’d still like to use Manual Download to integrate Mediation, you can find all the necessary links and information to do so below.

Make sure to follow the Ad Network Integration Guides to access premium ad inventory through our Mediation platform.

If you’re new to CocoaPods, see their official documentation for info on how to create and use Podfiles.

 

#For OpenMediation SDK
pod 'OpenMediation','2.5.1'

#For AdTiming (Support S2S Bidding)
pod 'OpenMediationAdTimingAdapter', '2.0.4'
pod 'AdTimingBidSDK', '5.2.4'

#For AdMob
pod 'OpenMediationAdMobAdapter', '2.1.4'
pod 'Google-Mobile-Ads-SDK', '10.3.0'

#For Facebook (Support S2S Bidding)
pod 'OpenMediationFacebookAdapter', '2.0.8'
pod 'FBAudienceNetwork', '6.12.0'

#For Unity
pod 'OpenMediationUnityAdapter', '2.0.8'
pod 'UnityAds', '4.6.1'

#For Vungle (Support S2S Bidding)
pod 'OpenMediationVungleAdapter', '2.0.8'
pod 'VungleAds', '7.0.0'

#For Applovin
pod 'OpenMediationAppLovinAdapter', '2.0.5'
pod 'AppLovinSDK', '11.9.0'

#For Adcolony
pod 'OpenMediationAdColonyAdapter', '2.0.7'
pod 'AdColony', '4.9.0'

#For Tapjoy
pod 'OpenMediationTapjoyAdapter', '2.0.5'
pod 'TapjoySDK', '13.0.0'

#For Chartboost
pod 'OpenMediationChartboostAdapter', '2.0.5'
pod 'ChartboostSDK', '9.2.0'  

#For Helium (Support C2S Bidding)
pod 'OpenMediationHeliumAdapter', '2.1.3'
pod 'ChartboostMediationSDK', '4.1.0'
pod 'ChartboostMediationAdapterChartboost', '4.9.2' #For Pangle pod 'OpenMediationPangleAdapter', '2.1.2' pod 'Ads-CN', '5.2.0.5' // Domestic version pod 'Ads-Global', '5.1.0.9' //Overseas version #For Mintegral (Support S2S Bidding) pod 'OpenMediationMintegralAdapter', '2.0.8' pod 'MintegralAdSDK/All', '7.3.4' #For TencentAds pod 'OpenMediationTencentAdAdapter', '2.0.6' pod 'GDTMobSDK', '4.14.22' #For IronSource pod 'OpenMediationIronSourceAdapter', '2.0.6' pod 'IronSourceSDK', '7.2.7.0' #For SigMob pod 'OpenMediationSigMobAdapter', '2.0.8' pod 'SigmobAd-iOS', '4.7.1' #For PubNative (Support C2S Bidding) pod 'OpenMediationPubNativeAdapter', '2.1.1' pod 'HyBid', '2.17.0' #For KuaiShou pod 'OpenMediationKuaiShouAdapter', '2.0.3' pod 'KSAdSDK', '3.3.38'

#For InMobi pod 'OpenMediationInMobiAdapter', '2.0.4' pod 'InMobiSDK', '10.1.0' #For GoogleAdManager—ReklamUp pod 'OpenMediationGoogleAdAdapter', '2.1.3' pod 'Google-Mobile-Ads-SDK', '10.3.0'

Manual Download for Mediation Networks

Download and unzip the mediation SDK framework directly and import the framework into your Xcode project.

Platforms Supported SDK Version Banner Interstitial Native Reward Video Splash SDK Download
AdTiming 5.2.4  ✔️  ✔️  ✔️  ✔️   Download
Admob 10.3.0  ✔️  ✔️  ✔️  ✔️  ✔️ Download
Facebook 6.12.0  ✔️  ✔️  ✔️  ✔️   Download
AdColony 4.9.0    ✔️    ✔️   Download
UnityAds 4.6.1  ✔️  ✔️    ✔️   Download
Vungle 7.0.0  ✔️  ✔️    ✔️  ✔️ Download
AppLovin 11.9.0  ✔️  ✔️    ✔️   Download
Tapjoy 13.0.0    ✔️    ✔️   Download
Chartboost 9.2.0    ✔️    ✔️   Download
Helium 4.1.0    ✔️    ✔️   Download
Pangle(Domestic) 5.2.0.5  ✔️  ✔️  ✔️  ✔️   Download
Pangle(Overseas) 5.1.0.9  ✔️  ✔️  ✔️  ✔️   Download
Mintegral 7.3.4  ✔️  ✔️    ✔️  ✔️ Download
TencentAds 4.14.22  ✔️  ✔️  ✔️  ✔️   Download
IronSource 7.2.7.0    ✔️    ✔️   Download
SigMob 4.7.1    ✔️     ✔️   Download
PubNative 2.17.0 ✔️  ✔️   ✔️  ✔️   Download
KuaiShou 3.3.38    ✔️     ✔️   Download
InMobi 10.1.0 ✔️     ✔️  ✔️   Download

Note: If you integrate the domestic and overseas versions of Pangle SDK at the same time, please contact us.

Manual Download for Mediation Adapters

You can download the mediation adapter files from GitHub.

Please Note:If your app has already integrated SDKs listed above, you don’t need to download again.

Was this article helpful?
5 out of 7 found this helpful

Comments

0 comments

Article is closed for comments.