Pratap Vhatkar
Pratap Vhatkar

Reputation: 701

Integrate Facebook Audience Network and AdMob together?

I have integrated Facebook Audience Network in my Android application but I am getting a very poor fill rate, around 40%.

I am thinking about integrating AdMob along side Facebook Audience Network, for example when the Facebook Audience Network fails to fill an ad I'd show an AdMob ad.

How would I achieve this?

Upvotes: 4

Views: 3560

Answers (1)

Daniel Storm
Daniel Storm

Reputation: 18878

When a Facebook Audience Network ad fails to load present an AdMob ad.

Now that you have the basic code running, it's recommended that you use the AdListener to get notified when the ad fails to load so you could hide the banner unit. In the same way, you can add it back when it was loaded:

via Adding Ad Banners to your Android app

Upvotes: 6

Related Questions