我想在我的Android应用中为欧洲用户实施Admob同意请求,我按照https://developers.google.com/admob/android/eu-consent中的步骤操作,
但我不知道如何提供一个隐私政策网址,以便放在privacyUrl = new URL("https://www.your.com/privacyurl");
以及它的确切含义或从何处获取。
任何想法都会被贬低。
感谢。
答案 0 :(得分:2)
it means you need to provide a privacy policy that details what kind of data processing practices you engage in within your app. It also means that you need to disclose your usage of Admob, just as you've read it on the resource linked by you (https://developers.google.com/admob/android/eu-consent).
There's a lot to read about now that the GDPR has been implemented and is in force. I suggest, as the hands-down best English language resource, the ICO.
(I work on this topic daily, if you want to check out how it can help you)
答案 1 :(得分:1)
您需要拥有自己的网站,其中包含一个表明您的隐私权政策的网页。您可以使用Google Firebase Hosting
使用您的隐私权政策托管您的网站(甚至只是一个网页)。在以下位置找到有关如何设置此问题的说明:https://console.firebase.google.com/project/fir-realtimedatabase-5451e/hosting
您将获得可在代码中使用的网址。