首页 > 解决方案 > 无法加载亚马逊移动广告

问题描述

我无法使用亚马逊测试应用程序“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

我做错了什么?

谢谢

标签: javaandroidmobileamazonads

解决方案


NO_FILL 表示当前没有可展示的广告。您可以尝试 VPN 并选择美国国家来检查广告是否有效。您正在使用旧的 sdk 新版本可用,即 amazon-ads-6.0.0.jar

如需帮助,您可以查看此完整集成视频 - https://www.youtube.com/watch?v=6mBMRQUEmdU


推荐阅读