-
-
Notifications
You must be signed in to change notification settings - Fork 58
Does the package support mediation? #1
Comments
Well... in theory, it does, but it For example, Unity Ads, in theory you just need to: repositories {
jcenter()
}
...
dependencies {
...
// important:
implementation 'com.google.ads.mediation:unity:3.6.0.0'
...
}
... Follow the TODO list hereUntil mediation is not tested, I highly recommed you to NOT use it with this package.\Once mediation is ready, documentated and tested, I'll update it here :) |
Waiting for this. Thanks in advance. |
Since it's necessary a production account to use mediation, I can NOT test it here. I've seen in many plugins (flutter and react native) using mediation without the need for additional code, you only need to import the libraries. According to this similar issue in another plugin (#252):
You can see here the gradle libraries you need to add. The installation proccess is almost the same as said before: repositories {
jcenter()
}
...
dependencies {
...
// important:
implementation 'com.google.ads.mediation:unity:3.6.0.0'
// If you're adding facebook
implementation 'com.google.ads.mediation:facebook:6.2.0.1'
...
} Since there is no need for additional code (for most of the partner networks). It should work out of the box, if it doesn't, you can file a new issue with the error message. The networks that |
Yes, I tried and without any extra setup, it support mediation. |
@bdlukaa , worry not, I am using the package in my production app and up till now no problems. Thank you. |
What ads companies did you able to see ads into your app ? @anass-naoushi . In my app only facebook ads are shown and other company ads not showing. |
Probably for the other networks it's necessary extra-setup or to import the libraries |
I think you may close this issue, as this will do all setup- https://developers.google.com/admob/android/mediate |
Since @anass-naoushi said |
Possibly implements passing keywords in ad requests in iOS (fixes #47)
If yes, can you please give me the steps on adapters' implementation and everything I need to get mediation ready and running. If no, I will still use the package bcz it is the best on pub as of now. Thank you.
The text was updated successfully, but these errors were encountered: