android中的Flurry广告整合错误

时间:2016-06-09 06:54:37

标签: android flurry

我已在android中集成了flurry广告。我使用源链接是由yahoo flurry提供的。

https://github.com/flurry/android-AdIntegrationSamples

这是我下载和使用的链接..我有以下错误

com.flurry.sample.banner E/MainActivity: Banner ad load error - Error type: FETCH Code: 20




 20     Ad was unfilledAd was unfilled by server. Could be due to incorrect ad request, incorrect ad space
   onfiguration or no fill at request location at the moment

我尝试使用自己的api密钥并设置广告活动..但我仍有问题。

1 个答案:

答案 0 :(得分:0)

如果您(或其他人)仍在寻找问题的答案,this gist可能会有所帮助。

根据这个:

Error code      Error summary                   Error description


1               No network connectivity         There is no internet connection
2               Missing ad controller           Could happen when ad has not been prepared yet
3               No context                      A valid context is missing
4               Invalid ad unit    
17              Ad not ready                    Triggered when you call displayAd() on an ad object that is not ready
18              Wrong orientation               Device is in wrong orientation for banner or interstitial ads
19              No view group                   Banner ad wasn't placed in a ViewGroup
20              Ad was unfilled                 Ad was unfilled by server. Could be due to incorrect ad request, incorrect ad space
                                                configuration or no fill at request location at the moment
21              Incorrect class for ad space    Ad request made with incorrect class for corresponding ad space
22              Device locked                   Device is locked during ad request

所以代码20应该是“没有广告”