【发布时间】:2018-01-14 02:26:00
【问题描述】:
我正在使用 FCM。
我制作了应用服务器并通过应用服务器发送通知。
我关注了 Firebase 分析的文档。现在,我想知道 notification_open 和 notification_dismiss。
但它只显示notification_foreground 和notification_receive。
根据https://support.google.com/firebase/answer/6317485?hl=en,
Notification_open 和 notification_dismiss 是自动收集的事件。
为什么我无法收到 notification_dismiss 和 notification_open 事件?
下图是我在控制台上的所有分析事件。
【问题讨论】:
标签: firebase firebase-cloud-messaging firebase-analytics