Get Firebase Analytics Historic Data using BigQuery

可紊 提交于 2019-12-12 11:23:48

问题


I've linked firebase analytics app to BigQuery and getting raw data under app_events and app_events_intraday tables.

Our major requirement behind using BigQuery is to get analytics data that we get under Firebase analytics dashboard e.g. active_users, new users, audience geo locations and so on.

We can get these kinds of data using GA REST API for web applications but here we are using firebase app for mobile application and we came to know that BigQuery is the only option to get analytics data.

Can I get google analytics historic data like I get it on Firebase analytics dashboard? Also, I get this data by downloading CSV from the same dashboard but that is a manual approach and I am looking to automate it.

Please acquaint me with the right approach to get analytics data for firebase app.

Thanks!

来源:https://stackoverflow.com/questions/51063625/get-firebase-analytics-historic-data-using-bigquery

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!