我正在使用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事件?
以下图片是我在控制台上的所有分析事件。
答案 0 :(得分:2)
documentation for the notification events全部包含“由Firebase通知发送时”的短语。
例如: notification_receive - 当应用在后台时设备收到Firebase通知发送的通知时 < / p>
我的经验是“Firebase通知发送”表示“从Firebase控制台的通知面板发送”。通过将数据发布到https://fcm.googleapis.com/fcm/send
来创建通知时,不会生成事件。