Android アプリケーションで Flurry 広告を使用しています。Flurry サーバー上に 1 つの AdSpace を作成し、アプリケーションでアクセスしています。また、AppCircle からの広告のみが必要なため、キャンペーンはありません。ただし、テスト広告を取得することはできますが、flurry AppCircle を使用して実際の広告を取得しようとすると (設定によりenableTeastAds(false)
)、次のエラーが表示されます。
Ad server responded but sent no ad units.
どうすれば解決できますか?慌ただしい Appcircle から広告を受け取るようにキャンペーンを構成する必要がありますか?
これは私のlogcat出力です。
06-05 15:55:26.984: D/FlurryAgent(575): Loading API key: ****************WFGX
06-05 15:55:26.984: D/FlurryAgent(575): Loading phoneId: ID3fcb04870193dd4c
06-05 15:55:26.984: D/FlurryAgent(575): Loading session reports
06-05 15:55:26.984: D/FlurryAgent(575): Persistent file loaded
06-05 15:55:27.054: D/FlurryAgent(575): generating report
06-05 15:55:27.054: D/FlurryAgent(575): Sending report to: http://data.flurry.com/aap.do
06-05 15:55:27.585: D/dalvikvm(575): GC_FOR_MALLOC freed 4475 objects / 293168 bytes in 61ms
06-05 15:55:28.005: D/dalvikvm(575): GC_FOR_MALLOC freed 4063 objects / 282008 bytes in 49ms
06-05 15:55:28.114: D/dalvikvm(575): GC_FOR_MALLOC freed 198 objects / 8744 bytes in 34ms
06-05 15:55:28.326: D/FlurryAgent(575): Report successful
06-05 15:55:28.326: D/FlurryAgent(575): Done sending initial agent report
06-05 15:55:28.485: I/FlurryAgent(575): Request successful
06-05 15:55:28.485: I/FlurryAgent(575): Request successful
06-05 15:55:28.524: E/FlurryAgent(575): Ad server responded but sent no ad units.
06-05 15:55:28.524: I/AdListener(575): space Did Fail To Receive Ad:AppCircle_Ads
注:エミュレータでテストしています。実機で実行しようとすると、テスト広告が表示されませんでした(実機では何も動作しませんでした)