Firebase云消息传递统计API

时间:2016-10-19 07:17:55

标签: firebase firebase-cloud-messaging firebase-console

我使用应用程序服务器通过Firebase Cloud Messaging发送邮件。 Firebase控制台未列出应用服务器发送的此类消息。 当我直接使用Firebase控制台发送消息时,它会在自己的消息上显示一些分析。

像这样: enter image description here

问题是,当我使用应用服务器时如何访问消息统计信息?

1 个答案:

答案 0 :(得分:8)

As of August 2018 (announced in this blog post), API send stats can be viewed in the "Reports" tab of the FCM console. By default it only shows notification type messages, so if you're only sending data messages with the API, be sure to choose the "Data" filter.

enter image description here


Before August 2018:

The Firebase Notifications charts only show analytics for messages that were sent using the Firebase Notifications panel.

There is currently no public API to send Notifications to audiences. The web interface in the console is the only way to send them.

There is currently no API to feed your own FCM messages into the Firebase Notifications analytics panels.

相关问题