Track notifications when using FCM

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

I use Advanced REST client, and I would like to record notification status data when sending a payload tohttps://fcm.googleapis.com/fcm/send

+3
source share
1 answer

Conversion tracking is only built into Firebase notifications. I don’t think we have a public API to feed into these diagrams.

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

.

+5

Source: https://habr.com/ru/post/1679877/


All Articles