Add telemetry to distinguish trending results
Categories
(Firefox :: Address Bar, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox113 | --- | fixed |
People
(Reporter: daleharvey, Assigned: daleharvey)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Comment 3•2 years ago
|
||
| bugherder | ||
Comment 4•2 years ago
•
|
||
Dale, could you please review the following and confirm/clarify where needed:
- scalar telemetry:
urlbar.picked.trending- records the position the trending was picked from - since the trending list is variable, not sure why it records the position out of which the trending was selected. Also, shouldn't we diferentiate betwen addressbar pick and addressbar searchmode pick? - glean telemetry:
trending_searchgroups,trending_searchresult,trending_searchselected_result(where applicable), pretty clear here. - how
browser.urlbar.trending.maxResultsNoSearchModeis supposed to function in relationship with topsites andmaxRichResults: e.g.: if I havebrowser.urlbar.trending.maxResultsNoSearchModeset to 9, should it show 9 and 1 topsite, or there is a different logic here? I would've expected to be able to push out all topsites out of the addressbar and replace it with trending.
| Assignee | ||
Comment 5•2 years ago
|
||
Hi Adrian
-
This is mostly to be consistent with the rest of the urlbar.picked scalars, its also useful information for data science as far as I understand to understsand which positions users are picking results at and how different result type effect that.
-
maxRichResults will override any trending.maxResults, so if we get 10 trending results, then cull that to 8 with trending.maxResults, then maxRichResults is 4 it will reduce it down to 4. How those results are composed is down to the Muxer
Comment 6•2 years ago
|
||
Tiding up things, this issue should've been marked as verified a while back, since the questions here have been also discussed offline and covered extensively in the GTP feature test runs.
Description
•