Reputation: 41
I'm facing several issues when trying to mediate with Meta Audience Network, Adcolony and Unity Ads. On Faebook with bidding it gives the error of 'No Ad Config' In Unity Ads and Adcolony with waterfall gives the error: Adcolony SDK requires an Activity context to initialize Ads Unity Ads require an Activity context to load Ads
I'm using the latest version of google mobile ads:
"react-native-google-mobile-ads": "^8.2.2",
I put everything right in app/build.gradle
implementation 'com.google.android.gms:play-services-ads:21.3.0'
implementation 'com.google.ads.mediation:facebook:6.12.0.0'
implementation 'com.google.ads.mediation:adcolony:4.8.0.0'
implementation 'com.unity3d.ads:unity-ads:4.5.0'
implementation 'com.google.ads.mediation:unity:4.5.0.0'
Even the ad inspection shows that everything is correct
I've tried to do several things and several tests but without success!
Note: All ads I'm trying to load are in test mode, I've already configured the device on Meta, Unity and AdColony platforms if activated in placement
Upvotes: 2
Views: 696
Reputation: 2358
I would like to share that I succesfully implemented AdMob Mediation using React Native library react-native-google-mobile-ads.
Here's a checklist of what to do (code-wise):
So for the tutorials, look for mediation for the following adapters:
Check here and follow the steps:
https://developers.google.com/admob/android/choose-networks https://developers.google.com/admob/ios/choose-networks
Upvotes: 0