简体   繁体   English

AdMob / iAd-滚动查看广告视图时,展示次数是否计数?

[英]AdMob/iAd - Do impressions count when ad view is in scroll view?

Does the ad view need to always be visible for an impression to count? 广告视图是否需要始终可见才能计算展示次数? Such as could the ad view be at the bottom of a scroll view out of sight until the user reaches the bottom. 例如,广告视图可能位于滚动视图的底部而看不见,直到用户到达底部为止。 Most ad views implementations I have seen have the ad view static on top of any content. 我见过的大多数广告视图实现都使广告视图在所有内容之上都是静态的。

It is against apple's design docs to put ads in scrollable content. 将广告置于可滚动的内容中,这与苹果公司的设计文档不符。 It would probably count but you will risk rejection. 这可能很重要,但是您将面临拒绝的风险。 Another problem is that it needs time to fill an ad so you'd likely end up getting more ad requests and not enough fills and it will appear to be click fraud. 另一个问题是,它需要时间来填充广告,因此您可能最终会收到更多的广告请求,而填充次数却不足,这似乎是点击欺诈。

On that note I have accomplished a very hacked version of what you're asking. 关于这一点,我已经完成了您所要求的内容的骇客版本。 I had an add not be within the tableview but rather float with it and "clip" to the top or the bottom. 我有一个添加项不在表视图中,而是与之浮动并“剪切”到顶部或底部。 The biggest problem with putting an ad in a tableview cell is it gets recycled every time it scrolls off the view. 将广告放在表格视图单元格中的最大问题是,每次滚动视图时,广告都会被回收。 In the end I'd recommend just accepting putting the at statically on the top or bottom. 最后,我建议您只接受将at静态地放在顶部或底部。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM