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

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

Issue 2082483005: [Autofill] Log RAPPOR metrics around credit card upload failures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: null check Created 4 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:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 32cdf0110628a14a6bd2d9b3882ea2c97907177e..e0f7f0de1f8d6632b0cef2ce171f8463fc7c618a 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -183,6 +183,40 @@ components/rappor/rappor_parameters.h.
</summary>
</rappor-metric>
+<rappor-metric name="Autofill.CardUploadNotOfferedConflictingNames"
+ type="ETLD_PLUS_ONE">
+ <owner>mathp@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL for which there was an attempted upload of a credit card
+ but for which we found conflicting names between the address and the card.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="Autofill.CardUploadNotOfferedNoAddress"
+ type="ETLD_PLUS_ONE">
+ <owner>mathp@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL for which there was an attempted upload of a credit card
+ but for which we couldn't find a recently used address to associate with it.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="Autofill.CardUploadNotOfferedNoCvc" type="ETLD_PLUS_ONE">
+ <owner>mathp@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL for which there was an attempted upload of a credit card
+ but the form data didn't contain the card CVC.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="Autofill.CardUploadNotOfferedNoName" type="ETLD_PLUS_ONE">
+ <owner>mathp@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL for which there was an attempted upload of a credit card
+ but for which we found no name associated with the address or the card.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="Autofill.HighNumberOfHeuristicMismatches"
type="ETLD_PLUS_ONE">
<owner>mathp@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698