-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Facebook Mediation w/Header Bidding #230
Comments
I'm having this same issue |
Have you checked if AdMob Mediation supports header bidding? |
Yes. https://support.google.com/admob/answer/9842838?hl=en Also Facebook Audience Network no longer supports Waterfall Ad Requests and only supports Header Bidding. Also, the documentation needs to be updated to include AdManager.setRequestConfiguration({
maxAdContentRating: 'PG',
tagForChildDirectedTreatment: true,
tagForUnderAgeConsent: true,
trackingAuthorized: true
}) |
@raffibag |
Also follow this guide to setup bidding properly: https://developers.google.com/admob/android/mediation/facebook in Admob. Also you may want to check the version of Facebook Audience Network adapter installed in android. It should be higher than 5.10.0.0 for bidding to work properly |
Thank you @ammarahm-ed for the update. I confirmed everything is set up correctly - and saw confirmation of as much in the Mediation Test Suite. Seems, however, that AdMob is not recognizing my device as a test device when using the production ad unit id (works fine when I use the generic Google test ad unit id). A few reasons why I suspect this: 1) The Mediation Test Suite does not recognize the test device, even though I confirmed it's correct in the AdMob portal (and am passing it as a prop in the AdManager config); 2) My app had previously been flagged by AdMob for violating their policies as my "test" device was requesting too many ads, which leads me to believe AdMob is not recognizing the device as registered; 3) Ads are not serving on my "test" device when using the production ad unit id - only when I use the generic Google test ad unit id. As such, I suspect the issue is not related to FB Mediation integration, rather it may be a React Native issue whereby the IDFA on my iOS device is not making its way to AdMob. Have you encountered this issue? I've attached screens of my MTS screens - including the screen showing the Facebook Audience Network SDK details... You'll see it's not allowing an ad load as it does not recognize the test device ID, which is also registered w/Facebook mediation. |
@raffibag have you added your device idfa to facebook audience network to get test ads? And have you registered your idfa with admob? For facebook audience network to show test ads, you must register your device IDFA in test devices. To get your device IDFA you can download any IDFA app from App store that supports the latest App Tracking Transparency Dialog SDK. |
@ammarahm-ed yes - I have the test device set up using the IDFA in both AdMob and Facebook. I also tried it while passing the test device IDs in the AdManager config (e.g, I'm learning that AdMob often limits ad traffic for new services with limited usage - so it may be the ad serving limit is due to that. Can you please confirm whether I should be using the AdMob Test Ad Unit ID or my app's production Ad Unit ID for testing mediation? I suspect it needs to be the latter (my app's Ad Unit ID), as the Facebook Placement ID needs to be associated with an AdMob Ad Unit ID. I've tested it both ways and it doesn't seem to work. As I understand, registering the test device IDFA allows you to use the app's Ad Unit ID while not incurring invalid traffic. If you can confirm this works correctly on your end, we can close this issue - as the original issue (sdk integration) has been resolved. |
You will need to use your app's test IDs. Then you have to register your test device with admob to get test ads from admob. One more thing to try: Install latest library version from master branch. |
While I've integrated this library and have ads being served via FB Audience Network mediation using waterfall, no calls have been posted using header bidding - despite setting everything up per both AdMob and Facebook's instructions.
Is bidding fully supported in this library? And, if so, is there any additional client-side configuration that's required to make it work?
The text was updated successfully, but these errors were encountered: