This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New metrics and ping for managing user enrollment in multi-customer d…
…atasets
- Loading branch information
Showing
2 changed files
with
61 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 |
---|---|---|
|
@@ -246,3 +246,50 @@ user: | |
notification_emails: | ||
- [email protected] | ||
expires: never | ||
|
||
project_enrollment_status: | ||
project_id: | ||
type: string | ||
lifetime: ping | ||
send_in_pings: | ||
- project-enrollment | ||
description: | | ||
The id of project which data will be filtered into. | ||
bugs: | ||
- https://github.com/mozilla-rally/rally/issues/123 | ||
data_reviews: [] | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
expires: never | ||
data_source: | ||
type: string | ||
lifetime: ping | ||
send_in_pings: | ||
- project-enrollment | ||
description: | | ||
The id of the study from which data will be taken from. | ||
bugs: | ||
- https://github.com/mozilla-rally/rally/issues/123 | ||
data_reviews: [] | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
expires: never | ||
enrolled: | ||
type: boolean | ||
lifetime: ping | ||
send_in_pings: | ||
- project-enrollment | ||
description: | | ||
Whether the user has opted in or opted out of the project. | ||
bugs: | ||
- https://github.com/mozilla-rally/rally/issues/123 | ||
data_reviews: [] | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
expires: never |
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 |
---|---|---|
|
@@ -59,6 +59,20 @@ study-unenrollment: | |
notification_emails: | ||
- [email protected] | ||
|
||
project-enrollment: | ||
description: | | ||
This ping is sent when a user changes their opt-in/opt-out consent | ||
for a particular project in a multiproject data set. | ||
include_client_id: false | ||
send_if_empty: true | ||
bugs: | ||
- https://github.com/mozilla-rally/rally/issues/123 | ||
data_reviews: [] | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
demographics: | ||
description: | | ||
After a user joins the platform they are asked to fill a | ||
|