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

Add new pings and metrics for multiproject data sets #124

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions web-platform/glean/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ rally:
- unenrollment
- study-enrollment
- study-unenrollment
- project-enrollment
- demographics
- uninstall-deletion
- events
Expand Down Expand Up @@ -246,3 +247,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