summaryrefslogtreecommitdiffstats
path: root/toolkit/components/cookiebanners/metrics.yaml
blob: e8db788378e0e4aa09fafd00891a42554e6a8110 (plain)
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
# 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/.

# Adding a new metric? We have docs for that!
# https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html

---
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
$tags:
  - 'Core :: Privacy: Anti-Tracking'

cookie.banners:
  normal_window_service_mode:
    type: labeled_boolean
    description: >
      The pref value of the cookie banner service mode for normal windows.
    bugs:
      - https://bugzilla.mozilla.org/1797081
      - https://bugzilla.mozilla.org/1804259
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1797081#c3
    notification_emails:
      - tihuang@mozilla.com
      - pbz@mozilla.com
    expires: never
    labels:
      - disabled
      - reject
      - reject_or_accept
      - invalid
    telemetry_mirror: COOKIE_BANNERS_NORMAL_WINDOW_SERVICE_MODE
  private_window_service_mode:
    type: labeled_boolean
    description: >
      The pref value of the cookie banner service mode for private windows.
    bugs:
      - https://bugzilla.mozilla.org/1797081
      - https://bugzilla.mozilla.org/1804259
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1797081#c3
    notification_emails:
      - tihuang@mozilla.com
      - pbz@mozilla.com
    expires: never
    labels:
      - disabled
      - reject
      - reject_or_accept
      - invalid
    telemetry_mirror: COOKIE_BANNERS_PRIVATE_WINDOW_SERVICE_MODE
  service_detect_only:
    type: boolean
    description: >
      Tracks the value of the cookiebanners.service.detectOnly pref.
    bugs:
      - https://bugzilla.mozilla.org/1809700
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1809700#c3
    notification_emails:
      - tihuang@mozilla.com
      - pbz@mozilla.com
    expires: never
    telemetry_mirror: COOKIE_BANNERS_SERVICE_DETECT_ONLY
  rule_lookup_by_load:
    type: labeled_counter
    description: >
      Counts the number of hit/miss of cookie banner rule lookups for every
      load. We collect three types of counters, including counters for overall
      rule lookup, counters for cookie rule lookup and counters for click rule
      lookup. We also divide the counter by top-level loads and iframe loads.
    bugs:
      - https://bugzilla.mozilla.org/1797073
      - https://bugzilla.mozilla.org/1804259
      - https://bugzilla.mozilla.org/1827765
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1797073#c6
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1827765#c9
    data_sensitivity:
      - interaction
    notification_emails:
      - tihuang@mozilla.com
      - pbz@mozilla.com
    expires: 120
    labels:
      - top_hit
      - top_hit_opt_in
      - top_hit_opt_out
      - top_miss
      - iframe_hit
      - iframe_hit_opt_in
      - iframe_hit_opt_out
      - iframe_miss
      - top_cookie_hit
      - top_cookie_hit_opt_in
      - top_cookie_hit_opt_out
      - top_cookie_miss
      - iframe_cookie_hit
      - iframe_cookie_hit_opt_in
      - iframe_cookie_hit_opt_out
      - iframe_cookie_miss
      - top_click_hit
      - top_click_hit_opt_in
      - top_click_hit_opt_out
      - top_click_miss
      - iframe_click_hit
      - iframe_click_hit_opt_in
      - iframe_click_hit_opt_out
      - iframe_click_miss
    telemetry_mirror: COOKIE_BANNERS_RULE_LOOKUP_BY_LOAD
  rule_lookup_by_domain:
    type: labeled_counter
    description: >
      Counts the number of hit/miss of cookie banner rule lookups for domain.
      We collect three types of counters, including counters for overall
      rule lookup, counters for cookie rule lookup and counters for click rule
      lookup. We also divide the counter by top-level loads and iframe loads.
      For each domain, we will only collect once.
    bugs:
      - https://bugzilla.mozilla.org/1797073
      - https://bugzilla.mozilla.org/1804259
      - https://bugzilla.mozilla.org/1827765
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1797073#c6
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1827765#c9
    data_sensitivity:
      - interaction
    notification_emails:
      - tihuang@mozilla.com
      - pbz@mozilla.com
    expires: 120
    labels:
      - top_hit
      - top_hit_opt_in
      - top_hit_opt_out
      - top_miss
      - iframe_hit
      - iframe_hit_opt_in
      - iframe_hit_opt_out
      - iframe_miss
      - top_cookie_hit
      - top_cookie_hit_opt_in
      - top_cookie_hit_opt_out
      - top_cookie_miss
      - iframe_cookie_hit
      - iframe_cookie_hit_opt_in
      - iframe_cookie_hit_opt_out
      - iframe_cookie_miss
      - top_click_hit
      - top_click_hit_opt_in
      - top_click_hit_opt_out
      - top_click_miss
      - iframe_click_hit
      - iframe_click_hit_opt_in
      - iframe_click_hit_opt_out
      - iframe_click_miss
    telemetry_mirror: COOKIE_BANNERS_RULE_LOOKUP_BY_DOMAIN
  reload:
    type: event
    description: >
      Recorded when the top-level page is reloaded. We use this event metric to
      know whether or not the reloading domain has cookie banner rule.
    bugs:
      - https://bugzilla.mozilla.org/1797079
      - https://bugzilla.mozilla.org/1827765
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1797079#c6
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1827765#c9
    notification_emails:
      - pbz@mozilla.com
      - tihuang@mozilla.com
    expires: 120
    data_sensitivity:
      - interaction
    extra_keys:
      no_rule:
        description: There is no cookie banner rule for the reloading domain.
        type: boolean
      has_cookie_rule:
        description: There is a matching cookie rule for the reloading domain.
        type: boolean
      has_click_rule:
        description: There is a matching click rule for the reloading domain.
        type: boolean
    telemetry_mirror: Cookie_banner_Reload_Browser
cookie.banners.click:
  handle_duration:
    type: timing_distribution
    time_unit: millisecond
    description: >
      Counts how long it takes to handle cookie banners successfully from
      DOMContentLoaded until click.
    bugs:
      - https://bugzilla.mozilla.org/1797078
      - https://bugzilla.mozilla.org/1804259
      - https://bugzilla.mozilla.org/1827765
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1797078#c6
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1827765#c9
    notification_emails:
      - pbz@mozilla.com
      - tihuang@mozilla.com
    expires: 120
    telemetry_mirror: COOKIE_BANNERS_CLICK_HANDLE_DURATION_MS
  # TODO: consider moving this out of "click". It also records cookie injection.
  result:
    type: labeled_counter
    description: >
      Given a matching cookie banner rule, how often do we handle or fail to
      handle cookie banners, labelled by reason. The 'success' and 'fail'
      counters count the total numbers independently of the reason counters.
      Counters are incremented after the content window has been destroyed. This
      metric additionally reports cookie injections after which we didn't see a
      banner as "success_cookie_injected".
    bugs:
      - https://bugzilla.mozilla.org/1797078
      - https://bugzilla.mozilla.org/1804259
      - https://bugzilla.mozilla.org/1821738
      - https://bugzilla.mozilla.org/1827765
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1797078#c6
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1827765#c9
    notification_emails:
      - pbz@mozilla.com
      - tihuang@mozilla.com
    expires: 120
    labels:
      - success
      - success_cookie_injected
      - success_dom_content_loaded
      - success_mutation_pre_load
      - success_mutation_post_load
      - fail
      - fail_banner_not_found
      - fail_banner_not_visible
      - fail_button_not_found
      - fail_no_rule_for_mode
      - fail_actor_destroyed
    telemetry_mirror: COOKIE_BANNERS_CLICK_RESULT