BigQuery 中的 table `events_intraday_YYYYMMDD` 中没有 Web 数据

No Web data in the table `events_intraday_YYYYMMDD` in BigQuery

在我将 Google Analytics 与 Firebase 控制台中的 BigQuery 集成后,只有来自 IOS[ 的分析数据=31=]平台均在tableevents_intraday_YYYYMMDD找到。此 table 中缺少 WEB 数据。

然而,WEB数据可以在tables events_YYYYMMDD.

中找到

请问如何让WEB数据出现在tableevents_intraday_YYYYMMDD?

查看此处 [1] 的文档,应用程序事件存储在名为“events_intraday_YYYYMMDD”的 table 中,网络存储在“events_YYYYMMDD”中。

您可以直接联系 Firebase,因为他们在此处提供免费支持 [2]。

[1] https://support.google.com/firebase/answer/7029846?hl=en

[2] https://firebase.google.com/support/troubleshooter/contact

我收到了 Firebase 支持团队的回复。这是消息:

Currently, web streams are not eligible for intraday tables in BigQuery export, and only have daily tables. Only mobile app (Android/iOS) streams will get both intraday and daily BigQuery export. We already have a request to consider adding this feature in the future. As of now, we are yet to find out any details or timelines on when (or if) this will be implemented. You can check our release notes from time to time for any updates on this.

非常感谢团队回答我的问题。