簡體   English   中英

在我的 Android 應用程序中,在 Flurry Ads 中符合 GDPR 的 iabString 的內容是什么?

[英]In my Android App, what is the contents of iabString to comply with GDPR in Flurry Ads?

我正在嘗試在我的 Android 應用程序中為 Flurry 廣告實施 GDPR 合規性。 根據有關 GDPR 的 Flurry 頁面本身:

在同意的情況下初始化亂舞:

Map<String, String> consentStrings = new HashMap<>();

consentStrings.put(“IAB”, iabString);

new FlurryAgent.Builder()

而 iabString 變量的內容是..?

我搜索了很多,我唯一能找到的是一個 JSON 通用列表,但沒有特定於 Flurry。 檢查一般表達式:

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

那么,您知道我必須在 iabString 中放入的確切字符串是什么嗎? 謝謝。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM