如何使用 Unity 使 Firebase 分析符合 COPPA 标准?
How can I make Firebase analytics COPPA compliant using Unity?
如何使 Firebase Analytics COPPA 与 Unity 插件兼容?
截至今天,Firebase 不符合 COPPA。
您可以向 Firebase 支持发送包含详细信息的功能请求 here。
Firebase 支持:
The collection of analytics about children is not what's disallowed by COPPA, but rather the targeting of children based on analytics. If children are targeted based on Ads, the developers need to make sure to set up their ad-targeting appropriately. AdMob has a flag for this, for example. The developer will be the one to control what they do with the analytics data they collect, and they need to make sure to comply with COPPA if their app is child-directed.
我认为上面的答案已经过时了。您现在可以 configure Firebase 禁用所有设备标识符 and/or 延迟数据收集,直到您获得法律许可。这应该能让您的应用保持 COPPA 合规性。
如何使 Firebase Analytics COPPA 与 Unity 插件兼容?
截至今天,Firebase 不符合 COPPA。
您可以向 Firebase 支持发送包含详细信息的功能请求 here。
Firebase 支持:
The collection of analytics about children is not what's disallowed by COPPA, but rather the targeting of children based on analytics. If children are targeted based on Ads, the developers need to make sure to set up their ad-targeting appropriately. AdMob has a flag for this, for example. The developer will be the one to control what they do with the analytics data they collect, and they need to make sure to comply with COPPA if their app is child-directed.
我认为上面的答案已经过时了。您现在可以 configure Firebase 禁用所有设备标识符 and/or 延迟数据收集,直到您获得法律许可。这应该能让您的应用保持 COPPA 合规性。