Open
Bug 2010597
Opened 17 days ago
Updated 2 days ago
Update widget telemetry to pass widget name as a param
Categories
(Firefox :: New Tab Page, enhancement)
Firefox
New Tab Page
Tracking
()
ASSIGNED
People
(Reporter: maxx, Assigned: maxx)
References
(Depends on 7 open bugs, Blocks 1 open bug)
Details
Attachments
(1 file)
Summary: Create a few broad widget telemetry events (that include a widget_name param), so we can launch multiple widgets without the need for bespoke telemetry updates for each.
Note: We want to send duplicate events until DS can confirm the new probes work as expected.
Tasks:
- Define new entries in metrics.yaml
- Add new Glean event calls in existing code (TelemetryFeed.sys.mjs example)
- (Follow-up, separate patch) Remove previous events
| Assignee | ||
Updated•17 days ago
|
Summary: Update widget telemetery to pass widget name as a param → Update widget telemetry to pass widget name as a param
| Assignee | ||
Updated•17 days ago
|
| Assignee | ||
Comment 1•4 days ago
•
|
||
(Duplicated comment from the summary. Please ignore!)
| Assignee | ||
Comment 2•2 days ago
|
||
Adds three new unified Glean metrics to replace per-widget telemetry:
- widgets_impression: Records when any widget is visible
- widgets_user_event: Records user interactions with any widget
- widgets_enabled: Records when widgets are enabled/disabled
Updated•2 days ago
|
Assignee: nobody → mcrawford
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•