Closed Bug 1841156 Opened 2 years ago Closed 2 years ago

Android new event telemetry in settings

Categories

(Firefox for Android :: Experimentation and Telemetry, task)

Firefox 116
All
Android
task

Tracking

()

VERIFIED FIXED
117 Branch
Tracking Status
firefox117 --- verified

People

(Reporter: harrisono, Assigned: harrisono)

References

Details

(Whiteboard: [fxdroid])

Attachments

(1 file)

FxA:

  1. sync.failed Desc: User sign-in/sync has failed

History

  1. history.opened_item Desc: A user opened a history item.

Customize Homepage

  1. app_menu.customize_homepage Desc: User has tapped on customize homepage in the app menu

Notification

  1. events.preference_toggled Desc: Add notification change value to the existing probe.
Assignee: nobody → hoglesby
Status: NEW → ASSIGNED

history.opened_item already exists.

  - https://github.com/mozilla-mobile/fenix/issues/18178
  - https://github.com/mozilla-mobile/fenix/issues/26502
Whiteboard: [fxdroid]

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.

Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Flags: qe-verify+
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch

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"
}

Glean: https://debug-ping-preview.firebaseapp.com/pings/test-delia/c9d20bc9-bffe-4537-8f62-dc0b1ea6261b#L127

Status: RESOLVED → VERIFIED
Flags: qe-verify+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: