Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
New metrics and ping for managing user enrollment in multi-customer d…
Browse files Browse the repository at this point in the history
…atasets
  • Loading branch information
aaga committed Aug 10, 2022
1 parent 7618a1a commit 93a0980
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
47 changes: 47 additions & 0 deletions web-platform/glean/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 14 additions & 0 deletions web-platform/glean/pings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93a0980

Please sign in to comment.