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 #2362: Adds telemetry for history
- Loading branch information
Showing
5 changed files
with
142 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 |
---|---|---|
|
@@ -613,7 +613,7 @@ activation: | |
type: string | ||
lifetime: ping | ||
description: > | ||
An hashed and salted version of the Google Advertising ID from the device. | ||
A hashed and salted version of the Google Advertising ID from the device. | ||
This will never be sent in a ping that also contains the client_id. | ||
send_in_pings: | ||
- activation | ||
|
@@ -844,3 +844,60 @@ sync_account: | |
notification_emails: | ||
- [email protected] | ||
expires: "2020-03-01" | ||
|
||
history: | ||
opened: | ||
type: event | ||
description: > | ||
A user opened the history screen | ||
bugs: | ||
- 2362 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/3940 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2020-03-01" | ||
removed: | ||
type: event | ||
description: > | ||
A user removed a history item | ||
bugs: | ||
- 2362 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/3940 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2020-03-01" | ||
removed_all: | ||
type: event | ||
description: > | ||
A user removed all history items | ||
bugs: | ||
- 2362 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/3940 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2020-03-01" | ||
shared: | ||
type: event | ||
description: > | ||
A user shared a history item | ||
bugs: | ||
- 2362 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/3940 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2020-03-01" | ||
opened_item: | ||
type: event | ||
description: > | ||
A user opened a history item | ||
bugs: | ||
- 2362 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/3940 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2020-03-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