1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 # Adding a new metric? We have docs for that!
6 # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
9 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
11 - 'Toolkit :: Form Autofill'
13 formautofill.creditcards:
14 autofill_profiles_count:
16 unit: credit card autofill profiles
18 Count at store time how many credit card autofill profiles the user has.
20 - https://bugzilla.mozilla.org/show_bug.cgi?id=990203
21 - https://bugzilla.mozilla.org/show_bug.cgi?id=1834571
23 - https://bugzilla.mozilla.org/show_bug.cgi?id=1834571#c2
25 - autofill@lists.mozilla.org
26 - passwords-dev@mozilla.org
28 telemetry_mirror: FORMAUTOFILL_CREDITCARDS_AUTOFILL_PROFILES_COUNT
33 Recorded when a form is recognized as a credit card form.
34 The possible value of cc_* are "autocomplete", "undetected", "regexp" or an integer between 0-100:
35 - When the value is "autocomplete", the field is identified via autocomplete attribute
36 - When the value is "undetected", the field is not detected in the form
37 - When the value is "regexp", then the field is identified by regexp-based heuristic
38 - When the value is an integer greater than 0, the value indicates the confidence value from fathom (normalized to 0-100)
39 The flow id points to an interaction session with a credit card form and is shared across cc_form events .
41 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653162
42 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653073
43 - https://bugzilla.mozilla.org/show_bug.cgi?id=1720608
44 - https://bugzilla.mozilla.org/show_bug.cgi?id=1767907
45 - https://bugzilla.mozilla.org/show_bug.cgi?id=1757731
46 - https://bugzilla.mozilla.org/show_bug.cgi?id=1834570
48 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653073#c5
49 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653073#c7
50 - https://bugzilla.mozilla.org/show_bug.cgi?id=1720608#c5
51 - https://bugzilla.mozilla.org/show_bug.cgi?id=1757731#c5
53 - autofill@lists.mozilla.org
54 - passwords-dev@mozilla.org
58 description: Flow id of an interaction session with a credit card form
61 description: Credit card cardholder name field result
64 description: Credit card number field result
67 description: Credit card type result
70 description: Credit card expiration date result
73 description: Credit card expiration month result
76 description: Credit card expiration year result
78 cc_number_multi_parts:
79 description: The count of input fields for splitting the Credit Card Number
85 Recorded when autofill popup is shown for a credit card form.
86 The flow id indicates an interaction session with the a form and is shared across cc_form events.
87 The field_name is used to record the field that triggers this event.
89 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653162
90 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653073
91 - https://bugzilla.mozilla.org/show_bug.cgi?id=1720608
92 - https://bugzilla.mozilla.org/show_bug.cgi?id=1767907
93 - https://bugzilla.mozilla.org/show_bug.cgi?id=1757731
94 - https://bugzilla.mozilla.org/show_bug.cgi?id=1834570
96 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653073#c5
97 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653073#c7
98 - https://bugzilla.mozilla.org/show_bug.cgi?id=1720608#c5
99 - https://bugzilla.mozilla.org/show_bug.cgi?id=1757731#c5
101 - autofill@lists.mozilla.org
102 - passwords-dev@mozilla.org
106 description: Flow id of an interaction session with a credit card form
109 description: Name of the field being affected by the event
115 Recorded when a credit card form is autofilled.
116 The flow id indicates an interaction session with the a form and is shared across cc_form events.
117 The possible value of cc_* are `filled`, `not_filled`, `user_filled` or `unavailable`
119 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653162
120 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653073
121 - https://bugzilla.mozilla.org/show_bug.cgi?id=1720608
122 - https://bugzilla.mozilla.org/show_bug.cgi?id=1767907
123 - https://bugzilla.mozilla.org/show_bug.cgi?id=1757731
124 - https://bugzilla.mozilla.org/show_bug.cgi?id=1834570
126 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653073#c5
127 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653073#c7
128 - https://bugzilla.mozilla.org/show_bug.cgi?id=1720608#c5
129 - https://bugzilla.mozilla.org/show_bug.cgi?id=1757731#c5
131 - autofill@lists.mozilla.org
132 - passwords-dev@mozilla.org
136 description: Flow id of an interaction session with a credit card form
139 description: Credit card cardholder name field result
142 description: Credit card number field result
145 description: Credit card type result
148 description: Credit card expiration date result
151 description: Credit card expiration month result
154 description: Credit card expiration year result
157 form_filled_modified:
160 Recorded when a field in a credit card form is autofilled and then modified by the user.
161 The flow id indicates an interaction session with the a form and is shared across cc_form events.
162 The field_name is used to record the field that triggers this event.
164 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653162
165 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653073
166 - https://bugzilla.mozilla.org/show_bug.cgi?id=1720608
167 - https://bugzilla.mozilla.org/show_bug.cgi?id=1767907
168 - https://bugzilla.mozilla.org/show_bug.cgi?id=1757731
169 - https://bugzilla.mozilla.org/show_bug.cgi?id=1834570
171 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653073#c5
172 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653073#c7
173 - https://bugzilla.mozilla.org/show_bug.cgi?id=1720608#c5
174 - https://bugzilla.mozilla.org/show_bug.cgi?id=1757731#c5
176 - autofill@lists.mozilla.org
177 - passwords-dev@mozilla.org
181 description: Flow id of an interaction session with a credit card form
184 description: Name of the field being affected by the event
190 Recorded when a credit card form is submitted.
191 The flow id indicates an interaction session with the a form and is shared across cc_form events.
192 The possible value of cc_* are `autofilled`, `user_filled` or `unavailable`
194 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653162
195 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653073
196 - https://bugzilla.mozilla.org/show_bug.cgi?id=1720608
197 - https://bugzilla.mozilla.org/show_bug.cgi?id=1767907
198 - https://bugzilla.mozilla.org/show_bug.cgi?id=1757731
199 - https://bugzilla.mozilla.org/show_bug.cgi?id=1834570
201 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653073#c5
202 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653073#c7
203 - https://bugzilla.mozilla.org/show_bug.cgi?id=1720608#c5
204 - https://bugzilla.mozilla.org/show_bug.cgi?id=1757731#c5
206 - autofill@lists.mozilla.org
207 - passwords-dev@mozilla.org
211 description: Flow id of an interaction session with a credit card form
214 description: Credit card cardholder name field result
217 description: Credit card number field result
220 description: Credit card type result
223 description: Credit card expiration date result
226 description: Credit card expiration month result
229 description: Credit card expiration year result
235 Recorded when a credit card form is cleared .
236 The flow id indicates an interaction session with the a form and is shared across cc_form events.
237 The field_name is used to record the field that triggers this event
239 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653162
240 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653073
241 - https://bugzilla.mozilla.org/show_bug.cgi?id=1720608
242 - https://bugzilla.mozilla.org/show_bug.cgi?id=1767907
243 - https://bugzilla.mozilla.org/show_bug.cgi?id=1757731
244 - https://bugzilla.mozilla.org/show_bug.cgi?id=1834570
246 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653073#c5
247 - https://bugzilla.mozilla.org/show_bug.cgi?id=1653073#c7
248 - https://bugzilla.mozilla.org/show_bug.cgi?id=1720608#c5
249 - https://bugzilla.mozilla.org/show_bug.cgi?id=1757731#c5
251 - autofill@lists.mozilla.org
252 - passwords-dev@mozilla.org
256 description: Flow id of an interaction session with a credit card form
259 description: Name of the field being affected by the event
263 form_submission_heuristic:
264 type: labeled_counter
266 The heuristic that detected the form submission.
269 - form-removal-after-fetch
273 - https://bugzilla.mozilla.org/show_bug.cgi?id=1874829
275 - https://bugzilla.mozilla.org/show_bug.cgi?id=1874829#c4
277 - autofill@lists.mozilla.org
278 - passwords-dev@mozilla.org