This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…20316) * Add telemetry probes for recent bookmarks on home screen. Tests for controller. * Make the events into counters in the metrics ping Update tests to reflect new metrics Add data review link for new metrics Mock new settings for startup metrics tests Update metrics Add test for recent bookmark glean events * Recent bookmarks controller tests
- Loading branch information
Elise Richards
authored
Aug 24, 2021
1 parent
09e8d34
commit 4182502
Showing
6 changed files
with
82 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5750,3 +5750,41 @@ recent_tabs: | |
notification_emails: | ||
- [email protected] | ||
expires: "2022-06-23" | ||
|
||
recent_bookmarks: | ||
bookmark_clicked: | ||
type: counter | ||
lifetime: application | ||
description: | | ||
A counter that indicates the number of times that a user | ||
has clicked on a recently saved bookmark from the home | ||
screen. | ||
send_in_pings: | ||
- metrics | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/19931 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/20316#issuecomment-888291843 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2022-02-01" | ||
show_all_bookmarks: | ||
type: counter | ||
lifetime: application | ||
description: | | ||
A counter that indicates the number of times that a user | ||
has clicked the show all button for recently saved bookmarks | ||
on the home screen. | ||
send_in_pings: | ||
- metrics | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/19931 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/20316#issuecomment-888291843 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2022-02-01" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters