Facebook Android SDK AppEvents 无法识别 Insights Dashboard 上的用户
Facebook Android SDK AppEvents not recognizing users on Insights Dashboard
你好吗?
我们正在将我们的应用程序与 AppEvents 集成。为此,我们遵循 this 指南。
我们首先尝试在用户登录并与应用程序交互后注册简单的默认事件(即 AppEventsConstants.EVENT_NAME_ADDED_TO_CART)。据我们所知,数据发布正常(应用程序 ID 和登录用户访问令牌似乎正常),我们在应用程序上没有收到任何错误。
当我们进入 Insights 的“事件”部分时,我们发送的数据就在那里,但没有处理有关用户的信息。例如,只有 "Unknown" return 结果的性别和国家过滤器。
我们正在使用 SDK v3.23.1。
提前致谢!
根据 Facebook 团队回答更新:
This is actually by design. We do not show breakdowns for events when
the number of unique users that have fired that event is too low. The
reason is that with a small number of users for a certain event, it
may be possible to deduce who those users are. Once the number of
users exceed a certain threshold, this breakdown will be available,
and no longer show up as "Unknown". This is threshold is currently set
at 100, but is subject to change.
你好吗?
我们正在将我们的应用程序与 AppEvents 集成。为此,我们遵循 this 指南。
我们首先尝试在用户登录并与应用程序交互后注册简单的默认事件(即 AppEventsConstants.EVENT_NAME_ADDED_TO_CART)。据我们所知,数据发布正常(应用程序 ID 和登录用户访问令牌似乎正常),我们在应用程序上没有收到任何错误。
当我们进入 Insights 的“事件”部分时,我们发送的数据就在那里,但没有处理有关用户的信息。例如,只有 "Unknown" return 结果的性别和国家过滤器。
我们正在使用 SDK v3.23.1。
提前致谢!
根据 Facebook 团队回答更新:
This is actually by design. We do not show breakdowns for events when the number of unique users that have fired that event is too low. The reason is that with a small number of users for a certain event, it may be possible to deduce who those users are. Once the number of users exceed a certain threshold, this breakdown will be available, and no longer show up as "Unknown". This is threshold is currently set at 100, but is subject to change.