This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
generated from mozilla-rally/study-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
pings.yaml
53 lines (48 loc) · 1.69 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
# 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
study-enrollment:
description: |
This ping is sent when the user has consented to the study.
include_client_id: false
bugs:
- https://github.com/mozilla-rally/rally-study-01/issues/114
data_reviews:
- https://docs.google.com/document/d/1KB06uGNx5CduZgCMHtSHutsBeo9k9JPMer3lhc8Beyk/edit
notification_emails:
fbpixelhunt-pixel:
description: |
A ping representing a tracking pixel event observed by the study.
See the `reasons` documentation for additional
information.
include_client_id: false
send_if_empty: false
bugs:
- https://github.com/mozilla-rally/facebook-pixel-hunt/pull/65
data_reviews:
- https://docs.google.com/document/d/1KB06uGNx5CduZgCMHtSHutsBeo9k9JPMer3lhc8Beyk/edit
notification_emails:
reasons:
tracking-pixel-observed: |
A Facebook pixel was observed.
fbpixelhunt-journey:
description: |
A page navigation event
include_client_id: false
send_if_empty: false
bugs:
- https://github.com/mozilla-rally/facebook-pixel-hunt/pull/65
data_reviews:
- https://docs.google.com/document/d/1KB06uGNx5CduZgCMHtSHutsBeo9k9JPMer3lhc8Beyk/edit
notification_emails:
reasons:
page-navigation-observed: |
Page navigation was observed.