在我的Android应用程序中,iabString的内容是什么,以符合Flurry Ads中的GDPR



我正在尝试在我的Android应用程序中实现Flurry Ads的GDPR合规性。根据Flurry页面本身关于GDPR:

在同意的情况下初始化慌乱:

Map<String, String> consentStrings = new HashMap<>();
consentStrings.put(“IAB”, iabString);
new FlurryAgent.Builder()

iabString 变量的内容是..?

搜索了很多,我唯一能找到的是一个JSON通用列表,但没有特定于Flurry的内容。检查一般表达式:

https://vendorlist.consensu.org/vendorlist.json

那么,你知道我必须放入 iabString 的确切字符串是什么吗?谢谢。

这应采用 IAB 欧盟透明度意见征求框架格式:

https://github.com/InteractiveAdvertisingBureau/GDPR-Transparency-and-Consent-Framework/

最新更新