Open Bug 1334636 Opened 7 years ago Updated 4 years ago

Measure the interactions with the "show history" button menu items

Categories

(Firefox :: Address Bar, task, P3)

task

Tracking

()

Tracking Status
firefox54 --- affected

People

(Reporter: past, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [fxsearch])

When clicking on a history result from the "show history" triangle menu, we need to record the number of seconds since last visit, the total number of visits and the position in the menu list.
This is probably implemented in a enumerated histogram (time span) and an enumerated histogram (menu list).

For "total number of visits", does that mean:
- for any click on a history result, record the total number of visits so far for that item, or
- for all existing history items that were clicked, the count each was visited in this session/subsession/...

Those would be different for items clicked repeatedly in the same subsession.
This means we want to distinguish these results from the normal results returned when the user executes a search for some text?
Cause that actually doesn't happen for any of our current probes, and I wonder if that matters.
In the worst case, this probe will just double count things, and clearly it should not be added to the others for a global counting.
Also https://bugzilla.mozilla.org/show_bug.cgi?id=1334619#c2 for history info.
Marco, this will certainly be a duplicate count of the occurrence of some of these results, but I believe the intention here is to gauge user interest in the provided UI element or lack thereof.
Priority: -- → P2
Priority: P2 → P3
Severity: normal → N/A
Type: defect → task
You need to log in before you can comment on or make changes to this bug.