Android New Telemetry in Bookmarks
Categories
(Firefox for Android :: Experimentation and Telemetry, task)
Tracking
()
People
(Reporter: harrisono, Assigned: harrisono)
References
Details
(Whiteboard: [fxdroid])
Attachments
(3 files)
-
bookmarks.addType: labeled_counter Desc: counts the number of times a bookmark is added. -
bookmarks.deleteType: labeled_counter Desc: counts the number of times a bookmark is deleted -
bookmarks.editType:labeled_counter Desc: counts the number of times a bookmark is edited -
bookmarks.openType: labeled_counter Desc: counts the number of times a bookmark is opened
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
Authored by https://github.com/HarrisonOg
https://github.com/mozilla-mobile/firefox-android/commit/b07590329a99a1d7f616b43cd91b9b579cd1fbdd
[main] Bug 1836167 - New telemetry in bookmarks
Comment 3•2 years ago
|
||
Verified as fixed on Nightly 116.0a1 from 06/25 with Motorola Moto G9 plus (Android 11).
The new telemetry has been added in metrics. The new labels count the number of times a bookmark is added/deleted/opened/edited:
"metrics.bookmarks_edit": {
"bookmark_panel": 1
},
"metrics.bookmarks_delete": {
"bookmark_panel": 2
},
"metrics.bookmarks_add": {
"page_action_menu": 1
},
"metrics.bookmarks_open": {
"bookmark_panel": 1
}
Updated•2 years ago
|
Comment 4•2 years ago
|
||
Comment 5•2 years ago
|
||
Authored by https://github.com/HarrisonOg
https://github.com/mozilla-mobile/firefox-android/commit/9903e627e388097b8a1ffa5f952c1e8afa9f72e7
[main] Bug 1836167 - Fix Bookmark Open telemetry
Comment 6•2 years ago
|
||
| Assignee | ||
Comment 7•2 years ago
|
||
Comment on attachment 9369934 [details] [review]
[mozilla-mobile/firefox-android] Bug 1836167 - Fix Bookmark Open telemetry (#4930)
Beta/Release Uplift Approval Request
- User impact if declined: none.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Fixing a metric event that was not being fired properly on Bookmark open.
- String changes made/needed:
- Is Android affected?: Yes
Comment 8•2 years ago
|
||
Updated•2 years ago
|
Comment 9•2 years ago
|
||
Comment 10•2 years ago
|
||
Authored by https://github.com/HarrisonOg
https://github.com/mozilla-mobile/firefox-android/commit/176fe475eb897d0101957f819327c9234bcc466e
[releases_v122] Bug 1836167 - Fix Bookmark Open telemetry
Description
•