Question

I will be implementing a banner ad across various screens of my app.

I gather there are various approaches to doing this.

  • iAd as primary, fallback on Admob if iAd fails
  • Admod as primary (poor eCPM?)
  • Adwhirl(obsolete??)
  • Mopub/Mobclix etc.

My question is, what would be the recommended approach/provider to use at this point in time?

Is it best to stick with the bread and button option, iAds along with a fallback option, or would it be recommended to use one of the many other providers out there that choose ad networks dynamically?

Was it helpful?

Solution

I'm an iOS dev.

This depends on your app.

For most situations with banner adverts I would go with Google Admob. Admob includes the ability to display iAd advertisements as well as many other companies. Look up Admob mediation in a search engine.

I had Admob Mediation displaying iAd to the UK and USA, and Admob banners everywhere else in he world. However iAd has very poor returns for me, I've gone fully Admob and have no regrets.

If your app is a game, you have further options. You could choose a company like Applovin which does banners suited for game apps. They have good eCPM, but for me low RPM (the fill rate is low).

You could think laterally - display video advertisements between the game over screen and the title screen, or perhaps interstitials. (Vungle, AdColony, Applovin, Chartboost).

Me - I have a series of non game apps. I go with Google Admob exclusively for banners - the return is good. I also have interstitials in there from Applovin. I also have an IAP to allow the removal of adverts for those who don't like the adverts. I also link to my other apps from within my app and have iTunes affiliate links. There are many many income streams within an app.

I have game apps also. These have not been as successful, there is much competition. I use Applovin, Chartboost and AdColony within these to produce good revenue.

I hope this helps.

OTHER TIPS

It basically comes down to how much coding you're willing to implement and which countries you plan to release your app in. iAd is only available in select countries whereas AdMob is global. I personally use iAd as a primary and use AdMob as a backup for when iAd does not have any ads available. Currently my AdMob eCPM is higher than iAds. The eCPM leader between the two changes throughout the year as certain large advertisers spend more on either network.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top