<com.google.android.gms.ads.AdView
android:id="@+id/MyAdView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
ads:adSize="SMART_BANNER"
ads:adUnitId="ca-app-pub-xxx/xxx" >
</com.google.android.gms.ads.AdView>
AdView MyAdView = (AdView)v.findViewById(R.id.MyAdView);
AdRequest.Builder adRequestBuilder = new AdRequest.Builder();
MyAdView.loadAd(adRequestBuilder.build());
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Ads: No fill from server.
Ads: Failed to load ad: 3
Hello,
My ad unit ID is /85580378/tal_a , trying to use banner on different sizes as described in the documentation for banner /smart banner, but only height 50 or 100 is working. When trying to use a different height, like 32 or 90, which suppose to be supported by smart banner, I get no fill. Tried also other sizes, and same result, while in ios I always get a fill.
I don't have any custom device or any advanced targets, and not familiar with the sample app - can i test with it tags?
Thanks,
Tal
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/fkFzKH4fWBo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads...@googlegroups.com.
To post to this group, send email to google-adm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Veer,
My TAM say that the tag is OK, I also checked it in my application and it works in ios for all sizes, and in android when the requested height is 50 or 100. Seems like when we request a different height, basically using the SMART_BANNER option, it doesn't work on android only.
In case you still can't get any ad using this tag, I have another example.
Today I was playing with another tag, which includes a creative for height 50 only.
When I use this tag and request different height, for example 200, in ios I get "Ad Failed, reason: no fill".
In Android, instead of Ad Failed, my override of the "OnAdLoaded" is being executed, and when I investigate the returned ad size I see 360x50, when I requested 320x200 (320 is the screen width). As a result, nothing is being shown in the application.
Tag is "/85580378/Jpost_AND_PH_BA_RP_Bottom_320x50".
I verified I am using latest version of the SDK.
Can you please check this out?
Best regards,
Tal
--
I've waited for three days now, no one Ads has shown on my App. However, Test Ads were shown. Any help.
I'm getting the following Error in My logcat.
W/ResourcesManager: getTopLevelResources: /data/app/com.example.adssearch-1/base.apk / 1.0 running in com.example.adssearch rsrc of package null
D/PhoneWindow: *FMB* installDecor mIsFloating : false
*FMB* installDecor flags : -2139029248
D/TextView: setTypeface with style : 0
D/TextView: setTypeface with style : 0
W/GooglePlayServicesUtil: Google Play services out of date. Requires 12451000 but found 9879234
Google Play services out of date. Requires 12451000 but found 9879234
W/GooglePlayServicesUtil: Google Play services out of date. Requires 12451000 but found 9879234
I/Ads: Starting ad request.
SDK version: afma-sdk-a-v14300000.14300000.0
Use AdRequest.Builder.addTestDevice("24BE58A4F426E2CBED5F3B3C6952D60F") to get test ads on this device.
W/GooglePlayServicesUtil: Google Play services out of date. Requires 12451000 but found 9879234
D/TextView: setTypeface with style : 0
W/GooglePlayServicesUtil: Google Play services out of date. Requires 12451000 but found 9879234
D/PhoneWindow: *FMB* isFloatingMenuEnabled mFloatingMenuBtn : null
*FMB* isFloatingMenuEnabled return false
W/GooglePlayServicesUtil: Google Play services out of date. Requires 12451000 but found 9879234
D/OpenGLRenderer: endAllStagingAnimators on 0x9d42c500 (RippleDrawable) with handle 0xa3902e70
I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@2f2b34ac time:7439967
I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
E/chromium: [ERROR:interface_registry.cc(104)] Failed to locate a binder for interface: autofill::mojom::PasswordManagerDriver
D/InputMethodManager: windowDismissed mLockisused = false
I/Ads: No fill from ad server.
W/Ads: Failed to load ad: 3
D/InputMethodManager: windowDismissed mLockisused = false
D/InputMethodManager: windowDismissed mLockisused = false
W/art: Debugger told VM to exit with status -1
Disconnected from the target VM, address: 'localhost:8606', transport: 'socket'
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/be14c4f7-b710-4188-a8b4-ca1bc017e4e0%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsubscrib...@googlegroups.com.
I made one testing app, on which at several places I put "admob view
". But I am able to get ads at only one place. Rest everywhere I am receivingError code 3
.
Please help me to resolve this.
According to Google Doc, Error code 3 islack of ad inventory
. But I don't understand how Google can show this error code when it is successfully loading ads on the home screen of the same app.
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/c07a1953-12fe-40e3-a05f-7918142a3a22%40googlegroups.com.
AdRequest adRequest = new AdRequest.Builder().build();
adRequest = new AdRequest.Builder()
.addTestDevice(AdRequest.DEVICE_ID_EMULATOR)
.addTestDevice("XXXXXXXXXXXXXXXXXXXXXX")
.build();
But still my ads doesn't work with TEST tag but normal ads is coming under is ID
Regards
Bhanu Prakash Sharma
Hi Google,My banner id is : ca-app-pub-8137867442217959/2661791709
And this is working but I coundn't able to see TEST tag on my adsmy code isAdRequest adRequest = new AdRequest.Builder().build();adRequest = new AdRequest.Builder()
.addTestDevice(AdRequest.DEVICE_ID_EMULATOR)
.addTestDevice("6359879A0D82E900B41F37DAD4680C7E")
.build();
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsubscrib...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/c07a1953-12fe-40e3-a05f-7918142a3a22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/c07a1953-12fe-40e3-a05f-7918142a3a22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Hi,I am also facing the same issue. I have developed my application in flutter. The test placeholder shows but ads do not show when I use my app-id and ad unit id from admob. I also tried the sample-apps with my ad unit id. I registered my device as test device, test ads are showing on the device but when I remove the code for invoking test ads, then no ads are displayed. I even published my app on play store hoping that ads might start appearing once I publish the app on play store. But that didn't happen so I had to unpublish it for now.
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/90380c14-e82a-479d-8de2-e77a65fdc50f%40googlegroups.com.
Hello there,
Thanks for reaching out to us. This is an Ad serving issue and I would suggest that you reachout to AdMob Product Support Team for further assistance on any serving related issues. You can use this troubleshooter or raise them over to the AdMob Help forum.
Regards,
Deepika Uragayala
Mobile Ads SDK Team=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+ page:
http://googleadsdeveloper.blogspot.com
https://plus.google.com/115658573333388777174/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~