Sorry, we don't support your browser.  Install a modern browser

hi Integrating Facebook Audience Network with bidding#757

A

Is there a mediation within Admob to add Facebook ads
The code for Facebook is there in the application?

Step 3: Import the Facebook Audience Network SDK and adapter
Android Studio integration (recommended)
Add the following implementation dependencies with the latest versions of the Facebook Audience Network SDK and adapter in the app-level build.gradle file:

repositories google()
mavenCentral()
}


dependencies implementation ‘com.google.android.gms:play-services-ads:20.6.0’
implementation ‘com.google.ads.mediation:facebook:6.10.0.0’
}

https://developers.google.com/admob/android/mediation/facebook

a year ago