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

Any plan for supporting ironsource? #45

Closed niraj-prajapati closed 1 year ago

niraj-prajapati commented 1 year ago

Hey, thanks for the plugin. It's very useful for handling multiple sources.

Do you have any plan for integrating ironsource ads in this package? For some developers like me, it'll be very useful as it doesn't have any limitations and doesn't suspend account. Many of us are using ironsource as primary ad source.

Here's the official documentation link.

nooralibutt commented 1 year ago

can you show me some stats like its fill rate, ECPM or any other helpful material?

niraj-prajapati commented 1 year ago

see the performance report for month of September & October. After that i migrated app to flutter and since then haven’t used it.

FB474802-1E99-430C-8BA4-70D4786052B1 AFEFEEDC-019C-4F99-8541-EFB59D4250E0

nooralibutt commented 1 year ago

@niraj-prajapati what kind of ads iron source show? does it show video ads or a single full screen ad like admob? do you have an example of banner and interstitial ad? like some live ad?

niraj-prajapati commented 1 year ago

It provides rewarded video, interstitial, rewarded interstitial, banner and offerwall. So, all types of ads. I was using rewarded video only. For exploring purpose you can see their demo project: https://github.com/ironsource-mobile/Flutter-SDK

nooralibutt commented 1 year ago

@niraj-prajapati oh I was asking something else. Google and Facebook show a single snapshot ad but applovin and unity show video ads as interstitial ad, So I was asking do ironsource show video ad as interstitial or a single snapshop/page?

niraj-prajapati commented 1 year ago

Yes, for interstitial, it shows skippable video ad.

niraj-prajapati commented 1 year ago

please check the video for reference.

this is from their official demo app

niraj-prajapati commented 1 year ago

hi @nooralibutt, let me know if you guys are working on it or if you have any plan to implement it in near future.

nooralibutt commented 1 year ago

@niraj-prajapati not right now. If you would like to contribute you are welcome

niraj-prajapati commented 1 year ago

sure, will try implementing whenever get some free time. thanks

appinteractive commented 1 year ago

Any updates on that? Would love to see it supported too 🙂

nooralibutt commented 1 year ago

@appinteractive @niraj-prajapati from admob plugin, using mediation we are integrating iron source, you can do the same. All you have to do is to add in build.gradle:

repositories {

google()
mavenCentral()
maven {
    url 'https://android-sdk.is.com/'
}

} ... dependencies {

implementation  'com.google.ads.mediation:ironsource:7.3.0.1.0'

} ...

For iOS Add to pod file

pod 'GoogleMobileAdsMediationIronSource'

and our easy ads plugin will support iron source, you don't have to do anything in easy ads.

Plus add mediation in admob for that follow

https://developers.google.com/admob/android/mediation/ironsource

appinteractive commented 1 year ago

Can't use google as they are restricting us and many others constantly without giving a reason. But as our and others analysis shown, the suffer massive adClicking bot attacks and blocking you and your mother. It's impossible to use them atm.