dreamsoftin / facebook_audience_network

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

Need help with bidding option #113

Open sheribaloch opened 2 years ago

sheribaloch commented 2 years ago

Sir, I have implemented code it shows ads on test device but not working on other devices. I think it is we need to implement using bidding on new apps. Is there any method to implement facebook new ads strategy using your package?

lostidol355 commented 2 years ago

You can use google mobile ads package to serve Facebook ads through bidding , you just need to ads mediation adapter in build.gardle file

nilotpalkapri commented 2 years ago

You can use google mobile ads package to serve Facebook ads through bidding , you just need to ads mediation adapter in build.gardle file

Can you please give some reference article to implement properly, I have tried but native ad never works in google mobile ads like this package. Isn't it possible to implement bidding in this package??

sheribaloch commented 2 years ago

You can use google mobile ads package to serve Facebook ads through bidding , you just need to ads mediation adapter in build.gardle file

Can you please give some reference article to implement properly, I have tried but native ad never works in google mobile ads like this package. Isn't it possible to implement bidding in this package??

I have implemented mediation using https://pub.dev/packages/google_mobile_ads and it is working. However I have implemented banner and Interstitial ads. Now AdMob has put limitation on ad serving :/ mediation is still working but I don't know when they will terminate my account. I think we should look for alternative like MAX or MoPub but no support for flutter from any other platform till now

nilotpalkapri commented 2 years ago

You can use google mobile ads package to serve Facebook ads through bidding , you just need to ads mediation adapter in build.gardle file

Can you please give some reference article to implement properly, I have tried but native ad never works in google mobile ads like this package. Isn't it possible to implement bidding in this package??

I have implemented mediation using https://pub.dev/packages/google_mobile_ads and it is working. However I have implemented banner and Interstitial ads. Now AdMob has put limitation on ad serving :/ mediation is still working but I don't know when they will terminate my account. I think we should look for alternative like MAX or MoPub but no support for flutter from any other platform till now

Thanks for the reply. I found an alternative of this package. https://pub.dev/packages/native_admob_flutter Working fine for all type of ads.

faizanhub commented 2 years ago

@sheribaloch @nilotpalkapri Hey, can anyone of you please give me any reference article to implement bidding in flutter. I have implemented facebook ads in my app using Facebook audience network plugin, but as bidding is now necassary to show ads in app, what process do you guys recommend me to follow and any reference article for how to implemnet bidding of facebook ads with Google admob ?

waihanko commented 2 years ago

@sheribaloch @nilotpalkapri Hey, can anyone of you please give me any reference article to implement bidding in flutter. I have implemented facebook ads in my app using Facebook audience network plugin, but as bidding is now necassary to show ads in app, what process do you guys recommend me to follow and any reference article for how to implemnet bidding of facebook ads with Google admob ?

Have you find any solution?

yatinj30 commented 2 years ago

@sheribaloch @nilotpalkapri Hey, can anyone of you please give me any reference article to implement bidding in flutter. I have implemented facebook ads in my app using Facebook audience network plugin, but as bidding is now necassary to show ads in app, what process do you guys recommend me to follow and any reference article for how to implemnet bidding of facebook ads with Google admob ?

Have you got the solution?

faizanhub commented 2 years ago

Yes, I have removed the Facebook audience plugin and integrated ads with https://pub.dev/packages/google_mobile_ads package. Then have done bidding with Facebook ads through the interface of Google Admob

ZiaUrRahmam commented 2 years ago

@FaiJu hey thanks for sharing your experience. I have a question is it possible to integrate Facebook ads using google mobile ads package that you have used But without using Google admob.? Is there any possibilities of doin this.

faizanhub commented 2 years ago

No, its not possible as per my knowledge