WebmasterID logoWebmasterID
Event tracking

Notification receive and open events

notification_receive and notification_open are GA4/Firebase events that track the lifecycle of a push notification: receive marks that a message arrived on the device, open marks that the user tapped it. Together they reveal delivery versus engagement — how many notifications land versus how many actually pull users back. They describe the message and campaign, not the recipient's identity.

Verified against primary sources

What this means

For apps using Firebase Cloud Messaging with GA4, the notification lifecycle is captured by events such as notification_receive (the message was delivered to the device in the foreground), notification_open (the user tapped it to open the app), and related dismiss/foreground events. Each can carry the message identifier or campaign so you can attribute the resulting session to a notification.

Delivery vs engagement

Receive and open answer two different questions. notification_receive tells you the message landed; notification_open tells you it worked — the user came back. A high receive-to-open ratio is healthy engagement; a low one means the message is not compelling, mistimed, or irrelevant. Reading both, rather than just send volume, is how you tell delivery problems apart from messaging problems — and parameters stay about the campaign, never the person.

How it appears in analytics and logs

Many notification_receive but few notification_open means notifications arrive but do not motivate a tap — a messaging or relevance problem, not a delivery one.

Diagnostic use case

Measure push-notification delivery and tap-through by comparing notification_receive to notification_open, so you can judge campaign effectiveness.

What WebmasterID can help detect

WebmasterID is web-first, but the same discipline applies to messaging events: record the campaign and outcome, never the individual recipient.

Common mistakes

Privacy and accuracy notes

These events carry the message/campaign identity, not the recipient. No personal data belongs in their parameters. This is educational, not legal advice.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.