Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: tools/metrics/ukm/ukm.xml

Issue 2839063004: [Autofill] UKM for suggestions polled field. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 Number of local credit cards or local autofill profiles. 63 Number of local credit cards or local autofill profiles.
64 </summary> 64 </summary>
65 </metric> 65 </metric>
66 <metric name="ServerRecordTypeCount"> 66 <metric name="ServerRecordTypeCount">
67 <summary> 67 <summary>
68 Number of masked and full server credit cards or server autofill profiles. 68 Number of masked and full server credit cards or server autofill profiles.
69 </summary> 69 </summary>
70 </metric> 70 </metric>
71 </event> 71 </event>
72 72
73 <event name="Autofill.PollSuggestions">
74 <owner>jiahuiguo@google.com</owner>
75 <summary>
76 Recorded with field type the suggestions are polled from.
Jared Saul 2017/04/26 22:50:08 s/Recorded/Records
Jared Saul 2017/04/26 22:50:08 s/with/which ?
jiahuiguo 2017/05/24 18:00:00 Done.
jiahuiguo 2017/05/24 18:00:00 Done.
77 </summary>
78 <metric name="HeuristicType">
79 <summary>
80 Field's |ServerFieldType| based on heuristics. See
81 |AutofillField.heuristic_type()|.
82 </summary>
83 </metric>
84 <metric name="HtmlFieldType">
85 <summary>
86 Field's autocomplete field type hint. See |AutofillField.html_type()|.
87 </summary>
88 </metric>
89 <metric name="MillisecondsSinceFormLoaded">
90 <summary>
91 Time since form parse.
92 </summary>
93 </metric>
94 <metric name="ServerType">
95 <summary>
96 Field's |ServerFieldType| returned by server. See
97 |AutofillField.server_type()|.
98 </summary>
99 </metric>
100 </event>
101
73 <event name="Autofill.SuggestionsShown"> 102 <event name="Autofill.SuggestionsShown">
74 <owner>csashi@google.com</owner> 103 <owner>csashi@google.com</owner>
75 <metric name="MillisecondsSinceFormLoaded"> 104 <metric name="MillisecondsSinceFormLoaded">
76 <summary> 105 <summary>
77 Time since form parse. 106 Time since form parse.
78 </summary> 107 </summary>
79 </metric> 108 </metric>
80 </event> 109 </event>
81 110
82 <event name="Autofill.SelectedMaskedServerCard"> 111 <event name="Autofill.SelectedMaskedServerCard">
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 <metric name="DeclineCount"/> 235 <metric name="DeclineCount"/>
207 <metric name="EventType"/> 236 <metric name="EventType"/>
208 <metric name="IgnoreCount"/> 237 <metric name="IgnoreCount"/>
209 <metric name="RankerResponse"/> 238 <metric name="RankerResponse"/>
210 <metric name="RankerVersion"/> 239 <metric name="RankerVersion"/>
211 <metric name="SourceLanguage"/> 240 <metric name="SourceLanguage"/>
212 <metric name="TargetLanguage"/> 241 <metric name="TargetLanguage"/>
213 </event> 242 </event>
214 243
215 </ukm-configuration> 244 </ukm-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698