Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate iAds and AdMob if iAds fails

I have been searching around for a little while looking for a complete guide on how to integrate iAds with AdMobs if iAds fails,

The only reason I ask this is that I have iAds and I am noticing a very low fill rate with iAds and would love to have AdMobs fill the spaces. I have read the related post below and feel this is a little outdated (from 2010)

are there any better solutions complete tutorial out there with detailed code that you know about.

Using iAd as default ad network, and AdMob if iAd fails

like image 211
Ben Wilson Avatar asked Sep 30 '12 10:09

Ben Wilson


1 Answers

You should use a Mediation solution. One example is AdMob Mediation. All you need to do is write code against the AdMob API, plug in the iAd adapter library (available here), and configure a Mediation placement to request iAd and backfill AdMob.

like image 84
Eric Leichtenschlag Avatar answered Oct 04 '22 23:10

Eric Leichtenschlag