dreamsoftin / facebook_audience_network

Flutter Facebook Audience Network
https://pub.dartlang.org/packages/facebook_audience_network/
MIT License
154 stars 93 forks source link

Issue with app bundle #109

Open vishalknishad opened 3 years ago

vishalknishad commented 3 years ago

I created an app bundle and published to google play, the ads are not showing up. However when I create a release apk and send to my device directly, ads are showing fine.

SachinGanesh commented 3 years ago

In release builds, it may take up to 24 hours to show ads

vishalknishad commented 3 years ago

It's been more than 24 hours since update.

vishalknishad commented 3 years ago

It has been 3 days, still ads not showing. Some help will be appreciated.

vishalknishad commented 3 years ago

Hey, can someone help please. Ad requests are coming but ads are not showing at all. Ads coming only in debug mode, but not in production.

FAN

rojapeiris commented 3 years ago

I had faced the same issue. I noticed that SDK integration is not green colored. Capture

vishalknishad commented 3 years ago

@rojapeiris for me, all are green

rojapeiris commented 3 years ago

hi dear, In my case facebook ada are showing properly but no any impressions. But in the property section sdk integration dosnt appear green colored.

On Thu, 24 Jun 2021 at 5:33 PM, vishalknishad @.***> wrote:

@rojapeiris https://github.com/rojapeiris for me, all are green

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dreamsoftin/facebook_audience_network/issues/109#issuecomment-867581948, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGUNZZL5PSKF7MI5K55ZZHDTUMNJHANCNFSM467X5SVA .

adarshhub commented 3 years ago

Same problem here. In my case, the app is approved and the ads are showing on the test device. But in FAN it has been showing 'waiting for ad request' for more than a week.

aliakkawi commented 3 years ago

Same problem here. In my case, the app is approved and the ads are showing on the test device. But in FAN it has been showing 'waiting for ad request' for more than a week.

same hear, i am unable to state the issue, is it something related to the code implementation or Placements creation

aliakkawi commented 3 years ago

Same here, i am unable to state the issue, is it something related to the code implementation or Placements creation, any solution?

adarshhub commented 3 years ago

No, it is not related to the integration of the ads because the test ads are coming on the app downloaded from the play store.

I think this is related to the review of the ads.

The Facebook team is not reviewing the app. Maybe, because the app is not requesting ads through bidding.

If that is the case, then this plugin is redundant for the new apps.

aliakkawi commented 3 years ago

No, it is not related to the integration of the ads because the test ads are coming on the app downloaded from the play store.

I think this is related to the review of the ads.

The Facebook team is not reviewing the app. Maybe, because the app is not requesting ads through bidding.

If that is the case, then this plugin is redundant for the new apps.

I've contacted Facebook team and they told me that Bidding is not a must for now at least for Android.

aliakkawi commented 3 years ago

@SachinGanesh Can you please advice us what to do, i've set my device as a Test device, and i can see real ads even when i download my Android app from Google play store, but no ads are getting displayed for other users who download app from the store, it 've released my app to the store more than one week ago. Thanks

vishalknishad commented 3 years ago

Hey guys, I just realised that FAN is switched to bidding only. It means, you have to use mediation platforms to show ads now.

I did mediation with Admob and ads are showing up now.

I used following package https://pub.dev/packages/native_admob_flutter

Mediation guide https://developers.google.com/admob/android/mediation/facebook

aliakkawi commented 3 years ago

Hey guys, I just realised that FAN is switched to bidding only. It means, you have to use mediation platforms to show ads now.

I did mediation with Admob and ads are showing up now.

I used following package https://pub.dev/packages/native_admob_flutter

Mediation guide https://developers.google.com/admob/android/mediation/facebook

@vishalknishad Thanks for the update, you are using native_admob_flutter instead of facebook_audience_network or you are using both?

vishalknishad commented 3 years ago

@aliakkawi native_admob_flutter only

aliakkawi commented 3 years ago

@aliakkawi native_admob_flutter only

Hello @vishalknishad After using "native_admob_flutter" i can finally see both AdMob and Facebook ads in my app, but the issue is that match rate for Facebook is very low in comparison to Admob, also the status for Facebook placements are still "Requesting ads", WhatsApp Image 2021-07-07 at 16 38 11 WhatsApp Image 2021-07-07 at 16 36 45 are you facing the same issue? Please check the attached screen shots

lostidol355 commented 2 years ago

Hey guys, I just realised that FAN is switched to bidding only. It means, you have to use mediation platforms to show ads now.

I did mediation with Admob and ads are showing up now.

I used following package https://pub.dev/packages/native_admob_flutter

Mediation guide https://developers.google.com/admob/android/mediation/facebook

Hi I am using google mobile ads plugin but ineterstial ads is not showing through bidding , can you guide me why?

vishalknishad commented 2 years ago

@lostidol355 did you followed the mediation guide? Also, check the error response you are getting while loading the ads.

lostidol355 commented 2 years ago

@lostidol355 did you followed the mediation guide? Also, check the error response you are getting while loading the ads.

Yes sir I have followed mediation guide correctly. Bidding is successfully happening for banner ads. But I do not get any bid request for interstial ads. I am able to show facebook interstial ads through waterfall ( without using this plugin code,) but I am not getting any bidrequest for inetrstial ads. Please help me sir I am beginer too

YoussefDahmaneJdid commented 2 years ago

@aliakkawi native_admob_flutter only

Hello @vishalknishad After using "native_admob_flutter" i can finally see both AdMob and Facebook ads in my app, but the issue is that match rate for Facebook is very low in comparison to Admob, also the status for Facebook placements are still "Requesting ads", WhatsApp Image 2021-07-07 at 16 38 11 WhatsApp Image 2021-07-07 at 16 36 45 are you facing the same issue? Please check the attached screen shots

Show this video that can help you https://www.youtube.com/watch?v=vA_WSNim3s0

vishalknishad commented 2 years ago

@YoussefDahmaneJdid order is determined by eCPM value. Try setting eCPM manually.

YoussefDahmaneJdid commented 2 years ago

@YoussefDahmaneJdid order is determined by eCPM value. Try setting eCPM manually.

In my case i have connect separatly fan , the problème is , when i test in my testin device i show banner work whit company ads and interstitielle whit message that todls me succesfull integration , but in production i dont show the banner and interstitielle show the message of succefull integration , if some one can help me ?

YoussefDahmaneJdid commented 2 years ago

@YoussefDahmaneJdid order is determined by eCPM value. Try setting eCPM manually.

In my case i have connect separatly fan , the problème is , when i test in my testin device i show banner work whit company ads and interstitielle whit message that todls me succesfull integration , but in production i dont show the banner and interstitielle show the message of succefull integration , if some one can help me ?

I have now 1000 request whit 0 impressions