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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2692853005: [Merge-57] Only record abort metrics if the Payment Request was shown. (Closed)
Patch Set: Created 3 years, 10 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/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestMetricsTest.java ('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 1c04f7d9ae1dd577023c0064da81acbe5665f0e9..fbef2aebc68bee6c9acfa2d21f86cbdc7fa4df6b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -45556,6 +45556,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>When a Payment Request gets initiated by the user.</summary>
</histogram>
+<histogram name="PaymentRequest.CheckoutFunnel.NoShow"
+ enum="PaymentRequestNoShowReason">
+ <owner>sebsg@chromium.org</owner>
+ <summary>
+ The reason that leads to the Payment Request not being shown to the user.
+ </summary>
+</histogram>
+
<histogram name="PaymentRequest.CheckoutFunnel.PayClicked" enum="BooleanHit">
<owner>sebsg@chromium.org</owner>
<summary>
@@ -100808,8 +100816,8 @@ value.
<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="6" label="NoMatchingPaymentMethod - Deprecated"/>
+ <int value="7" label="NoSupportedPaymentMethod - Deprecated"/>
<int value="8" label="Other"/>
</enum>
@@ -100827,6 +100835,11 @@ value.
<int value="1" label="Aborted"/>
</enum>
+<enum name="PaymentRequestNoShowReason" type="int">
+ <int value="0" label="NoMatchingPaymentMethod"/>
+ <int value="1" label="NoSupportedPaymentMethod"/>
+</enum>
+
<enum name="PaymentRequestPaymentMethods" type="int">
<int value="0" label="Autofill credit cards"/>
<int value="1" label="Android Pay"/>
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestMetricsTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698