Closed burhanahmed92 closed 10 months ago
Yes, you can use mediation. This library does not require any additional setup to work with mediation. Follow the regular official guide to get started.
But can you guide if i want to ad mediation for these sources how can i do that 1- Pangle 2- Mintegral 3- Meta 4- Applovin
Take a look at this page. It has guides for Pangle, Mintegral, meta and Applovin: https://developers.google.com/admob/android/choose-networks
Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.
Hello, I would like to share that I succesfully implemented AdMob Mediation using React Native + Expo (prebuild).
Here's a checklist of what to do (code-wise):
So for the tutorials, look for mediation for the following adapters:
https://developers.google.com/admob/android/choose-networks https://developers.google.com/admob/ios/choose-networks
Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.
Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.
@frederikocmr thanks for sharing your tips! Can you please confirm that you were able to make the bidding network operational (not only waterfall)? I still don't manage to fill ads on the bidding network except for admob ads... Thanks a lot!
@clementinoux same issue. We don't manage to fill ads onthe bidding network except with AdMob ads. Did you manage to get successfull fills with Meta on iOS?
@clementinoux same issue. We don't manage to fill ads onthe bidding network except with AdMob ads. Did you manage to get successfull fills with Meta on iOS?
@sly170816
Some information that could be useful:
RewardedAd.createForAdRequest(adId, { requestNonPersonalizedAdsOnly: true })
InterstitialAd.createForAdRequest(adId, { requestNonPersonalizedAdsOnly: true })
false
results to successful fillsThe solution I would recommend : migrate to another mediation platform
What happened?
react-native-admob package supported the AdMobMediationTestSuite
Is there a way todo the ad mediation in this library. Kindly guide how can i do that
Platforms
Android and iOS
React Native Info
Are your using Typescript?
package.json
app.json
ios/Podfile
No response
android/build.gradle
No response
android/app/build.gradle
No response
android/settings.gradle
No response
AndroidManifest.xml
No response