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

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

Issue 2557513007: ntp_tiles::metrics: Add rappor metrics for impression URLs per icon type. (Closed)
Patch Set: Fix build. 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
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index f8a23ed82c173273afc1d6f11801a835b471e513..7099bea6e519bf761d0bb761ea8b4853f4c9d464 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -1160,6 +1160,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>
« components/ntp_tiles/metrics_unittest.cc ('K') | « components/ntp_tiles/metrics_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698