隐藏 Google AdMob 横幅(可以吗?)iOS SDK
当我需要一些空间时,有时可以隐藏 Google AdMob 横幅吗?
有些广告按展示次数付费,而不是按点击次数付费。那么谷歌会意识到横幅不可见吗?
Is it ok to hide the Google AdMob Banner sometimes when i need some space?
Some ads are paid per impression and not per click. So will google realize that the banner is not visible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您按展示次数付费,我会假设您使用的任何广告显示库都足够聪明,可以知道该框架是否实际上对用户可见。
If you are paid per impression, I would assume that whatever Ad displaying library you're using is smart enough to know whether the frame is actually visible to the user.
隐藏横幅是违反条款的行为,尤其是按展示次数付费的点击。
It is against the Terms to hide the banner, especially on a pay per impression click.
接受的答案可能已经过时了。
在 2018 年的帮助主题中,Google移动广告 SDK 团队建议您只需从其超级视图中删除该视图或将其
alpha
设置为 0:The accepted answer might be outdated.
In this help thread from 2018, Google's Mobile Ads SDK Team suggests that you may simply remove the view from its superview or set its
alpha
to 0: