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

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

Issue 2808513002: [Payments] Add PaymentRequest checkout funnel UKMs. (Closed)
Patch Set: Rebase 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
« no previous file with comments | « components/ukm/ukm_service.h ('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 d85419eaeeba44a8fe246c4eeb8ca5eb50af2b47..e83eafe975b032bcdbfc7e19f024ab2cdf793db6 100644
--- a/tools/metrics/ukm/ukm.xml
+++ b/tools/metrics/ukm/ukm.xml
@@ -11,6 +11,15 @@ along with a detailed description for each metric.
<ukm-configuration>
+<event name="Autofill.CardUploadDecision">
+ <owner>sebsg@chromium.org</owner>
+ <metric name="UploadDecision">
+ <summary>
+ Whether the upload was proposed to the user or the reason why it was not.
+ </summary>
+ </metric>
+</event>
+
<event name="PageLoad">
<owner>bmcquade@chromium.org</owner>
<summary>
@@ -36,9 +45,21 @@ along with a detailed description for each metric.
</metric>
</event>
-<event name="Autofill.CardUploadDecision">
+<event name="PaymentRequest.CheckoutEvents">
<owner>sebsg@chromium.org</owner>
- <metric name="UploadDecision"/>
+ <metric name="CompletionsStatus">
+ <summary>
+ How the Payment Request ended. Values defined in the CompletionStatus enum
+ of components/payments/core/journey_logger.h.
+ </summary>
+ </metric>
+ <metric name="Events">
+ <summary>
+ Bitfield representing the events that occurred during the Payment Request.
+ Values defined in the Event enum of
+ components/payments/core/journey_logger.h.
+ </summary>
+ </metric>
</event>
<event name="Translate">
« no previous file with comments | « components/ukm/ukm_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698