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.
For #23526 - Add telemetry for Contile interactions
- Loading branch information
1 parent
4120223
commit c0942ea
Showing
5 changed files
with
177 additions
and
9 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 |
---|---|---|
|
@@ -4826,15 +4826,18 @@ top_sites: | |
extra_keys: | ||
type: | ||
description: | | ||
The type of top site. Options are: "FRECENCY," "DEFAULT," or "PINNED." | ||
The type of top site. Options are: "FRECENCY", "DEFAULT", | ||
"PINNED", or "PROVIDED" | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/14565 | ||
- https://github.com/mozilla-mobile/fenix/issues/23526 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/15136 | ||
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 | ||
- https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 | ||
- https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 | ||
- https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 | ||
- https://github.com/mozilla-mobile/fenix/pull/23541 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
|
@@ -4935,6 +4938,61 @@ top_sites: | |
notification_emails: | ||
- [email protected] | ||
expires: "2023-02-01" | ||
open_contile_top_site: | ||
type: event | ||
description: | | ||
A user has opened a contile top site. | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/23526 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/23541 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2023-02-01" | ||
open_contile_in_private_tab: | ||
type: event | ||
description: | | ||
A user has opened a contile top site in a private tab via the long | ||
press context menu. | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/23526 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/23541 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2023-02-01" | ||
contile_settings: | ||
type: event | ||
description: | | ||
A user has selected "Settings" via the contile top sites | ||
longpress context menu. | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/23526 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/23541 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2023-02-01" | ||
contile_sponsors_and_privacy: | ||
type: event | ||
description: | | ||
A user has selected "Our sponsors & your privacy" via the | ||
contile top sites longpress context menu. | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/23526 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/23541 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: "2023-02-01" | ||
|
||
app_theme: | ||
dark_theme_selected: | ||
|
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