隐藏 Google AdMob 横幅(可以吗?)iOS SDK

发布于 2024-12-25 21:26:17 字数 88 浏览 1 评论 0原文

当我需要一些空间时,有时可以隐藏 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

想你只要分分秒秒 2025-01-01 21:26:17

如果您按展示次数付费,我会假设您使用的任何广告显示库都足够聪明,可以知道该框架是否实际上对用户可见。

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.

桃扇骨 2025-01-01 21:26:17

隐藏横幅是违反条款的行为,尤其是按展示次数付费的点击。

It is against the Terms to hide the banner, especially on a pay per impression click.

始终不够爱げ你 2025-01-01 21:26:17

接受的答案可能已经过时了。

在 2018 年的帮助主题中,Google移动广告 SDK 团队建议您只需从其超级视图中删除该视图或将其 alpha 设置为 0:

GADBannerView 只是一个 UIView,您可以使用 alpha 来
将其归零或从 superview() 中删除。你可以像对待你一样对待
任何其他 UI 元素(当需要隐藏且 SDK 不这样做时)
为此提供任何特定的 API。

当视图隐藏时,它将请求广告,但不会将其计为横幅的展示次数。

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:

GADBannerView is simply an UIView and you can either use the alpha to
zero or remove it from superview(). You can treat like you would treat
any other UI element when it needs to be hidden and the SDK does not
provide any specific APIs for this.

It will request the Ad but will not count it as an impression of the Banner when View is hidden.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文