仪表板分析数据是否有任何api? [英] Is there any api for dashboard analytics data?

查看:29
本文介绍了仪表板分析数据是否有任何api?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么方法可以在我的应用中从仪表板的分析选项卡中查询数据?

Is there any way i can query in my app for data from the analytics tab of dashboard?

例如:

ref.on("value", function(dashboard) {
 console.log(dashboard.concurrentUsers)
});

推荐答案

来自dashboard.concurrentUsers"在您的问题中,您似乎正在尝试从信息中心的分析标签中获取数据.

From the "dashboard.concurrentUsers" in your question, it looks like you're trying to get the data from the Analytics tab of your dashboard.

截至 2020 年 10 月/11 月,有一个 Analytics Data API可用于运行 Google Analytics(分析)报告和检索数据

As of Oct/Nov 2020 there is an Analytics Data API that you can use to run Analytics reports and retrieve data

还可以启用 BigQuery 集成.这样做意味着从那一刻起所有 Google Analytics for Firebase 事件都将写入 BigQuery,您可以在其中查询它们.这是原始数据,即您的应用写入的事件,而不是您在仪表板中找到的汇总数据.

You can also enable the BigQuery integration. Doing this means that all Google Analytics for Firebase events from that moment on will be written to BigQuery, where you can query them. This is the raw data, the events written by your apps, and not the aggregated data that you find in the dashboard.

这篇关于仪表板分析数据是否有任何api?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆