【问题标题】:Firebase Analytics Event about notification关于通知的 Firebase Analytics 事件
【发布时间】: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 事件?


下图是我在控制台上的所有分析事件。

enter image description here

【问题讨论】:

    标签: firebase firebase-cloud-messaging firebase-analytics


    【解决方案1】:

    documentation for the notification events 都包含短语“当由 Firebase 通知发送时”。

    例如:notification_receive -- 当应用处于后台时设备接收到 Firebase Notifications 发送的通知时

    我的经验是“由 Firebase 通知发送”是指“从 Firebase 控制台的通知面板发送”。通过将数据发布到https://fcm.googleapis.com/fcm/send 创建通知时不会生成事件。

    【讨论】:

    • 感谢您的回答。你知道我如何获取关于 notification_open 的数据吗?
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-01-31
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多