Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!-- | 1 <!-- |
| 2 Copyright 2017 The Chromium Authors. All rights reserved. | 2 Copyright 2017 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 | 6 |
| 7 <!-- | 7 <!-- |
| 8 This file is used to generate a comprehensive list of Chrome UKM metrics | 8 This file is used to generate a comprehensive list of Chrome UKM metrics |
| 9 along with a detailed description for each metric. | 9 along with a detailed description for each metric. |
| 10 | 10 |
| (...skipping 17 matching lines...) Expand all Loading... | |
| 28 <event name="Autofill.DeveloperEngagement"> | 28 <event name="Autofill.DeveloperEngagement"> |
| 29 <owner>jiahuiguo@google.com</owner> | 29 <owner>jiahuiguo@google.com</owner> |
| 30 <summary> | 30 <summary> |
| 31 Recorded when we parse a form to log whether developer has used autocomplete | 31 Recorded when we parse a form to log whether developer has used autocomplete |
| 32 markup or UPI-VPA hints. The value is a bitmask of | 32 markup or UPI-VPA hints. The value is a bitmask of |
| 33 |DeveloperEngagementMetric|. | 33 |DeveloperEngagementMetric|. |
| 34 </summary> | 34 </summary> |
| 35 <metric name="DeveloperEngagement"/> | 35 <metric name="DeveloperEngagement"/> |
| 36 </event> | 36 </event> |
| 37 | 37 |
| 38 <event name="Autofill.FieldFillStatus"> | |
| 39 <owner>rogerm@google.com</owner> | |
| 40 <summary> | |
| 41 Recorded when Chrome validates field type predictions (on submit, on leaving | |
|
rkaplow
2017/06/19 17:03:28
is this wrong?
Roger McFarlane (Chromium)
2017/06/21 21:01:55
No, but the constants used to refer to them are po
| |
| 42 a form, on receiving a form with autocomplete attributes). | |
| 43 </summary> | |
| 44 <metric name="FieldSignature"> | |
| 45 <summary> | |
| 46 The signature of the field | |
|
rkaplow
2017/06/19 17:03:28
.
(also can you give more details on what signatu
Roger McFarlane (Chromium)
2017/06/21 21:01:55
Done.
| |
| 47 </summary> | |
| 48 </metric> | |
| 49 <metric name="FormSignature"> | |
| 50 <summary> | |
| 51 The signature of the form. | |
| 52 </summary> | |
| 53 </metric> | |
| 54 <metric name="IsAutofilled"> | |
| 55 <summary> | |
| 56 The field is currently autofilled. | |
| 57 </summary> | |
| 58 </metric> | |
| 59 <metric name="MillisecondsSinceFormParsed"> | |
|
rkaplow
2017/06/19 17:03:28
prefer putting MS as a suffix
Roger McFarlane (Chromium)
2017/06/21 21:01:55
This string is used throughout the autofill UKM ev
| |
| 60 <summary> | |
| 61 Time since form parse. | |
| 62 </summary> | |
| 63 </metric> | |
| 64 <metric name="PredictionSource"> | |
| 65 <summary> | |
| 66 The system which generated the prediction: heuristics, server, overall. | |
| 67 </summary> | |
| 68 </metric> | |
| 69 <metric name="ValidationEvent"> | |
| 70 <summary> | |
| 71 The event which triggered the validation: Submission, Left Form, Form has | |
| 72 Autocomplete attributes. | |
| 73 </summary> | |
| 74 </metric> | |
| 75 <metric name="WasPreviouslyAutofilled"> | |
| 76 <summary> | |
| 77 The field was autofilled and subsequently edited. | |
| 78 </summary> | |
| 79 </metric> | |
| 80 </event> | |
| 81 | |
| 82 <event name="Autofill.FieldTypeValidation"> | |
| 83 <owner>rogerm@google.com</owner> | |
| 84 <summary> | |
| 85 Recorded when Chrome validates field type predictions (on submit, on leaving | |
| 86 a form, on receiving a form with autocomplete attributes). | |
| 87 </summary> | |
| 88 <metric name="ActualType"> | |
| 89 <summary> | |
| 90 The observed type of the field. See: autofill::ServerFieldType | |
| 91 </summary> | |
| 92 </metric> | |
| 93 <metric name="FieldSignature"> | |
|
rkaplow
2017/06/19 17:03:28
similar comments
Roger McFarlane (Chromium)
2017/06/21 21:01:55
Done.
| |
| 94 <summary> | |
| 95 The signature of the field | |
| 96 </summary> | |
| 97 </metric> | |
| 98 <metric name="FormSignature"> | |
| 99 <summary> | |
| 100 The signature of the form. | |
| 101 </summary> | |
| 102 </metric> | |
| 103 <metric name="MillisecondsSinceFormParsed"> | |
| 104 <summary> | |
| 105 Time since form parse. | |
| 106 </summary> | |
| 107 </metric> | |
| 108 <metric name="PredictedType"> | |
| 109 <summary> | |
| 110 The predicted type of the field. See: autofill::ServerFieldType | |
| 111 </summary> | |
| 112 </metric> | |
| 113 <metric name="PredictionSource"> | |
| 114 <summary> | |
| 115 The system which generated the prediction: heuristics, server, overall. | |
| 116 </summary> | |
| 117 </metric> | |
| 118 <metric name="ValidationEvent"> | |
| 119 <summary> | |
| 120 The event which triggered the validation: Submission, Left Form, Form has | |
| 121 Autocomplete attributes. | |
| 122 </summary> | |
| 123 </metric> | |
| 124 </event> | |
| 125 | |
| 38 <event name="Autofill.FormSubmitted"> | 126 <event name="Autofill.FormSubmitted"> |
| 39 <owner>jiahuiguo@google.com</owner> | 127 <owner>jiahuiguo@google.com</owner> |
| 40 <summary> | 128 <summary> |
| 41 Recorded when user submits a form. | 129 Recorded when user submits a form. |
| 42 </summary> | 130 </summary> |
| 43 <metric name="AutofillFormSubmittedState"> | 131 <metric name="AutofillFormSubmittedState"> |
| 44 <summary> | 132 <summary> |
| 45 Whether form's fields were all autofilled, some fields were autofilled, or | 133 Whether form's fields were all autofilled, some fields were autofilled, or |
| 46 none of the field were autofilled. See |AutofillFormSubmittedState|. | 134 none of the field were autofilled. See |AutofillFormSubmittedState|. |
| 47 </summary> | 135 </summary> |
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 477 <metric name="DeclineCount"/> | 565 <metric name="DeclineCount"/> |
| 478 <metric name="EventType"/> | 566 <metric name="EventType"/> |
| 479 <metric name="IgnoreCount"/> | 567 <metric name="IgnoreCount"/> |
| 480 <metric name="RankerResponse"/> | 568 <metric name="RankerResponse"/> |
| 481 <metric name="RankerVersion"/> | 569 <metric name="RankerVersion"/> |
| 482 <metric name="SourceLanguage"/> | 570 <metric name="SourceLanguage"/> |
| 483 <metric name="TargetLanguage"/> | 571 <metric name="TargetLanguage"/> |
| 484 </event> | 572 </event> |
| 485 | 573 |
| 486 </ukm-configuration> | 574 </ukm-configuration> |
| OLD | NEW |