Closed
Bug 1693358
Opened 4 years ago
Closed 4 years ago
Add probe: Session time & max scroll position in Reader Mode
Categories
(Firefox :: Pocket, enhancement, P1)
Firefox
Pocket
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: gsuntop, Assigned: gsuntop)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•4 years ago
|
Summary: Add probe: Session time in Reader Mode → Add probe: Session time & max scroll position in Reader Mode
Assignee | ||
Comment 1•4 years ago
|
||
This info can be added as metadata to the exit event.
Assignee | ||
Updated•4 years ago
|
Priority: -- → P1
Assignee | ||
Comment 3•4 years ago
|
||
Assignee | ||
Comment 4•4 years ago
|
||
To Test:
- Open
about:telemetry#events-tab_content
- Open an article
- Enter reader mode and scroll some of the article
- Exit reader mode
- in
about:telemetry#events-tab_content
confirm that there are pings under Events->Content that look like:
timestamp: #####
category: readermode
method: view
object: on
value: null
extra: {"subcategory": "feature"}
timestamp: #####
category: readermode
method: view
object: off
value: null
extra: {"subcategory": "feature", "reader_time": "SECONDS", "scroll_position": "PERCENTAGE"}
Pushed by gsuntop@getpocket.com:
https://hg.mozilla.org/integration/autoland/rev/64dbd32310ee
Adding session time and scroll position probes r=thecount
Comment 6•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•