You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Meta Audience Network no longer serves waterfall mediation ad requests (see Meta's blog post), waterfall integration was removed in adapter version 6.12.0.0. As a result, FacebookAdapter and FacebookExtras classes were also removed.
As long as you are using a native banner ad placement, the adapter should be able to return a native banner ad. You can also read Meta' developer documentation on Native Banner Ads.
On Updating
Meta Audience Network
implementation 'com.google.ads.mediation:facebook:6.12.0.0'
Native Banner Configurations not found below things.
import com.google.ads.mediation.facebook.FacebookAdapter
import com.google.ads.mediation.facebook.FacebookExtras
FacebookAdapter::class.java, FacebookExtras()
.setNativeBanner(true)
.build()
adLoader.loadAd(
AdRequest.Builder()
.addNetworkExtrasBundle(
FacebookAdapter::class.java, FacebookExtras()
.setNativeBanner(true)
.build()
).build()
)
The text was updated successfully, but these errors were encountered: