android - Google Play 服务可以在应用内使用 cookie 吗?

标签 android cookies admob google-play-services

例如,我想知道是否所有创建供 AdMob 使用的横幅的方法都可以注入(inject)一个 JS 库,该库可以在显示横幅时在应用程序内创建临时 cookie。

在网站上,答案是肯定的(使用 AdSense),但我认为当在应用程序内使用时答案是否定的,因为根据 Google privacy policy 一切都通过 Google Play 服务的服务进行管理。 ,并且因为根据 AdMob publisher guidelines and policies,当它们可以使用设备 ID 时,cookie 在 native 应用程序上没有意义。

Google may use the device ID from where the ad is serving to generate interest and demographic categories (for example, 'sports enthusiasts' or 'inferred age: 18-34'). These interest and demographic categories will be used to serve ads better targeted to the user. Additionally, your app's privacy policy may need to be updated to reflect the use of interest-based advertising served via the Admob SDK. Please take a moment to review your app's privacy policies and ensure that they are up-to-date. Because publisher sites and laws vary across countries, we're unable to suggest specific privacy policy language.

如果我的应用程序使用 cookie 并且我使用的唯一服务来自 GPS(AdMob/谷歌地图/谷歌云消息),我必须通知我的律师,我想确定这一点。

抱歉,因为这个问题没有程序化的解决方案,但这个门户是 Android 中最常用的门户之一。但这是一个疑问,现在越来越多的法律文本被放在每个应用程序上以向用户提供信息。

提前致谢。

最佳答案

您可能会尝试跟踪进入 AdMob 的应用的 HTTP(S) 流量。在那里您将能够看到服务器是否设置了某种 cookie HTTP header 。由于此流量很可能会被 HTTPS 加密,因此您应该使用类似 Fiddler 的工具。解密它。您必须将您的 Android 手机配置为使用运行 Fiddler 的机器作为代理,然后运行您的应用程序,过滤到 AdMob 的 HTTPS 流量并检查其 header 。

如果您在上述某些主题上需要帮助,我想这将是一个单独的问题,但我也很乐意为他们提供帮助。

关于android - Google Play 服务可以在应用内使用 cookie 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24221076/

相关文章:

android - 跟踪显示的 Admob 网址

firebase - 有没有一种简单的方法可以找到在 flutter 中使用权限的包? Info.plist 提交问题中缺少目的字符串

javascript - 页面加载时从浏览器打开 android 应用程序

android - 移动设备上的 Worldpay 通知

JavaScript:设置 cookie 不起作用

Node.js 无状态/无 Cookie session API 身份验证

iphone - 出现错误 : directory not found for option

android - 在 Android 应用程序的 Youtube 直播中获取音频问题

android - SQLDroid 和加密数据库

python - 从 urlReq(url) 中删除 'urllib.error.HTTPError: HTTP Error 302:'