question

gamemakerdude avatar image
gamemakerdude asked

Testing ads not show up! NO_FILL

Test ads not showing up anymore! I did try yesterday first time and I did see banner ad on my first test, then I later tried interstitial ad and get NO_FILL error message and after that also banner ads stopped to working, currently I get always error message NO_FILL : Server Message: no results. Try again in 10 seconds. I am using amazon-ads-5.4.46.jar library and enableTesting and enableLogging is set true and I did setup AndroidManifest.xml and required permissions.
mobile ads
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

gamemakerdude avatar image
gamemakerdude answered
Just tried on iOS version and it fails too with error message: received ad payload data string {"errorMessage":"no results","noretryTTL":10,"status":"error","errorCode":"503","instrPixelURL":" http://aax-eu.amazon-adsystem.com/x/px/p/k52A3KJUgjSjVfFpYRezFA/"}
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Funzo avatar image
Funzo answered
I also cannot get any test ads. I am in Ireland. I just get a 503 error saying to try again in 10 seconds.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Ross@Amazon avatar image
Ross@Amazon answered
First make sure to update to the latest version of the Amazon Mobile Ads API, currently 5.4.235 for Android and 2.1.9 for iOS. A NO_FILL error can occur if the app is trying to load an auto-sized ad in a container whose dimensions are WRAP_CONTENT x WRAP_CONTENT. This will cause an Auto Ad Size failure and result in no ads being returned. Generally, if this is a screen-width ad then our recommendation for this case would be to change the AdLayout's layout params dimensions to be MATCH_PARENT x WRAP_CONTENT. Auto Ad Size should not be used if a specific ad size is required. Instructions and guidelines for ad sizes can be found here: https://developer.amazon.com/public/apis/earn/mobile-ads/android/docs/concepts#Ad%20Sizes. To see working examples check out the mobile ads sample apps included with the SDK. They are fully functioning demos of all Amazon Mobile Ad types. These samples should help you better understand how Amazon Mobile Ads are implemented. Code can be copied directly from these projects and modified as needed to quickly place ads in your app. More information regarding these sample apps can be found here: https://developer.amazon.com/public/apis/earn/mobile-ads/docs/sample-apps.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

newuser-50163cb4-6fef-48de-a81a-8f64590f00f3 avatar image
newuser-50163cb4-6fef-48de-a81a-8f64590f00f3 answered

{"instrPixelURL":"http://aax-fe-sin.amazon-adsystem.com/x/px/p/null/","errorMessage":"no results","errorCode":"503","status":"error"}

I got the same issues.

10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.