I’m trying to sort notifications funnel in Big query, so I need your help in understanding the journey of a notification once it’s received.
1.) Notification_received
1.1) Foreground
1.2) Open
1.3) Dismiss
Does the [ Foreground/Notification_received(%) + open/Notification_received(%) + Dismiss/Notification_received(%) ] must be equal to 100% ?
If not then what other parameters are missing to complete this funnel?
I would be grateful if you could help me with this.