Thanks for the question Avinash.
If you are sending notifications using Firebase Notifications console and have integrated with the FCM SDK, notifications opened (we treat this the same as when user clicked on the notification) is tracked automatically for you.
You can then view the info (# messages sent, # messages opened by users) in the Firebase Notifications console by clicking on the message.
Alternatively, you can also go to Firebase Analytics -> Events. Select Notifications opens event and view the report there.
Thanks
Tingmui
On Wednesday, June 1, 2016 at 12:03:21 PM UTC-7, Avinash Chintham Chetty wrote:
Hi,
How can we track whether the push notification has been opened by the user or not, is this different from clicking the push notification ??