Skip to content

Messaging System Notification

Metrics that describe a Mobile Messaging system notification experiment

Source | Edit

Metrics

ever_not_marketing_notifications_allowed

Were Marketing Notifications Ever Not Allowed

Whether marketing notifications were definitely not allowed at any time in the given period.

Analysis Period: weekly, overall

Data Source: metrics_clients_daily

Statistics: binomial, sum

Definition:
COALESCE(LOGICAL_OR(NOT marketing_notifications_allowed), FALSE)

ever_not_notifications_allowed

Were Notifications Ever Not Allowed

Whether notifications were definitely not allowed at least once in the given period.

Analysis Period: weekly, overall

Data Source: metrics_clients_daily

Statistics: binomial, sum

Definition:
COALESCE(LOGICAL_OR(NOT notifications_allowed), FALSE)

notification_dismissed

Notification Dismissed

Number of times a user dismissed a notification.

Analysis Period: weekly, overall

Data Source: notification_messaging_events_stream

Statistics: binomial, sum

Definition:
COALESCE(LOGICAL_OR(event_name = 'message_dismissed'), FALSE)

notification_clicked

Notification Clicked

Number of times a user clicked a notification.

Analysis Period: weekly, overall

Data Source: notification_messaging_events_stream

Statistics: binomial, sum

Definition:
COALESCE(LOGICAL_OR(event_name = 'message_clicked'), FALSE)

notification_shown

Notification Shown

Number of times a user was shown a notification.

Analysis Period: weekly, overall

Data Source: notification_messaging_events_stream

Statistics: binomial, sum

Definition:
COALESCE(LOGICAL_OR(event_name = 'message_shown'), FALSE)

Data Sources

metrics_clients_daily- Metrics Clients Daily

Metrics Clients Daily

Definition:


notification_messaging_events_stream- Glean Events Stream Filtered

Glean events_stream dataset (events ping unnested to a single row per event) filtered

Definition: