gpt4 book ai didi

android - 转发同意 Facebook Audience Network SDK (GDPR)

转载 作者:行者123 更新时间:2023-11-30 05:03:39 25 4
gpt4 key购买 nike

我已经添加了来自 Google 的 Consent SDK,并且我编写了代码以通过执行以下操作将欧盟用户的同意传递给 Admob SDK:

Bundle bundle = new Bundle();
bundle.putString("npa", "1");
AdRequest adRequest = new AdRequest.Builder()
.addNetworkExtrasBundle(AdMobAdapter.class, bundle).build();
adView.loadAd(adRequest);

现在,我在 Facebook 文档和 Google Consent SDK 页面中搜索了很多 here载着我here ,在继续之后,我被带到了无用的页面,它只告诉我关于 GDPR 的信息,即 https://www.facebook.com/business/gdpr .

基本上,我想说的是我已经搜索了很多,但我找不到任何与将用户同意传递给 Facebook SDK 相关的内容。

有谁知道在 Android 上请求广告时如何将同意传递给 FAN SDK?

最佳答案

我认为 Facebook 以另一种方式处理这个问题。

为了显示相关广告,用户必须使用过 Facebook 应用程序。如果没有显示广告,是因为用户在最近 30 天内没有登录过该应用。

用户必须同意在 Facebook 应用程序中转换定向广告。

如果不满足这些条件,则不会显示广告

The person using your app or site has turned off targeted advertising in his or her device settings.

您可以在 this link 中阅读更多相关信息

2020 年 9 月 23 日更新

我在这里留下更多关于 Facebook 如何处理数据的信息

Facebook 隐私链接:

关于android - 转发同意 Facebook Audience Network SDK (GDPR),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57774271/

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