From last two days I am trying to implement AdMob mediation in my App, But unfortunately it is not working.
I have added vungle and AdColony in my mediation group for interstitial and Rewarded video.
Test ads are enabled for both of these networks. But ads are still not showing.
I even tried MediationTestSuite to check my implementation but for some reason it is empty.
Both Failing Ad Units and Working Ad Units shows "No mediated Ad Units found" message (check screenshot)
Am I missing something with integration? Please help me.
Here is a part of my project's build.gradle file.
// adcolony
implementation 'com.adcolony:sdk:3.3.9'
implementation 'com.google.ads.mediation:adcolony:3.3.9.0'
// vungle
implementation('com.vungle:publisher-sdk-android:6.3.24@aar') {
transitive=true
}
implementation 'com.google.ads.mediation:vungle:6.3.24.1'
// google ads
implementation 'com.google.android.gms:play-services-ads:17.2.0'
implementation 'com.google.android.ads:mediation-test-suite:1.0.0'