简体   繁体   English

将事件数据提取到Google Analytics(分析)中

[英]Fetch events data into Google Analytics

We have two apps for iOS and Android on Firebase. 我们在Firebase上有两个iOS和Android应用程序。

I linked Firebase Analytics with Google Analytics. 我将Firebase Analytics与Google Analytics(分析)相关联。 I can see all logged events in both Firebase and Google Analytics consoles, but I can't get events through Google Analytics API. 我可以在Firebase和Google Analytics(分析)控制台中看到所有已记录的事件,但无法通过Google Analytics(分析)API来获取事件。

How can I fetch events data collected with Firebase Analytics into Google Analytics? 如何将通过Firebase Analytics收集的事件数据提取到Google Analytics(分析)中?

Firebase Analytics and Google Analytics are completely separated products. Firebase Analytics和Google Analytics是完全独立的产品。 Linking them toghether allows you to see your firebase reports in the Google Analytics UI, but the data and reports themselves are still different and separated. 将它们链接在一起可让您在Google Analytics(分析)UI中查看您的Firebase报告,但数据和报告本身仍然不同且分开。

The Google Analytics API won't allow you to query any of your data in Firebase Analytics. Google Analytics(分析)API不允许您在Firebase Analytics中查询任何数据。 There's no API to query data from Firebase Analytics programatically. 没有API可以通过编程方式从Firebase Analytics查询数据。

Your option to query this data programmatically is to link your Firebase Analytics with BigQuery . 您可以通过编程方式查询此数据的方法是将Firebase Analytics与BigQuery链接 This will allow you to get Firebase Analytics data exported into BigQuery which in turn you can query using different BigQuery Tools. 这将使您能够将Firebase Analytics数据导出到BigQuery中,然后可以使用其他BigQuery工具进行查询。

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

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