Notifications tracking when using FCM

六月ゝ 毕业季﹏ 提交于 2019-12-21 05:12:07

问题


Is it possible to track the notification status, whether it was opened or canceled by the user, when I send a push notification without using firebase services dashboard?

I am using Advanced REST client and I would like to record data about the notifications status when sending payload to https://fcm.googleapis.com/fcm/send


回答1:


Conversion tracking is only built into Firebase Notifications. I don't think we have a public API to feed into those charts.

But if you send your messages through Firebase Cloud Messaging, you could:

  1. record the conversion events in your app by calling Firebase Analytics explicitly
  2. record more details about the converting user in your Firebase Database

You could easily accomplish the same type of functionality that way.



来源:https://stackoverflow.com/questions/38328341/notifications-tracking-when-using-fcm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!