gpt4 book ai didi

android - Google 广告 ID 选择退出机制

转载 作者:搜寻专家 更新时间:2023-11-01 07:52:46 24 4
gpt4 key购买 nike

在 Android 设备上,我相信您已经知道,用户可以选择退出基于兴趣的广告,可以从 Google 设置访问该选项。

我刚刚在 Google Play Developer Programme Policies 上看到这句话:

Usage. The Android advertising identifier must only be used for advertising and user analytics. The status of the “Opt-out of Interest-based Advertising” setting must be verified on each access of the ID.

接着说

Respecting users' selections. Upon reset, a new advertising identifier must not be connected to a previous advertising identifier or data derived from a previous advertising identifier without the explicit consent of the user. Furthermore, you must abide by a user’s “Opt out of Interest-based Advertising” setting. If a user has enabled this setting, you may not use the advertising identifier for creating user profiles for advertising purposes or for targeting users with interest-based advertising. Allowed activities include contextual advertising, frequency capping, conversion tracking, reporting and security and fraud detection.

我只想使用 AdMob 和其他广告网络展示广告。上述条款似乎表明我有责任从我的代码中手动检查此选择退出设置,然后根据兴趣禁用基于兴趣的广告(如果它已启用)。

我真的需要主动自己检查吗?如果我确实需要,任何人都可以举例说明我是如何做到这一点的(以及我如何将我的广告网络设置为不使用基于兴趣的广告),因为我似乎无法在任何地方找到此信息。

我希望 Ad Netorks SDK 为我们开发人员完成所有这些工作?或者这些条款可能是针对广告网络本身的?

最佳答案

如果您想自己检查它,您首先需要通过调用 AdvertisingIdClient.getAdvertisingIdInfo() 获取一个 AdvertisingIdClient.Info 对象(不在主线程中)。获得 Info 对象后,您可以调用 info.isLimitAdTrackingEnabled() 来检查用户的偏好设置。

关于android - Google 广告 ID 选择退出机制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32549927/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com