Hi i have used latest Google Admob Sdk for DoubleClick For Publishers (DFP) Banner Ads to my App. Everything is working fine when run my app without error, but i got logcate message as No fill from ad server and Failed to load ad: 3 and i could not see any ads in my emulator and phone also. what wrong doing, Please tell me if anybody known to handle this kind of problem.
Thanks in Advance. my code part :
adView = (PublisherAdView) this.findViewById(R.id.adView);
// Create an ad request.
PublisherAdRequest.Builder publisherAdRequestBuilder =
new PublisherAdRequest.Builder();
publisherAdRequestBuilder.
addTestDevice(PublisherAdRequest.DEVICE_ID_EMULATOR);
publisherAdRequestBuilder.
addTestDevice("B3EEABB8EE11C2BE770B684D95219ECB");
adView.loadAd(publisherAdRequestBuilder.build());
<com.google.android.gms.ads.doubleclick.PublisherAdView
xmlns:ads="http://schemas.android.com/apk/res-auto"
android:id="@+id/adView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
ads:adUnitId="xxxxxxx"
ads:adSize="BANNER"/>