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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2711543002: Experiment to add bank name in autofill ui. (Closed)
Patch Set: address comment Created 3 years, 6 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 3c693441c30915f49c2b6f9cfb23b51caa01d1ae..a98968d1c63059a79eec6113f655b70430b3d9b9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4002,6 +4002,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</details>
</histogram>
+<histogram name="Autofill.FormEvents.CreditCard.BankNameExperiment"
Mathieu 2017/06/16 18:27:05 I wouldn't put Experiment in the name of the histo
Shanfeng 2017/06/16 20:51:46 Done.
+ enum="BankNameExperimentFormEvent">
+ <owner>szhangcs@google.com</owner>
+ <summary>
+ Autofill form events for measuring the impact of the bank name experiment.
+ These are recorded when the user interacts with a form requesting a credit
+ card.
+ </summary>
+ <details>
+ These metrics are used to measure the CTR on autofill UI with bank names
+ available. Not all credit cards will have bank names even if we launch the
+ experiment. With these metrics we can run the experiment on 2 groups. For
+ one group, we will show bank names if available. For the other, we won't
+ shown.
+ </details>
+</histogram>
+
<histogram name="Autofill.FormEvents.CreditCard.OnNonsecurePage"
enum="AutofillFormEvent">
<owner>estark@chromium.org</owner>
« components/autofill/core/browser/credit_card.cc ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698