Search code examples
androidfacebookadmobfacebook-audience-networkmobile-ad-mediation

Facebook Audience Network native Ads via Admob mediation adapter


So far I've been using Admob ads as well as facebook ads via admob mediation. I use the Facebook adapter from the list HERE to display banners and interstitials using only the admob api in my code. The adapter decides to display either facebook ads or admob without any further hassle from my side.

Now I am wondering whether the same thing can be achieved for native ads too. For example If I place a native ad somewhere in my app using admob code (e.g NativeExpressAdView). Will the FacebookAdapter be able to decide whether to display the native admob ad (which in this case is already implemented in code) OR the Facebook Native Ad? (which is not implemented in my code separately)


Solution

  • Got my response from Admob mobile ads team.

    Mediation through FAN for Native Express Ads is currently not possible. Only Banner ads and Interstitials have been enabled for mediation for FAN.