nooralibutt / easy-ads

This repo has the integration of AdMob, AppLovin-Max, UnityAds, and Facebook ads.
https://pub.dev/packages/easy_ads_flutter
BSD 3-Clause "New" or "Revised" License
38 stars 19 forks source link

Add support for multiple ad units within a category for direct sale ads #87

Open caseycrogers opened 3 months ago

caseycrogers commented 3 months ago

Firstly, I love this package! You're my hero. It's saving me from so many wasted hours and headaches.

I have typical AdMob interstitial ads and a direct sale AdMob interstitial ad. The direct sale uses a different ad unit, but also has a very low fill rate as it is rate limited to one impression every 12 hours. As such, I'd like the following behavior:

  1. Ability to set a list of ad units for any given service and/or format
  2. Waterfall behavior where if the first unit fails to load, the next ad unit is attempted, and so on
nooralibutt commented 3 months ago

Thank you Casey,We never felt the use of direct sale interstitial ad. But you’re welcome to update the package and create Pull request. We will take a lookOn Thu, 14 Mar 2024 at 4:26 PM Casey Rogers @.***> wrote: Firstly, I love this package! You're my hero. It's saving me from so many wasted hours and headaches. I have typical AdMob interstitial ads and a direct sale AdMob interstitial ad. The direct sale uses a different ad unit, but also has a very low fill rate as it is rate limited to one impression every 12 hours. As such, I'd like the following behavior: Ability to set a list of ad units for any given service and/or formatWaterfall behavior where if the first unit fails to load, the next ad unit is attempted, and so on

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>