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

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

Issue 2228493003: [Merge M-53] [Payments] Add metrics for Payment Request aborts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 4 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:
Download patch
« no previous file with comments | « chrome/test/data/android/payments/payment_request_metrics_test.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4ad7da475be7d8a0b488be0a32fef9d2e3053650..2a6681cd6a3e51b9214f25177a9ba4387721f203 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38621,6 +38621,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PaymentRequest.CheckoutFunnel.Aborted"
+ enum="PaymentRequestAbortReason">
+ <owner>sebsg@chromium.org</owner>
+ <summary>The reason that lead to an abort of the Payment Request.</summary>
+</histogram>
+
<histogram name="PaymentRequest.CheckoutFunnel.Completed" enum="BooleanHit">
<owner>sebsg@chromium.org</owner>
<summary>When the merchant has processed the user's Payment Request.</summary>
@@ -85863,6 +85869,18 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="3" label="Server failed"/>
</enum>
+<enum name="PaymentRequestAbortReason" type="int">
+ <int value="0" label="DismissedByUser"/>
+ <int value="1" label="AbortedByMerchant"/>
+ <int value="2" label="InvalidDataFromRenderer"/>
+ <int value="3" label="MojoConnectionError"/>
+ <int value="4" label="MojoRendererClosing"/>
+ <int value="5" label="InstrumentDetailsError"/>
+ <int value="6" label="NoMatchingPaymentMethod"/>
+ <int value="7" label="NoSupportedPaymentMethod"/>
+ <int value="8" label="Other"/>
+</enum>
+
<enum name="PaymentRequestRequestedInformation" type="int">
<int value="0" label="None"/>
<int value="1" label="Email"/>
« no previous file with comments | « chrome/test/data/android/payments/payment_request_metrics_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698