Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta Audience Network Mediation 6.12.0 Native Banner Issue #434

Closed
appsapiconsole opened this issue Nov 14, 2022 · 1 comment
Closed

Meta Audience Network Mediation 6.12.0 Native Banner Issue #434

appsapiconsole opened this issue Nov 14, 2022 · 1 comment

Comments

@appsapiconsole
Copy link

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()
)

@joshh-devrel
Copy link
Contributor

joshh-devrel commented Nov 28, 2022

@appsapiconsole

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants