11

I have a react native application on IOS, and I implemented Facebook Audience Network Bidding with Admob.

Everything looks fine; bidding requests are being sent from Admob to Facebook. But Facebook is barely responding to bid requests.

enter image description here

When I use the debugger, there is an error called "Bundle status is invalid" with zero documentation on the internet.

enter image description here

I can see test ads without any problems. I used the Ad Inspector to validate everything, and it looks fine. But production users are not able to see any Facebook ads.

SDK versions:

  • FBAudienceNetwork 6.2.1
  • Google-Mobile-Ads-SDK 7.69.0
  • GoogleMobileAdsMediationFacebook 6.2.1.0
  • GoogleMobileAdsMediationTestSuite 1.4.0

Is there any knowledge about this problem and what is "Bundle status is invalid"?

Ahmet Can Güven
  • 5,392
  • 4
  • 38
  • 59

2 Answers2

1

After trying lots of solutions, I think I found out the reason.

The problem was missing tax information.

Step by step solution

  1. Go to monetization manager
  2. Click payouts
  3. Select your payment account
  4. Click edit account
  5. It should navigate you to the organization management page.
  6. Click to payout settings
  7. Now, you will see the missing tax information and an update button.
  8. Download your appropriate tax form from here
  9. Complete the form, print it, sign it then scan it.
  10. Upload the completed form using the update button.
  11. After few hours, it should work and you can see the "Bundle status is invalid" is gone from the debugger.

enter image description here

If this solution works for you, please add a comment. So I can be sure about giving the correct solution, I will mark it as an answer.

Ahmet Can Güven
  • 5,392
  • 4
  • 38
  • 59
  • which package are you using to implement fb ads bidding, i tried expo-facebooks-ads also react-native-fbads both for these packages doesnot seems to do bidding? Any help would be much appreciated – Chithambara Kumar Oct 28 '21 at 15:16
  • It's not working. I still have the same issue. – Changer Jan 16 '22 at 21:04
  • @Changer Did you manage to solve it? I'm having the same issue, I uploaded the Tax Information still it is showing "Requesting ADs" for Placements and "Waiting for Bid Request". Also, my debuggers show the same as the Image shown in this Question. – Devang Shah Feb 13 '22 at 11:13
1

I resolved this issue by releasing the updated app on the store (google play store in my case), now the debugger shows all green ticks.

edit: just to clarify that I still haven't uploaded a tax info form, ill wait to see if its mandatory first.

user3088071
  • 91
  • 2
  • 6