-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add FXIOS-10902 Firefox iOS send data deletion request when dau ping …
…is toggled off (#24263) * Add FXIOS-10902 Firefox iOS: Send data deletion request when DAU ping is toggled off * Update data review link * Add FXIOS-10902 Firefox iOS: Send data deletion request when DAU ping is toggled off * Add links for data review * Enable follows_collection_enabled=false type pings * Swiftlint fix
- Loading branch information
1 parent
12120b3
commit 28c5ad7
Showing
4 changed files
with
29 additions
and
0 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 |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
import Common | ||
import UIKit | ||
import Shared | ||
import Glean | ||
|
||
// MARK: - Settings Flow Delegate Protocol | ||
|
||
|
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 |
---|---|---|
|
@@ -114,3 +114,27 @@ onboarding-opt-out: | |
metadata: | ||
follows_collection_enabled: false | ||
include_info_sections: false | ||
|
||
usage-deletion-request: | ||
description: | | ||
This ping is submitted when a user opts out of sending usage | ||
frequency of Firefox to Mozilla. | ||
Sent in response to user action. | ||
include_client_id: false | ||
send_if_empty: true | ||
bugs: | ||
- https://mozilla-hub.atlassian.net/browse/FXIOS-10902 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/firefox-ios/pull/24263 | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
metadata: | ||
follows_collection_enabled: false | ||
include_info_sections: false | ||
reasons: | ||
set_upload_enabled: | | ||
The ping was submitted between Glean init and Glean shutdown. | ||
After init but before shutdown the upload of usage reporting data changed | ||
from enabled to disabled. |