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

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

Issue 2800853004: UKM that threads together multiple form interaction events. (Closed)
Patch Set: Logs each form interaction event in a separate UkmEntry, includes time_delta as a metric. 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 side-by-side diff with in-line comments
Download patch
Index: tools/metrics/ukm/ukm.xml
diff --git a/tools/metrics/ukm/ukm.xml b/tools/metrics/ukm/ukm.xml
index 75d8a1a22b2c52a6c3f111ac4eae536133bddb2c..09aec7366b9bc843f315c036142a52bf0cb34e16 100644
--- a/tools/metrics/ukm/ukm.xml
+++ b/tools/metrics/ukm/ukm.xml
@@ -38,7 +38,53 @@ along with a detailed description for each metric.
<event name="Autofill.CardUploadDecision">
<owner>sebsg@chromium.org</owner>
+ <summary>
+ Recorded when we decide whether to offer Card Upload to Payments.
+ </summary>
<metric name="UploadDecision"/>
</event>
+<event name="Autofill.DeveloperEngagement">
+ <owner>csashi@google.com</owner>
+ <summary>
+ Recorded when we parse a form.
+ </summary>
+ <metric name="DeveloperEngagement"/>
+</event>
+
+<event name="AutofillFormSubmittedState">
+ <owner>csashi@google.com</owner>
+ <metric name="AutofillFormSubmittedState"/>
+ <metric name="MillisecondsSinceFormLoaded"/>
+</event>
+
+<event name="FormEvent.Address">
+ <owner>csashi@google.com</owner>
+ <summary>
+ FormEvent for address/profile forms.
+ </summary>
+ <metric name="FormEvent.Address"/>
+ <metric name="MillisecondsSinceFormLoaded"/>
+</event>
+
+<event name="FormEvent.CreditCard">
+ <owner>csashi@google.com</owner>
+ <summary>
+ FormEvent for credit card forms.
+ </summary>
+ <metric name="FormEvent.CreditCard"/>
+ <metric name="MillisecondsSinceFormLoaded"/>
+</event>
+
+<event name="UnmaskPromptEvent">
+ <owner>csashi@google.com</owner>
+ <metric name="MillisecondsSinceFormLoaded"/>
+ <metric name="UnmaskPromptEvent"/>
Steven Holte 2017/04/12 02:26:31 It seems like this is always AutoFill::UNMASK_PROM
csashi 2017/04/12 05:53:58 Acknowledged. I was planning on adding other Unmas
+</event>
+
+<event name="UserHappinessMetric">
Steven Holte 2017/04/12 02:26:31 A lot of these metric/events names seem pretty amb
csashi 2017/04/12 05:53:59 Acknowledged. I will update up this after you revi
csashi 2017/04/12 18:54:17 Done.
+ <metric name="MillisecondsSinceFormLoaded"/>
+ <metric name="UserHappinessMetric"/>
+</event>
+
</ukm-configuration>
« components/autofill/core/browser/autofill_metrics.cc ('K') | « components/ukm/test_ukm_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698