This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
pings.yaml
75 lines (68 loc) · 2.38 KB
/
pings.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# This file defines the pings that are recorded by the Glean SDK.
# Their code APIs is automatically generated, at build time using,
# the `glean_parser` PyPI package.
---
$schema: moz://mozilla.org/schemas/glean/pings/2-0-0
enrollment:
description: |
This ping is sent at the end of the user onboarding process,
when and if the user joins the platform.
include_client_id: false
send_if_empty: true
bugs:
- https://github.com/mozilla-rally/rally-core-addon/issues/117
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1663857#c5
notification_emails:
- than@mozilla.com
unenrollment:
description: |
This ping is sent when and if the user chooses to leave the platform.
include_client_id: false
send_if_empty: true
bugs:
- https://github.com/mozilla-rally/rally-core-addon/issues/117
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1663857#c5
notification_emails:
- than@mozilla.com
study-enrollment:
description: |
This ping is sent when user clicks the Join button for a study
and accepts the study policy.
include_client_id: false
send_if_empty: true
bugs:
- https://github.com/mozilla-rally/rally-core-addon/issues/117
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1663857#c5
notification_emails:
- than@mozilla.com
study-unenrollment:
description: |
This ping is sent when user leaves a study.
include_client_id: false
send_if_empty: true
bugs:
- https://github.com/mozilla-rally/rally-core-addon/issues/545
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1646151#c32
notification_emails:
- than@mozilla.com
demographics:
description: |
After a user joins the platform they are asked to fill a
demographic survey, in order to help researchers parse the
data. The survey is optional and can be partially filled: this
ping is submitted right after the survey is filled.
include_client_id: false
send_if_empty: true
bugs:
- https://github.com/mozilla-rally/rally-core-addon/issues/545
data_reviews:
- https://github.com/mozilla-rally/rally-core-addon/pull/139#issuecomment-736024232
notification_emails:
- than@mozilla.com