在 Firebase Analytics 中看不到 Admob 事件

Can't see Admob events in Firebase Analytics

我已遵循本教程:https://support.google.com/firebase/answer/7378163 并尝试集成 Admob 和 Firebase Analytics,但我在调试视图中看不到任何事件(ad_click、ad_impression)(如在验证部分中描述)。

我尝试使用 11.0.1 版本和 10.2.3(测试版)都没有成功(对于 Firebase Analytics SDK 和移动广告 SDK 依赖项)。

我还为 FirebaseAnalytics 和 AppMeasurement 添加了异常(保留)到 Proguard 文件。

A​​dmob 与 Firebase 正确链接 - 我知道这一点,因为在我使用 10.2.6 版的生产环境中,我已经可以在 Firebase Analytics 中看到来自 Admob 的一些数据。

为什么这仍然不起作用?

可能是 Firebase 没有立即刷新他们的分析数据,因为使用 Google Analytics,可能需要几个小时,甚至一天才能将报告完全发送到仪表板,如前所述在这些帖子中:


To understand latency with Firebase Analytics, there are two potential delays you need to be aware of:

  • The time it takes for analytics data on the client to be sent over to the Firebase Analytics servers.

  • The time it takes for Firebase Analytics data to be displayed to you in the Firebase console once it's been received on the server.

Firebase 支持人员关于 Firebase Analytics 中缺少 Admob 事件的回复: "I just heard back from our engineers. They've confirmed that you've configured things correctly, but we're still in the midst of rolling out this functionality, which is why you're only seeing a portion of the traffic. In the near term though, we expect the metrics to converge. "

当我特别询问为什么至少在 DebugView 中看不到事件时: "Same cause - not all devices have this functionality enabled at this time and thus ad_click/ad_impression events are not logged."