Open
Bug 1476517
Opened 6 years ago
Updated 2 years ago
Add new telemetry probes for autofill
Categories
(Firefox :: Address Bar, task, P3)
Firefox
Address Bar
Tracking
()
NEW
People
(Reporter: mak, Unassigned)
References
Details
(Whiteboard: [fxsearch])
We want to know how good are our autofill picks.
From https://bugzilla.mozilla.org/show_bug.cgi?id=1474755#c10
As a raw idea, I'd add 2 probes, to be measured only in profiles where autofill is enabled:
1. number of times the user picks a non-heuristic match whose url starts with the typed text
2. number of times the user picks a non-heuristic match when the heuristic match was autofill
3. we already have a count of the autofill picks in URLBAR_SELECTED_RESULT_TYPES
Comparing these with the global number of picks could give us some estimate of the problem. The second probe would also give us an estimate whether autofilling domains is actually a good idea, since if most users pick something else when we autofill, then maybe we should autofill something else.
Reporter | ||
Updated•6 years ago
|
Component: Places → Address Bar
Product: Toolkit → Firefox
Reporter | ||
Updated•5 years ago
|
Type: enhancement → task
Priority: P2 → P3
Reporter | ||
Updated•4 years ago
|
Points: --- → 3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•