Add desktop zoom usage telemetry
Categories
(Core :: Panning and Zooming, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: ktaeleman, Assigned: kats)
References
(Blocks 1 open bug)
Details
(Whiteboard: apz-planning [apz:dtz:9:S])
Attachments
(4 files)
Implement telemetry when Desktop Zooming is being used. It should cover:
- How much it is used (counter on zoom start or end)
** Once per pageload - input method used when zooming (touch/touchpad/mouse(if applicable))
- (optional) How much the user zoomed in
** min max median? would need to be figured out
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
For additional context:
(In reply to Kris Taeleman (:ktaeleman) from comment #0)
- How much it is used (counter on zoom start or end)
** Once per pageload
Recording once per pageload will give us a metric of "x% of pages loaded had some zooming activity" which is a measure of engagement. We can track engagement as we make changes to see if it goes up or down, and to generally get a sense of how widely used it is.
- input method used when zooming (touch/touchpad/mouse(if applicable))
This will help us prioritize bugs.
- (optional) How much the user zoomed in
** min max median? would need to be figured out
Knowing the limits of common zooming actions can help us decide if we need to spend time on e.g. memory and performance. But defining "limits" might be a bit tricky because you ideally want to measure the zoom levels at which people spend the most time.
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D77827
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D77828
Comment 7•5 years ago
|
||
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0f152045a4a0
https://hg.mozilla.org/mozilla-central/rev/7b356f85d775
https://hg.mozilla.org/mozilla-central/rev/b830bc407224
Description
•