简体   繁体   中英

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

Using BigQuery it is possible to connect Firebase analytics to 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". 事件或用户属性

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. 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.

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