forked from mozilla-mobile/firefox-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add FXIOS-7734 [v121] Telemetry - Additional credit card telemetry ev…
…ents (mozilla-mobile#17248)
- Loading branch information
Stefan Vladut
committed
Nov 16, 2023
1 parent
04a15b1
commit 0429b4b
Showing
7 changed files
with
341 additions
and
4 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4650,6 +4650,132 @@ credit_card: | |
- [email protected] | ||
expires: "2024-06-01" | ||
|
||
autofill_prompt_shown: | ||
type: event | ||
description: | | ||
Records when the credit card autofill prompt was shown. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/14902 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/16685 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2024-06-01" | ||
autofill_prompt_expanded: | ||
type: event | ||
description: | | ||
Records when the credit card autofill prompt was expanded. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/14902 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/16685 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2024-06-01" | ||
autofill_prompt_dismissed: | ||
type: event | ||
description: | | ||
Records when the credit card autofill prompt was dismissed. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/14902 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/16685 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2024-06-01" | ||
save_prompt_shown: | ||
type: event | ||
description: | | ||
Records when the credit card autofill save prompt is shown. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/14902 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/16685 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2024-06-01" | ||
save_prompt_update: | ||
type: event | ||
description: | | ||
Records when the user updated a credit card using the autofill save prompt. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/14902 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/16685 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2024-06-01" | ||
management_add_tapped: | ||
type: event | ||
description: | | ||
Records when the user has tapped the add button through credit card management settings. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/14902 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/16685 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2024-06-01" | ||
management_card_tapped: | ||
type: event | ||
description: | | ||
Records when the user has tapped on a saved card through credit card management settings. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/14902 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/16685 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2024-06-01" | ||
saved: | ||
type: counter | ||
description: | | ||
A counter of the number of credit cards that have been saved by the user. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/14902 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/16685 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2024-06-01" | ||
unit: counter of credit_card.saved | ||
saved_all: | ||
type: quantity | ||
description: | | ||
Record the number of ALL the credit cards that have been currently stored by the user. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/14902 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/16685 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2024-06-01" | ||
unit: quantity of credit_card.saved_all | ||
deleted: | ||
type: counter | ||
description: | | ||
A counter of the number of credit cards that have been deleted by the user. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/14902 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/16685 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2024-06-01" | ||
unit: counter of credit_card.deleted | ||
modified: | ||
type: counter | ||
description: | | ||
A counter of the number of credit cards that have been modified by the user. | ||
bugs: | ||
- https://github.com/mozilla-mobile/firefox-ios/issues/14902 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/16685 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2024-06-01" | ||
unit: counter of credit_card.modified | ||
|
||
baseline.validation: | ||
startup_duration: | ||
type: timespan | ||
|
Oops, something went wrong.