ratson / cordova-plugin-admob-free

New development has been moved to "admob-plus-cordova", https://github.com/admob-plus/admob-plus/tree/master/packages/cordova
https://github.com/admob-plus/admob-plus
MIT License
498 stars 214 forks source link

Mediations list #346

Open Chadori opened 5 years ago

Chadori commented 5 years ago

Is there a complete list of all the mediation networks of this plugin? Thanks in advance.

ziadsarour commented 5 years ago

It will be very interesting to have that list !

joshlit commented 5 years ago

Anyone got an update on this? I need it

tominou commented 5 years ago

I maintain a few: Vungle: https://github.com/tominou/lycwed-cordova-plugin-admob-vungle Chartboost: https://github.com/tominou/lycwed-cordova-plugin-admob-chartboost Applovin: https://github.com/tominou/lycwed-cordova-plugin-admob-applovin Facebook Audience Network: https://github.com/tominou/lycwed-cordova-plugin-admob-facebook InMobi: https://github.com/tominou/lycwed-cordova-plugin-admob-inmobi

rodrigograca31 commented 5 years ago

@tominou Great that you have forked and updated those, I'm going to use them.

but I already hit one wall.... They required cordova-plugin-multidex which is old and outdated and needs a fix for cordova 7+ and cordova 9+ .... I'm gonna send them a PR but not sure if they will update it.....

For those with the same problems as me (requireCordovaModule or AndroidManifest.xml errors) you can probably just remove the cordova-plugin-multidex requirement.....

Another fix is to change to cordova-plugin-enable-multidex as it seems very updated (even uses the AndroidX packages!) https://github.com/adriano-di-giovanni/cordova-plugin-enable-multidex

rodrigograca31 commented 4 years ago

I'm back after trying to make this work twice and nothing...... I've added the FAN plugin and followed this instructions to get it working through AdMob mediation but doesnt seem to work.....

In the mediation reports I see lots of requests but 0 Impressions.... image

On Facebook side I see 0 of everything..... image

@tominou do you have it working for you? Care to share the process? I followed this instructions but doesnt work...

rodrigograca31 commented 4 years ago

@tominou can you help me? I have no idea why it's not working. I'm pretty sure I did everything right, but something is missing... Thanks!