如何从Firebase Analytics导出所有原始数据



我们有一个应用程序与许多分析日志。我们希望导出原始事件及其参数。有些事件有很多参数,设置为"自定义维度"是不合理的。因此,我们宁愿导出数据并自己进行分析。csv文件就很好了。这能做到吗?

您可以通过导出到Google BigQuery来获取原始数据

下面是如何链接FireBase到Google BigQuery:

1. Sign in to Firebase.
2. Click the Settings icon, then select Project Settings.
3. On the Project Settings page, click the Integrations tab.
4. On the BigQuery card, click Link.

https://support.google.com/firebase/answer/6318765?hl=en生机勃勃的= % 2 cin-this-article

您的数据将在BigQuery中以表的形式呈现,您可以使用SQL查询它们。您也可以使用BigQuery控制台的save RESULTS按钮将数据保存为csv(或其他格式)。

最新更新