如何从Facebook SDK事件日志中退出? [英] How to opt out from Facebook SDK event logging?

查看:215
本文介绍了如何从Facebook SDK事件日志中退出?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Android上的Facebook App Events跟踪,但是我不知道当用户希望退出时如何禁用跟踪!有人知道怎么做吗?

I'm using Facebook App Events tracking for Android, but I have no idea how to disable tracking when a user wants to opt out! Does anyone know how to do that?

文档说:

我们建议您使用我们的SDK工具提供退出服务.

We recommend that you use our SDK tools to offer the opt-out.

但是他们实际上并没有在任何地方描述它.经典的Facebook举动.

But they don't actually describe it anywhere. Classic Facebook move.

现在GDPR生效了这么长时间,在用户同意之前,他们仍然无法禁用所有跟踪功能,对吗?

Now with the GDPR being in effect for so long, they still don't have any way to disable all tracking until the user consents, do they?

推荐答案

不了解每个用户,但是您可以从Facebook SDK事件日志中选择投放:

Don't know about per User, but you can opt put from Facebook SDK event logging:

将此int添加到您的Android.Manifest.xml中:

Add this int your Android.Manifest.xml:

<meta-data android:name="com.facebook.sdk.AutoLogAppEventsEnabled"
            android:value="false"/>

这篇关于如何从Facebook SDK事件日志中退出?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆