Add "topsite" type to FX_URLBAR_SELECTED_RESULT_TYPE and FX_URLBAR_SELECTED_RESULT_INDEX_BY_TYPE
Categories
(Firefox :: Address Bar, task, P1)
Tracking
()
People
(Reporter: mak, Assigned: mak)
References
Details
Attachments
(2 files)
47 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
1.92 KB,
text/plain
|
tdsmith
:
data-review+
|
Details |
We'd like to have a long term measurement for top sites, we already have these histograms that track result types based on position. Top sites is not a separate result type in code, but it is conceptually very different from a normal result.
It sounds like splitting these results into a topsite type would allow us to easily get telemetry and uplift it.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
This is just adding a key to 2 existing enumerated histograms, Chutten suggested to ask for a data-review still, reusing the original one. At the time these were added we didn't have a data-review template, thus I'm filing it from scratch.
The original histograms were added in bug 775825 and bug 1345834
Assignee | ||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Comment on attachment 9128890 [details]
Bug 1617631 - Add a topsite type to the FX_URLBAR_SELECTED_RESULT_(TYPE/INDEX_BY_TYPE) histograms. r=adw
Beta/Release Uplift Approval Request
- User impact if declined: This is additional telemetry that we need for our new design pref-flip experiment in Firefox 74
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: When the new design is on (included openViewOnFocus), and top sites are enabled for the New tab page, picking a top site page should increase the "topsite" count in FX_URLBAR_SELECTED_RESULT_TYPE and FX_URLBAR_SELECTED_RESULT_INDEX_BY_TYPE histograms.
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): It only affects a disabled by default feature
- String changes made/needed:
Assignee | ||
Updated•5 years ago
|
Comment 6•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Comment on attachment 9128890 [details]
Bug 1617631 - Add a topsite type to the FX_URLBAR_SELECTED_RESULT_(TYPE/INDEX_BY_TYPE) histograms. r=adw
Low risk, has tests, uplift accepted for the beta branch before the merge and RC.
Comment 8•5 years ago
|
||
bugherder uplift |
Comment 9•5 years ago
|
||
Verified using Firefox 75.0a1 (20200301213924) and 74.0b10 (20200228161510) from comment 8, while having browser.urlbar.openViewOnFocus
and browser.urlbar.update1
to true on Windows 10x64, macOS 10.15 and Ubuntu 18.04:
- the FX_URLBAR_SELECTED_RESULT_TYPE count in "Histograms" is correctly shown for the number 13 as a total of clicks for top sites section in the URL bar.
- the FX_URLBAR_SELECTED_RESULT_INDEX_BY_TYPE in "Keyed Histograms" count is correctly shown for each row that is clicked from topsites section in the URL bar.
Description
•