我无法收到亚马逊测试应用程序"package com.amazon.sample.interstitialad;“的任何测试广告。我已经按照这个指南实现了亚马逊移动广告:https://developer.amazon.com/public/apis/earn/mobile-ads/docs/quick-start
亚马逊10天前通知我,我的税务身份已经通过验证。
这是我的Logcat日志:
AdRegistration: Debug logging has been enabled.
AdRegistration: Amazon Mobile Ads API Version: 5.9.0
AdRegistration: Test mode has been enabled.
...
ResponseReader AdRequest WebRequest HttpURLConnectionWebRequest: Response Body: {"noretryTTL":10,"instrPixelURL":"https://aax-eu.amazon-adsystem.com/x/px/p/Qgqh65RdKQWxvus1GfxuG2UAAAFwTmMIggMAAA-iA90O6sw/","errorMessage":"no results","errorCode":"503","status":"error"}
MetricsCollector: METRIC Publish AD_NO_RETRY_TTL_RECEIVED
AdLoader: Server Message: no results. Try again in 10 seconds; code: 503
...
Ad failed to load. Code: NO_FILL, Message: Server Message: no results. Try again in 10 seconds我哪里做错了?
谢谢
发布于 2020-10-10 23:52:32
NO_FILL意味着当前没有可供显示的广告。您可以尝试VPN并选择美国国家/地区来检查ads是否正常工作。您使用的是旧sdk,新版本为amazon-ads-6.0.0.jar
如需帮助,您可以查看此完整集成视频- https://www.youtube.com/watch?v=6mBMRQUEmdU
https://stackoverflow.com/questions/60250177
复制相似问题