No fill from any mediation ad networks always showing for admob test ads

1,483 views
Skip to first unread message

Williams

unread,
Jun 14, 2016, 2:50:33 PM6/14/16
to Google Mobile Ads SDK Developers
I am trying to run test ads on my app but I am always getting  this 
06-14 19:42:04.223 7573-7573/com.pk.myappg I/Ads: Starting ad request.
06-14 19:42:08.757 7573-8262/com.pk.myappg I/Ads: Trying mediation network: 
06-14 19:42:08.767 7573-7573/com.pk.myappg I/Ads: Instantiating mediation adapter: com.google.DummyAdapter
06-14 19:42:08.767 7573-8262/com.pk.myappg I/Ads: No fill from any mediation ad networks.
06-14 19:42:08.777 7573-7573/com.pk.myappg W/Ads: Failed to load ad: 3

I am doing this in the onCreate of my fragment:

@Override
public void onCreate(Bundle savedInstanceState)
{
   
Log.d(TAG, "onCreate");
   
super.onCreate(savedInstanceState);


    mInterstitialAd
= new InterstitialAd(getActivity());
    mInterstitialAd
.setAdUnitId("ca-app-pub-3940256099942544/1033173712");
   
AdRequest adRequest = new AdRequest.Builder()
           
.build();
    mInterstitialAd
.loadAd(adRequest);
    mInterstitialAd
.setAdListener(new AdListener() {
       
@Override
       
public void onAdClosed() {
            pageContent
.setVisibility(View.VISIBLE);
       
}


       
@Override
       
public void onAdFailedToLoad(int i) {
           
Log.d(TAG, "Ad failed to loadvand error code is " + i);
       
}


       
@Override
       
public void onAdLeftApplication() {
       
}


       
@Override
       
public void onAdOpened() {
       
}


       
@Override
       
public void onAdLoaded() {
           
Log.d(TAG, "Ad has has loaded to load");
       
}
   
});
}


Please any help?

Veer Arjun Busani(Mobile Ads SDK Team)

unread,
Jun 14, 2016, 3:15:52 PM6/14/16
to Google Mobile Ads SDK Developers
Hi Williams,

Test using this Ad Unit ID: ca-app-pub-6745644712123529/9980783695 and let us know. Also use this sample app for Interstitial Ad. Send us your Ad Unit ID for us to test as well. Are you using any Mediation and if so did you copy the required Mediation Adaptor?

Thanks,
Veer Busani
Mobile Ads SDK Team

Android Ads

unread,
Sep 23, 2016, 3:12:13 AM9/23/16
to Google Mobile Ads SDK Developers
Hi Veer,

I am running https://github.com/Ogury/sdk-integrations/tree/master/Android-sample-Project/myapp_Admob_Mediation demo application as I want to integrate Ogury ads.

What I change is <meta-data android:name="presage_key" android:value="268858"/> from manifest that is app id of Ogury. Also changed admob ad id and create custom event on admob dashboard. But every time when I run the application, I am getting following log:

com.example.myapp D/DynamitePackage: Instantiating com.google.android.gms.ads.ChimeraAdManagerCreatorImpl
com.example.myapp I/Ads: Starting ad request.
com.example.myapp I/Ads: Use AdRequest.Builder.addTestDevice("F5F637F349B7F0255850F44E72FE795F") to get test ads on this device.
com.example.myapp I/Ads: Instantiating mediation adapter: com.google.android.gms.ads.mediation.customevent.CustomEventAdapter
com.example.myapp W/Ads: Server parameters: {"gwhirl_share_location":"1","parameter":"OguryParamter","class_name":"com.example.myapp.PresageCustomEvent","label":"Ogury"}
com.example.myapp I/Ads: No fill from any mediation ad networks.
com.example.myapp W/Ads: Failed to load ad: 3

I can understand that I have to add test device, that is not an issue. My question is that if admob ad fails to deliver then why it is not going to fetch ad from Ogury network ?

Veer Arjun Busani(Mobile Ads SDK Team)

unread,
Sep 23, 2016, 12:32:35 PM9/23/16
to Google Mobile Ads SDK Developers
Hi there,

Looking at your log, it looks like our SDK is able to load the Custom Adaptor with no issues. Now the issue here is No Fill from mediation networks, which basically means a serving issue with Ogury. I'll suggest you to contact Ogury to get this sorted. Also increase AdMob eCPM values if you want to increase your chances of ads to be served from AdMob.

Thanks,
Arjun Busani
Mobile Ads SDK Team
Reply all
Reply to author
Forward
0 new messages