Hello! We have a mobile application with push notifications provided by Firebase. I’m trying to find some information about using Amplitude with push notifications.
What I’d like to do:
- Track push sends events via server-side API
- Track push notification clicks (is it even possible?)
- Track opens from push notifications (it is implemented yet)
I was trying to implement 1st before but I faced a problem that all users become “active” users because of server-side events. So, I saw them in DAU but actually they were offline, I just send an event that the push was sent.
My questions:
- Is it possible to exclude server-side events from counting of the DAU?
- Is this approach good?
Thanks a lot,
Stan