我的 iAd 有效吗?
好的,我在当前的应用程序中实现了 iAds。
问题是我如何知道它是否按预期工作?
在本地设备或模拟器上进行调试会显示测试广告,但也经常不显示任何内容,并且
"The operation couldn’t be completed. Ad inventory unavailable"
会在 FailedToReceiveAd 上引发异常。
因此,我将 iAd 横幅设置为在引发异常时隐藏。并显示广告是否已成功加载。
无论如何,我确实设置了 IC 中所需的所有设置并将应用程序发送到应用程序商店(更新)。
现在在我的 iAd 模块中我可以看到以下数据.. *se pic
它看起来确实正确,但当我问时一些朋友检查应用程序是否显示广告,他们说从来没有看到任何广告。我看到了一些与此相关的问题,但只回答说填充评级未达到配额或等于该配额。我必须达到多少百分比接触我的应用程序以开始展示广告 适当地??
有没有办法让应用程序摆脱经常出现的恼人的异常?
Ok so I implemented iAds into my current app.
Problem is how do I know its working as intended or not?
Debugging on local device or simulator shows the Test Advertisement, but also often shows nothing and the
"The operation couldn’t be completed. Ad inventory unavailable"
exception is thrown on FailedToReceiveAd.
So I set the iAd banner to hide if exception is thrown. And show if ad was succesfully loaded.
Anyway i did setup all the settings required in IC and sent the app to appstore(update).
Now in my iAd module i can see the following data.. *se pic
It does look right but when i ask some friends to check if the app is displaying ads ok they say the never see any ads.. I have seen some questions regarding this but only answers saying fill rating isnt up to quota or something equal to that.. What percentage do i have to reach for my ap to start displaying ads properly??
And is there a way for the app get out of that annoying exception that comes up way to often?
我认为您误解了填充率是什么。这不是您需要达到的配额。填充率是导致广告实际投放的广告请求的百分比。
正如您所知,iAd 的填充率非常低,通常低于 20%。这意味着您只有五分之一(甚至可能更少)可能会看到广告。更糟糕的是,大多数国家根本没有任何库存。
您可以采取什么措施来提高填充率?不是很多。确保您确实展示了广告。确保它至少可见几秒钟。
您可以使用 AdWhirl 之类的工具来增加实际展示广告的机会,但在这种情况下,Apple 很可能不会提供服务。
I think you misunderstand what the fill rate is. It isn't a quota that you need to reach. The fill rate is the percentage of requests for ads that result in an ad actually being served.
iAd's fill rates, as you've already heard, are pretty low, often less than 20%. What that means is that only one time out of five -- and probably less -- are you likely to see an ad. Worse, most countries don't have any inventory at all.
What can you do to increase the fill rate? Not a lot. Make sure you actually show the ad. Make sure it's visible for at least a few seconds.
You can increase the chance of actually displaying an ad by using something like AdWhirl, but chances are it won't be served by Apple in the case.