| 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@chromium.org</owner> |
| 40 <summary> |
| 41 Recorded when Chrome validates field type predictions (on submit, on leaving |
| 42 a form, on receiving a form with autocomplete attributes). |
| 43 </summary> |
| 44 <metric name="FieldSignature"> |
| 45 <summary> |
| 46 The signature of the field. This is the hash identifier used to denote |
| 47 this field for query and voting purposes. See |
| 48 components/autofill/core/common/signatures_util.cc for more details. |
| 49 </summary> |
| 50 </metric> |
| 51 <metric name="FormSignature"> |
| 52 <summary> |
| 53 The signature of the form. This is the hash identifier used to denote this |
| 54 form for query and voting purposes. See |
| 55 components/autofill/core/common/signatures_util.cc for more details. |
| 56 </summary> |
| 57 </metric> |
| 58 <metric name="IsAutofilled"> |
| 59 <summary> |
| 60 The field is currently autofilled. |
| 61 </summary> |
| 62 </metric> |
| 63 <metric name="MillisecondsSinceFormParsed"> |
| 64 <summary> |
| 65 Time since form parse. |
| 66 </summary> |
| 67 </metric> |
| 68 <metric name="PredictionSource"> |
| 69 <summary> |
| 70 The system which generated the prediction: heuristics, server, overall. |
| 71 </summary> |
| 72 </metric> |
| 73 <metric name="ValidationEvent"> |
| 74 <summary> |
| 75 The event which triggered the validation: Submission, Left Form, Form has |
| 76 Autocomplete attributes. |
| 77 </summary> |
| 78 </metric> |
| 79 <metric name="WasPreviouslyAutofilled"> |
| 80 <summary> |
| 81 The field was autofilled and subsequently edited. |
| 82 </summary> |
| 83 </metric> |
| 84 </event> |
| 85 |
| 86 <event name="Autofill.FieldTypeValidation"> |
| 87 <owner>rogerm@chromium.org</owner> |
| 88 <summary> |
| 89 Recorded when Chrome validates field type predictions (on submit, on leaving |
| 90 a form, on receiving a form with autocomplete attributes). |
| 91 </summary> |
| 92 <metric name="ActualType"> |
| 93 <summary> |
| 94 The observed type of the field. See: autofill::ServerFieldType |
| 95 </summary> |
| 96 </metric> |
| 97 <metric name="FieldSignature"> |
| 98 <summary> |
| 99 The signature of the field |
| 100 </summary> |
| 101 </metric> |
| 102 <metric name="FormSignature"> |
| 103 <summary> |
| 104 The signature of the form. |
| 105 </summary> |
| 106 </metric> |
| 107 <metric name="MillisecondsSinceFormParsed"> |
| 108 <summary> |
| 109 Time since form parse. |
| 110 </summary> |
| 111 </metric> |
| 112 <metric name="PredictedType"> |
| 113 <summary> |
| 114 The predicted type of the field. See: autofill::ServerFieldType |
| 115 </summary> |
| 116 </metric> |
| 117 <metric name="PredictionSource"> |
| 118 <summary> |
| 119 The system which generated the prediction: heuristics, server, overall. |
| 120 </summary> |
| 121 </metric> |
| 122 <metric name="ValidationEvent"> |
| 123 <summary> |
| 124 The event which triggered the validation: Submission, Left Form, Form has |
| 125 Autocomplete attributes. |
| 126 </summary> |
| 127 </metric> |
| 128 </event> |
| 129 |
| 38 <event name="Autofill.FormSubmitted"> | 130 <event name="Autofill.FormSubmitted"> |
| 39 <owner>jiahuiguo@google.com</owner> | 131 <owner>jiahuiguo@google.com</owner> |
| 40 <summary> | 132 <summary> |
| 41 Recorded when user submits a form. | 133 Recorded when user submits a form. |
| 42 </summary> | 134 </summary> |
| 43 <metric name="AutofillFormSubmittedState"> | 135 <metric name="AutofillFormSubmittedState"> |
| 44 <summary> | 136 <summary> |
| 45 Whether form's fields were all autofilled, some fields were autofilled, or | 137 Whether form's fields were all autofilled, some fields were autofilled, or |
| 46 none of the field were autofilled. See |AutofillFormSubmittedState|. | 138 none of the field were autofilled. See |AutofillFormSubmittedState|. |
| 47 </summary> | 139 </summary> |
| (...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 <metric name="DeclineCount"/> | 601 <metric name="DeclineCount"/> |
| 510 <metric name="EventType"/> | 602 <metric name="EventType"/> |
| 511 <metric name="IgnoreCount"/> | 603 <metric name="IgnoreCount"/> |
| 512 <metric name="RankerResponse"/> | 604 <metric name="RankerResponse"/> |
| 513 <metric name="RankerVersion"/> | 605 <metric name="RankerVersion"/> |
| 514 <metric name="SourceLanguage"/> | 606 <metric name="SourceLanguage"/> |
| 515 <metric name="TargetLanguage"/> | 607 <metric name="TargetLanguage"/> |
| 516 </event> | 608 </event> |
| 517 | 609 |
| 518 </ukm-configuration> | 610 </ukm-configuration> |
| OLD | NEW |