New telemetry for notification permission status
Categories
(Focus :: General, enhancement)
Tracking
(firefox110 verified)
Tracking | Status | |
---|---|---|
firefox110 | --- | verified |
People
(Reporter: RT, Assigned: mcarare)
Details
Attachments
(1 file)
Android 13 requests user permissions for notifications delivery inside the application.
We need to understand the current share of users that grant permission to Focus to deliver notifications in order to make the following decisions:
- do we need a custom new user onboarding to grant permissions?
- do we need a custom existing user onboarding to grant permissions?
- do users who grant the permission get value from the notifications (i.e do users engage with these permissions)
As a product manager, I want to understand the share of Android 13 users who grant permission to deliver notifications so that I can assess if custom onboarding to enable notifications is useful.
Acceptance criteria:
- New environmental telemetry (boolean?) informs whether the client has granted permission to deliver notifications
Assignee | ||
Updated•2 years ago
|
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Verified as fixed on the latest Focus Nightly 110.0a1 from 1/5.
On Google Pixel 6 (Android 13), the notification permission was "false" by default, and generated the boolean:
"notifications.permission_granted": false,
and after I allowed the notifications on Nightly, the boolean changed to:
"notifications.permission_granted": true,
Glean dashboard: https://debug-ping-preview.firebaseapp.com/pings/mira-06010002
On HTC 10 (Android 8), the notification permission was "true" by default.
Glean dashboard: https://debug-ping-preview.firebaseapp.com/pings/mira-06010001
I'll mark this ticket as verified as fixed.
Updated•2 years ago
|
Comment hidden (collapsed) |
Description
•