I hope many of you are using Facebook Audience Network for app monetization. I am having some questions regarding their latest new "bidding" strategy.
I want to integrate AdMob as a mediation partner with Facebook Audience Network. After reading the documentation mentioned, it seems like I have to add both (AdMob + FAN) SDK's and make ad requests separately from both of these. Can someone please confirm for me if that is true? Does that mean if I want to integrate multiple mediation partners I'll have to add multiple SDKs? Don't you think it will increase the app size unnecessarily?
Please share your thoughts if any of you have implemented Bidding in their Android App.
Thank You
NOTE : Use Real Ads Id and Configure your Mobile Device on Admob and Facebook Dashboard
1 —> add dependancies to buid.gradle (App)
If your sdk version is 31 or above
2 —> Configure your app
3 —> Add meta tag to manifest
4 —> Initialise ads
5—> for Testing Check which ad network adapter class loaded the ad
6 —> Additional code required
In manifest
network_security_config.xml
7 —> Test your implementation using mediation Test Suite
Add dependenceis to
Include the google() repository in your top-level build.gradle file:
If not there —————————————————————
———————————————————————
Launch using below code
8 —> Test Ids