简体   繁体   中英

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. I just need to filter the user journey against the user_id on firebase analytics.

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.

在此处输入图像描述

* firebaser here

The user_id has been purposefully removed from the Audience Builder due to privacy concerns.

Also, Analytics is not the best tool for tracking individual users, as it is made for analyzing users in aggregate.

You might want to consider using BigQuery export and query for the user_id value. You could visit this link for your reference. Also, you can find BigQuery's export schema in this article .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM