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

Unified Diff: tools/metrics/ukm/ukm.xml

Issue 2839063004: [Autofill] UKM for suggestions polled field. (Closed)
Patch Set: Address comments Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/autofill/core/browser/autofill_metrics_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/ukm/ukm.xml
diff --git a/tools/metrics/ukm/ukm.xml b/tools/metrics/ukm/ukm.xml
index ab75b3a1ed0b53dd279b96f8a32f41e1e48e44a4..c3640cba97a745453df65dc6f7af10d48bc8112d 100644
--- a/tools/metrics/ukm/ukm.xml
+++ b/tools/metrics/ukm/ukm.xml
@@ -76,7 +76,7 @@ be describing additional metrics about the same event.
</metric>
</event>
-<event name="Autofill.SuggestionsShown">
+<event name="Autofill.SelectedMaskedServerCard">
<owner>csashi@google.com</owner>
<metric name="MillisecondsSinceFormParsed">
<summary>
@@ -85,30 +85,50 @@ be describing additional metrics about the same event.
</metric>
</event>
-<event name="Autofill.SelectedMaskedServerCard">
+<event name="Autofill.SuggestionFilled">
<owner>csashi@google.com</owner>
+ <summary>
+ Recorded when user selects a suggestion and we fill the form with that
+ suggestion.
+ </summary>
<metric name="MillisecondsSinceFormParsed">
<summary>
Time since form parse.
</summary>
</metric>
+ <metric name="RecordType">
+ <summary>
+ Whether the suggestion was from a local card/autofill profile or from a
+ server card/autofill profile.
+ </summary>
+ </metric>
</event>
-<event name="Autofill.SuggestionFilled">
+<event name="Autofill.SuggestionsShown">
<owner>csashi@google.com</owner>
<summary>
- Recorded when user selects a suggestion and we fill the form with that
- suggestion.
+ Recorded when a suggestion is shown to user.
</summary>
+ <metric name="HeuristicType">
+ <summary>
+ Field's |ServerFieldType| based on heuristics. See
+ |AutofillField.heuristic_type()|.
+ </summary>
+ </metric>
+ <metric name="HtmlFieldType">
+ <summary>
+ Field's autocomplete field type hint. See |AutofillField.html_type()|.
+ </summary>
+ </metric>
<metric name="MillisecondsSinceFormParsed">
<summary>
Time since form parse.
</summary>
</metric>
- <metric name="RecordType">
+ <metric name="ServerType">
<summary>
- Whether the suggestion was from a local card/autofill profile or from a
- server card/autofill profile.
+ Field's |ServerFieldType| returned by server. See
+ |AutofillField.server_type()|.
</summary>
</metric>
</event>
« no previous file with comments | « components/autofill/core/browser/autofill_metrics_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698