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
- Loading branch information
Elise Richards
committed
Jul 29, 2021
1 parent
867c473
commit f117ff7
Showing
7 changed files
with
71 additions
and
43 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 |
---|---|---|
|
@@ -1391,6 +1391,42 @@ metrics: | |
- [email protected] | ||
- [email protected] | ||
expires: "2021-08-11" | ||
recent_bookmark_click_count: | ||
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/TBD... | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2022-02-01" | ||
recent_bookmark_showall_count: | ||
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/TBD... | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2022-02-01" | ||
|
||
preferences: | ||
search_suggestions_enabled: | ||
|
@@ -5961,31 +5997,3 @@ recent_tabs: | |
notification_emails: | ||
- [email protected] | ||
expires: "2022-06-23" | ||
recent_bookmarks: | ||
bookmark_clicked: | ||
type: event | ||
description: | | ||
A recently saved bookmark was clicked on the home screen. | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/19931 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/TBD... | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2022-01-31" | ||
show_all_clicked: | ||
type: event | ||
description: | | ||
The show all button was clicked on the recently saved | ||
bookmarks section of the home screen. | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/19931 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/TBD... | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2022-01-31" |
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
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