简体   繁体   English

在 firebase 分析中使用 user_id 过滤用户旅程

[英]Filter user journey using user_id on firebase analytics

I want to track the user journey for each unique user.我想跟踪每个唯一用户的用户旅程。 At the moment my app is firing firebase events on each action that I want to track.目前,我的应用程序针对我要跟踪的每个操作触发了 firebase 个事件。 I just need to filter the user journey against the user_id on firebase analytics.我只需要根据 firebase 分析中的 user_id 过滤用户旅程。

I have set the user_id using setUserId and I have also tried to create custom audience by using this filter but there is no such event of user_id in audience.我已经使用 setUserId 设置了 user_id,我还尝试使用此过滤器创建自定义受众,但受众中没有 user_id 的此类事件。

在此处输入图像描述

* firebaser here *火炮在这里

The user_id has been purposefully removed from the Audience Builder due to privacy concerns.出于隐私方面的考虑,已将 user_id 从 Audience Builder 中有意删除。

Also, Analytics is not the best tool for tracking individual users, as it is made for analyzing users in aggregate.此外,Analytics 并不是跟踪单个用户的最佳工具,因为它是为分析总体用户而设计的。

You might want to consider using BigQuery export and query for the user_id value.您可能需要考虑使用 BigQuery 导出和查询 user_id 值。 You could visit this link for your reference.您可以访问此链接以供参考。 Also, you can find BigQuery's export schema in this article .此外,您还可以在本文中找到 BigQuery 的导出架构。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Firebase JS SDK 上user_id 长度限制为36 个字符吗? - Is user_id length limited to 36 characters on Firebase JS SDK? 如何在 Firebase Analytics 中设置用户 ID 和属性 - Flutter - How to set user Id and propeties in Firebase Analytics - Flutter 用于 Android/Kotlin 应用程序中用户视图的 Firebase Analytics - Firebase Analytics for User View in Android/Kotlin App 如何在 firebase Analytics 中使用默认用户属性 - How to use default user properties with firebase Analytics 使用 firebase 用户 UID 作为 id 创建 django 用户 - Create django user with firebase User UID as id 在android中获取firebase用户id - Get firebase user id in android AADB2C90304:用户旅程进入错误 state。在编排步骤中找不到 ID 为“LocalAccountSigninEmailExchange”的声明交换 - AADB2C90304: User journey went into a bad state. Claims exchange with id 'LocalAccountSigninEmailExchange' could not be found in orchestration step 如何针对特定用户使用 firebase 分析进行错误跟踪? - How to do error tracking with firebase analytics for specific user? 如何在没有 firebase 身份验证的情况下获取用户 ID? - how to get the user ID without firebase authentication? 如何传递用户 ID 以使用 firebase 查看 - How to pass user id to view with firebase
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM