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

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

Issue 2557513007: ntp_tiles::metrics: Add rappor metrics for impression URLs per icon type. (Closed)
Patch Set: Rebased. Created 4 years 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
« no previous file with comments | « components/ntp_tiles/metrics_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 6675cedd9522d83bb61b6fc4f2b0891a60688f9c..6f0adcf945a0e0b77f3a827ae2ed32904e282eb0 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -1229,6 +1229,36 @@ now we are only interested in H264, VP8 and VP9.
</summary>
</rappor-metric>
+<rappor-metric name="NTP.SuggestionsImpressions.IconsColor"
+ type="UMA_RAPPOR_TYPE">
+ <owner>mastiz@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a most visited tile displayed in the NTP, for cases where the
+ fallback color was used (as opposed to having an icon, or simply being
+ gray).
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="NTP.SuggestionsImpressions.IconsGray"
+ type="UMA_RAPPOR_TYPE">
+ <owner>mastiz@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a most visited tile displayed in the NTP, for cases where the
+ gray fallback icon was used (as opposed to having an icon, or a fallback
+ color).
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="NTP.SuggestionsImpressions.IconsReal"
+ type="UMA_RAPPOR_TYPE">
+ <owner>mastiz@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a most visited tile displayed in the NTP, for cases where the
+ real icon was used (as opposed to having a fallback color or simply being
+ gray).
+ </summary>
+</rappor-metric>
+
<rappor-metric name="Navigation.Scheme.Data" type="ETLD_PLUS_ONE">
<owner>meacer@chromium.org</owner>
<summary>
« no previous file with comments | « components/ntp_tiles/metrics_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698