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.
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
- Loading branch information
Elise Richards
committed
Aug 19, 2021
1 parent
89f1580
commit 64a18f0
Showing
6 changed files
with
53 additions
and
28 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 |
---|---|---|
|
@@ -5809,31 +5809,41 @@ recent_tabs: | |
notification_emails: | ||
- [email protected] | ||
expires: "2022-06-23" | ||
|
||
recent_bookmarks: | ||
bookmark_clicked: | ||
type: event | ||
type: counter | ||
lifetime: application | ||
description: | | ||
A recently saved bookmark was clicked on the home screen. | ||
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/TBD... | ||
- https://github.com/mozilla-mobile/fenix/pull/20316#issuecomment-888291843 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2022-01-31" | ||
show_all_clicked: | ||
type: event | ||
expires: "2022-02-01" | ||
show_all_bookmarks: | ||
type: counter | ||
lifetime: application | ||
description: | | ||
The show all button was clicked on the recently saved | ||
bookmarks section of the home screen. | ||
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/TBD... | ||
- https://github.com/mozilla-mobile/fenix/pull/20316#issuecomment-888291843 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2022-01-31" | ||
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