简体   繁体   English

根据Google Data Studio中的用户属性过滤Firebase分析事件

[英]Filter Firebase analytics events based on user properties in Google Data Studio

Using BigQuery it is possible to connect Firebase analytics to Data Studio. 使用BigQuery,可以将Firebase分析连接到Data Studio。 Data source can be either the "EVENTS" or the "USER PROPERTIES". 数据源可以是“事件”或“用户属性”。

My problem is that I want to filter the events based on user properties, but I can't have both of them in the same data source. 我的问题是我想根据用户属性过滤事件,但不能将它们都放在同一数据源中。

Update: Here is an screenshot which shows my dashboard. 更新:这是显示我的仪表板的屏幕截图。 As you can see when adding a data source which is a Firebase analytics report, after selecting the table, you have to select "EVENTS" or "USER PROPERTIES". 如您所见,在添加作为Firebase分析报告的数据源时,选择表后,您必须选择“事件”或“用户属性”。 事件或用户属性

Assuming I understand what you're doing, it sounds like you just need to select Custom Query under BigQuery in the Connectors list from Data Studio. 假设我了解您在做什么,听起来您只需要在Data Studio的“ Connectors列表中的BigQuery下选择“ Custom Query ”即可。 Then you can write whatever arbitrary query that you want instead of reading from a single table, which is what will happen if you select My Projects , Shared Projects , or Public Samples from the list instead. 然后,您可以编写所需的任意查​​询,而不用从单个表中读取,如果从列表中选择“ My Projects ,“ Shared Projects ”或“ Public Samples ,则会发生这种情况。

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

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