Closed dirkam closed 2 years ago
Hi @dirkam , you don't need a separate render/binder for each network with. MAX ads. You just need one binder for rendering ads from all networks.
Thanks @santoshbagadi, that's nice to hear!
May I ask how will it handle the layout differences? For FAN Native Ads for instance, the icon and the main asset uses com.facebook.ads.MediaView
while MAX uses ImageView
and FrameLayout
.
How does that work?
For media view, we would create the com.facebook.ads.MediaView
ourselves and add it to the FrameLayout
provided.
For the icon view, Facebook supports both its own media view and ImageView
. So, we use the image view in this case.
Thanks!
Can someone please help me how the FAN mediation works with MAX for Native Ads (Manual)? The AppLovin guide shows what to do on the dashboard, but I can't find the code that is needed to render the FAN native ad?
With MoPub, there was the
FacebookAdRenderer
used to render the native ad.I can't find the equivalent of this in MAX. What do I miss here?