Closed
Bug 1334634
Opened 7 years ago
Closed 4 years ago
Add a telemetry probe for the number of clicks on the triangle history menu
Categories
(Firefox :: Address Bar, defect, P3)
Firefox
Address Bar
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox54 | --- | affected |
People
(Reporter: past, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxsearch])
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
Details |
Count the number of times the triangle button that opens the location bar history menu was clicked. I think it would fit best as a keyed scalar: browser.engagement.navigation.urlbar.history_menu
Comment 1•7 years ago
|
||
The existing "browser.engagement.navigation.urlbar" counts how many page loads were triggered from a specific UI source. This sounds like you just want to count the interaction with a menu item, so it's best to add a separately named scalar. If this is just about counting interaction with the triangle, a plain `uint` scalar would be sufficient.
Comment 2•7 years ago
|
||
Digging around, I agree with Georg - this should be a separately named scalar. I can't think of a need for a keyed one at this time.
Assignee: nobody → standard8
Reporter | ||
Updated•7 years ago
|
Priority: -- → P2
Comment hidden (mozreview-request) |
Comment 4•7 years ago
|
||
I know we need data peer review, I'll get that requested after I get initial feedback/review.
Comment 5•7 years ago
|
||
Overall the approach of making a new binding looks good, but I would think we'd want to instrument showHistoryPopup, not the mousedown which then ends up calling showHistoryPopup. You can open the history popup by removing all the text in the urlbar and then pressing the down arrow key for example. There might be other ways to open it too, I don't remember off-hand. I know comment 0 and the bug summary specifically say "clicked," but I'd like to make sure that's what we really want. If it is, then this patch is fine I think. One other unrelated comment is that IMO it would be cleaner if you made toggleHistoryPopup return a bool instead of your adding the new isHistoryPopupClosed method. Just a suggestion, and if you disagree that's fine.
Updated•7 years ago
|
Status: NEW → ASSIGNED
Comment 6•7 years ago
|
||
Javaun, do we really want to measure clicks on the triangle button, or do we want to measure the number of times the history popup is opened? It's possible to open it in at least one other way than by clicking the triangle button. See comment 5 for more info.
Flags: needinfo?(jmoradi)
Comment 7•7 years ago
|
||
ADW, good question. I didn't realize there was more than one way to open it. You're right, ultimately we want to know how often people use this UI, and secondarily how they do it. I'll NI Dave Zeber to chime in with ways we might be able to count this. We should constrain this if there's a lot more effort. Most of the other Awesome Bar probes are higher value (i.e. characters entered, result position, etc.)
Flags: needinfo?(jmoradi) → needinfo?(dzeber)
Comment 8•7 years ago
|
||
It's no more effort at all to measure when the popup is opened as opposed to when the triangle button is clicked. It would be slightly more effort to in addition measure how the popup was opened (the triangle button was clicked, or the textbox was empty and the user pressed the down arrow key), but no big deal I think, knock on wood.
Comment 9•7 years ago
|
||
I agree that we want to count all openings of the history dropdown. I think the best thing would be to have counts keyed by the method used to open it, perhaps as a categorical histogram. However, we can discuss how much effort this requires, bearing in mind that this is lower priority that many of the other measures listed in bug 1334599.
Flags: needinfo?(dzeber)
Comment 10•7 years ago
|
||
Comment on attachment 8845969 [details] Bug 1334634 - Add a telemetry probe for the number of clicks on the triangle history menu button. Clearing the r? for now then.
Attachment #8845969 -
Flags: review?(adw)
Reporter | ||
Updated•7 years ago
|
Priority: P2 → P3
Updated•7 years ago
|
Assignee: standard8 → nobody
Status: ASSIGNED → NEW
Comment 11•4 years ago
|
||
Considered one of the changes in the new design is the removal of this dropmarker, this bug doesn't seem useful anymore
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•