如何列出链接到 Google Analytics 的 firebase 项目
How to list firebase projects which are linked to Google Analytics
我正在尝试列出连接到 google 帐户的所有 google 分析属性。
虽然使用 google 分析管理 api 效果很好,但似乎缺少连接的 firebase 项目:
虽然在分析网站 UI 中列出了 firebase 属性。我看了一下 Google 本身是如何查询这些数据的,他们使用某种内部 API:
https://analyticssuitefrontend-pa.clients6.google.com/v1/search/entityHeaders
结果:
我尝试将与 firebase 相关的范围 (https://www.googleapis.com/auth/firebase.readonly
) 添加到我的 OAuth 授权中,但仍然缺少 属性。
如何查询完整列表?
作为 DaImTo ,这些系统是独立的,无法通过 google 分析 API 查询 firebase 分析数据。这也适用于列出连接的 firebase 项目。
可能会出现混淆,因为 google 在 google 分析网站的后台提供了对 firebase 分析数据的访问。
我正在尝试列出连接到 google 帐户的所有 google 分析属性。
虽然使用 google 分析管理 api 效果很好,但似乎缺少连接的 firebase 项目:
虽然在分析网站 UI 中列出了 firebase 属性。我看了一下 Google 本身是如何查询这些数据的,他们使用某种内部 API:
https://analyticssuitefrontend-pa.clients6.google.com/v1/search/entityHeaders
结果:
我尝试将与 firebase 相关的范围 (https://www.googleapis.com/auth/firebase.readonly
) 添加到我的 OAuth 授权中,但仍然缺少 属性。
如何查询完整列表?
作为 DaImTo
可能会出现混淆,因为 google 在 google 分析网站的后台提供了对 firebase 分析数据的访问。