转发同意 Facebook Audience Network SDK (GDPR)
Forward consent to Facebook Audience Network SDK (GDPR)
我已经从 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 carries me here, and after going on that, I'm carried to useless page which only tells me about GDPR, i.e. 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 隐私链接:
我已经从 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 carries me here, and after going on that, I'm carried to useless page which only tells me about GDPR, i.e. 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 隐私链接: