Closed Bug 1836167 Opened 2 years ago Closed 2 years ago

Android New Telemetry in Bookmarks

Categories

(Firefox for Android :: Experimentation and Telemetry, task)

All
Android
task

Tracking

()

RESOLVED FIXED
123 Branch
Tracking Status
firefox116 --- verified
firefox122 --- fixed
firefox123 --- fixed

People

(Reporter: harrisono, Assigned: harrisono)

References

Details

(Whiteboard: [fxdroid])

Attachments

(3 files)

  1. bookmarks.add Type: labeled_counter Desc: counts the number of times a bookmark is added.

  2. bookmarks.delete Type: labeled_counter Desc: counts the number of times a bookmark is deleted

  3. bookmarks.edit Type:labeled_counter Desc: counts the number of times a bookmark is edited

  4. bookmarks.open Type: labeled_counter Desc: counts the number of times a bookmark is opened

Assignee: nobody → hoglesby
Status: NEW → ASSIGNED
Whiteboard: [fxdroid]
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Flags: qe-verify+
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch

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

  }

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
Attachment #9369934 - Flags: approval-mozilla-beta?
Comment on attachment 9369934 [details] [review] [mozilla-mobile/firefox-android] Bug 1836167 - Fix Bookmark Open telemetry (#4930) Moving uplift request to the backport PR attachment
Attachment #9369934 - Flags: approval-mozilla-beta?
Attachment #9371598 - Flags: approval-mozilla-beta?
Comment on attachment 9371598 [details] [review] [mozilla-mobile/firefox-android] Bug 1836167 - Fix Bookmark Open telemetry (backport #4930) (#5076) Approved for Fenix 122.0b8
Attachment #9371598 - Flags: approval-mozilla-beta? → approval-mozilla-beta+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: