Android new event telemetry in settings
Categories
(Firefox for Android :: Experimentation and Telemetry, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | verified |
People
(Reporter: harrisono, Assigned: harrisono)
References
Details
(Whiteboard: [fxdroid])
Attachments
(1 file)
FxA:
sync.failedDesc: User sign-in/sync has failed
History
history.opened_itemDesc: A user opened a history item.
Customize Homepage
app_menu.customize_homepageDesc: User has tapped on customize homepage in the app menu
Notification
events.preference_toggledDesc: Add notification change value to the existing probe.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
history.opened_item already exists.
- https://github.com/mozilla-mobile/fenix/issues/18178
- https://github.com/mozilla-mobile/fenix/issues/26502
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
There already exists a metric that tracks if notifications are allowed so we do not need a new events.preference_toggled subkey to track if a user turns notifications on or off.
User cannot perform the notifications preference change inside Firefox app anyways.
Comment 4•2 years ago
|
||
Authored by https://github.com/HarrisonOg
https://github.com/mozilla-mobile/firefox-android/commit/822d2d69cfb404224d5d1cbcfcdeb135de3ab01f
[main] Bug 1841156 - New event telemetry for customize homepage.
Authored by https://github.com/HarrisonOg
https://github.com/mozilla-mobile/firefox-android/commit/9c1e9e342800f3a635230617ef9d3fe97fb6f22c
[main] Bug 1841156 - New event telemetry for Firefox Sync.
Comment 5•2 years ago
|
||
Verified fixed on latest Nightly 117.0a1 from 07/26 with Samsung Galaxy A53 5G (Android 13) and Google Pixel 6 (Android 14). All the events were captured:
timestamp 87412
category "sync"
name "failed"
Glean: https://debug-ping-preview.firebaseapp.com/pings/test-00001/1ce4f75a-85ec-44dd-8af2-85284ceaf786#L114
{
"timestamp": 36849,
"category": "history",
"name": "opened_item",
"extra": {
"is_private": "false",
"time_group": "Today",
"is_remote": "false"
}
Glean: https://debug-ping-preview.firebaseapp.com/pings/test-delia/de4e3b6b-2308-45c0-9a09-483bc00c3ddd#L228
{
"timestamp": 4,
"category": "app_menu",
"name": "customize_homepage"
},
Glean: https://debug-ping-preview.firebaseapp.com/pings/test-delia/ee7fcb58-0e87-49b4-9d81-fb105a8af1e9#L66
{
"timestamp": 8694,
"category": "events",
"name": "preference_toggled",
"extra": {
"preference_key": "pref_key_show_search_suggestions_in_private",
"enabled": "false"
}
Description
•