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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2178463003: [Payments] Success Checkout Flow Funnel Metrics for Payment Request. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 0cd4d2223e5aeffca412ec429ba14ad2a5749595..179472ecdda88ba5f712ca46633fb03a28b651b8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38988,6 +38988,39 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PaymentRequest.CheckoutFunnel.Completed" enum="Boolean">
+ <owner>sebsg@chromium.org</owner>
+ <summary>When the merchant has processed the user's Payment Request.</summary>
+</histogram>
+
+<histogram name="PaymentRequest.CheckoutFunnel.Initiated" enum="Boolean">
+ <owner>sebsg@chromium.org</owner>
+ <summary>When a Payment Request gets initiated by the user.</summary>
+</histogram>
+
+<histogram name="PaymentRequest.CheckoutFunnel.PayClicked" enum="Boolean">
+ <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="Boolean">
+ <owner>sebsg@chromium.org</owner>
+ <summary>
+ When the browser retreives the instrument details of the users to complete a
please use gerrit instead 2016/07/25 17:44:00 When the browser retrieves the instrument details
sebsg 2016/07/25 20:18:37 Done.
+ purchase.
+ </summary>
+</histogram>
+
+<histogram name="PaymentRequest.CheckoutFunnel.Shown" enum="Boolean">
+ <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>

Powered by Google App Engine
This is Rietveld 408576698