react-native-admob / admob

Admob for React Native with powerful hooks and components
MIT License
126 stars 32 forks source link

Implementation of AdMob mediation #97

Closed dima-mamaev closed 2 years ago

dima-mamaev commented 2 years ago

We want to use mediation to maximize our fill rate and increase monetization, but I couldn't find any guide/recommendations on how to do it.

zoobibackups commented 2 years ago

We want to use mediation to maximize our fill rate and increase monetization, but I couldn't find any guide/recommendations on how to do it.

@dima-mamaev Just add the mediation dependencies in you gradle file, it works.

e.g implementation 'com.google.ads.mediation:facebook:6.8.0.0' // for facebook mediation

Just that from the app side.

wjaykim commented 2 years ago

This library is deprecated. Use react-native-google-mobile-ads instead.

Please migrate to the new library if you were using this library as this library is no longer maintained. Now more stronger features are available in the new library.