-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetrics.yaml
180 lines (179 loc) · 4.92 KB
/
metrics.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
---
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
main:
onboarding_completed:
type: event
send_in_pings: [main-events]
description: Event sent after user clicks submit on onboarding page
notification_emails: ¬ification_emails
bugs: &bugs
- https://bugzilla.mozilla.org/show_bug.cgi?id=1740483
data_reviews: &data_review
- https://github.com/mozilla-extensions/regrets-reporter/issues/24
expires: &expires 2022-12-03
video_played:
type: event
description: Event sent on video plays
send_in_pings: [main-events]
extra_keys:
videos_played:
description: Count of unique videos played
type: quantity
notification_emails: *notification_emails
bugs: *bugs
data_reviews: *data_review
expires: *expires
regret_action:
type: event
description: Event sent on injected regret button clicks
send_in_pings: [main-events]
extra_keys:
feedback_type:
description: Feedback type
type: string
video_data_id: &video_data_id
description: Video UUID (not to be confused with YT video id)
type: string
notification_emails: *notification_emails
bugs: *bugs
data_reviews: *data_review
expires: *expires
native_ui_interaction:
type: event
description: Event sent on native YT UI clicks
send_in_pings: [main-events]
extra_keys:
video_data_id: *video_data_id
feedback_type:
description: Feedback type
type: string
notification_emails: *notification_emails
bugs: *bugs
data_reviews: *data_review
expires: *expires
video_recommended:
type: event
description: Event sent on YT video recommendation capture
send_in_pings: [main-events]
extra_keys:
video_data_id: *video_data_id
recommendation_type:
description: Video recommendation type
type: string
notification_emails: *notification_emails
bugs: *bugs
data_reviews: *data_review
expires: *expires
metadata:
feedback_ui_variant:
type: string
description: Feedback UI variant
lifetime: user
send_in_pings: &metadata_pings [main-events, video-data]
notification_emails: *notification_emails
bugs: *bugs
data_reviews: *data_review
expires: *expires
experiment_arm:
type: string
description: Experiment arm
lifetime: user
send_in_pings: *metadata_pings
notification_emails: *notification_emails
bugs: *bugs
data_reviews: *data_review
expires: *expires
installation_id:
type: string
description: Installation ID
send_in_pings: *metadata_pings
lifetime: user
notification_emails: *notification_emails
bugs: *bugs
data_reviews: *data_review
expires: *expires
video_data:
uuid:
type: string
description: Video data UUID
send_in_pings: [video-data]
notification_emails: *notification_emails
bugs: *bugs
data_reviews: *data_review
expires: *expires
id:
type: string
description: Video Id
send_in_pings: [video-data]
notification_emails: *notification_emails
bugs: *bugs
data_reviews: *data_review
expires: *expires
title:
type: string
description: Video title
send_in_pings: [video-data]
notification_emails: *notification_emails
bugs: *bugs
data_reviews: *data_review
expires: *expires
view_count:
type: string
description: Video view count
send_in_pings: [video-data]
notification_emails: *notification_emails
bugs: *bugs
data_reviews: *data_review
expires: *expires
duration:
type: quantity
unit: seconds
description: Video duration
send_in_pings: [video-data]
notification_emails: *notification_emails
bugs: *bugs
data_reviews: *data_review
expires: *expires
description:
type: text
description: Video description
send_in_pings: [video-data]
notification_emails: *notification_emails
bugs: *bugs
data_reviews: *data_review
expires: *expires
posted_date:
type: string
description: Video posted date
send_in_pings: [video-data]
notification_emails: *notification_emails
bugs: *bugs
data_reviews: *data_review
expires: *expires
channel_id:
type: string
description: Owner channel Id
send_in_pings: [video-data]
notification_emails: *notification_emails
bugs: *bugs
data_reviews: *data_review
expires: *expires
regret_details:
video_data_id:
type: string
description: Video UUID (not to be confused with YT video id)
send_in_pings: [regret-details]
notification_emails: *notification_emails
bugs: *bugs
data_reviews: *data_review
expires: *expires
feedback_text:
type: text
description: Regret feedback text
send_in_pings: [regret-details]
notification_emails: *notification_emails
bugs: *bugs
data_reviews: *data_review
expires: *expires