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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2198433002: [Merge M-53] Implemented metrics to log the normal successful checkout flow in Payment Request: (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/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 09c6c6fb812ce132149491c2cce89b185d1c1422..aa2b2f704cbf5671b8c54b4780e45ef2e388e129 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38593,6 +38593,39 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</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>
+</histogram>
+
+<histogram name="PaymentRequest.CheckoutFunnel.Initiated" enum="BooleanHit">
+ <owner>sebsg@chromium.org</owner>
+ <summary>When a Payment Request gets initiated by the user.</summary>
+</histogram>
+
+<histogram name="PaymentRequest.CheckoutFunnel.PayClicked" enum="BooleanHit">
+ <owner>sebsg@chromium.org</owner>
+ <summary>
+ When the user clicks the &quot;pay&quot; button in the Payment Request UI.
+ </summary>
+</histogram>
+
+<histogram name="PaymentRequest.CheckoutFunnel.ReceivedInstrumentDetails"
+ enum="BooleanHit">
+ <owner>sebsg@chromium.org</owner>
+ <summary>
+ When the browser retrieves the instrument details from the payment app to
+ complete a purchase.
+ </summary>
+</histogram>
+
+<histogram name="PaymentRequest.CheckoutFunnel.Shown" enum="BooleanHit">
+ <owner>sebsg@chromium.org</owner>
+ <summary>
+ When the Payment Request UI gets shown after initialization.
+ </summary>
+</histogram>
+
<histogram name="PDF.DocumentFeature" enum="PDFFeatures">
<owner>tsergeant@chromium.org</owner>
<summary>
« 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