-
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-10666 Implement iOS "onboarding-opt-out" ping (#24101)
* Add FXIOS-10902 Firefox iOS: Send data deletion request when DAU ping is toggled off * Update data review link * Fix PR comments
- Loading branch information
1 parent
1f0779a
commit 42dd48f
Showing
3 changed files
with
31 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
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 |
---|---|---|
|
@@ -91,3 +91,26 @@ usage-reporting: | |
include_info_sections: false | ||
ping_schedule: | ||
- baseline | ||
|
||
onboarding-opt-out: | ||
description: | | ||
This ping is submitted when a user opts out of | ||
usage-reporting during the onboarding process. | ||
It is sent immediately upon opting out of Telemetry/Usage Tracking (T/UT) | ||
at ToS consent. This ping will only ever be sent during the | ||
initial onboarding flow. | ||
If the global telemetry preference is disabled, this ping | ||
includes specific settings to ensure it can still be submitted. | ||
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/24101 | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
metadata: | ||
follows_collection_enabled: false | ||
include_info_sections: false |