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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1487373004: Metrics for user interests shown on the NTP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int
Patch Set: rebase Created 5 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index c64c1d168cbb6d54009b88f8495ee7bccee92733..c79dd575cb894718b7f3e47e378329b4dc0acd33 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29425,6 +29425,31 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.Interests.ImageDownloadSuccess"
+ enum="BooleanSuccess">
+ <owner>knn@chromium.org</owner>
+ <summary>
+ Android: Whether an attempt to download the image for an interest was
+ successful.
+ </summary>
+</histogram>
+
+<histogram name="NewTabPage.Interests.InterestsFetchSuccess"
+ enum="BooleanSuccess">
+ <owner>knn@chromium.org</owner>
+ <summary>
+ Android: Whether an attempt to fetch the interests for a user was
+ successful.
+ </summary>
+</histogram>
+
+<histogram name="NewTabPage.Interests.NumInterests">
Alexei Svitkine (slow) 2015/12/09 16:15:57 Add a units=
knn 2015/12/10 06:57:17 Done.
+ <owner>knn@chromium.org</owner>
+ <summary>
+ Android: The number of interests fetched for a user to display on the NTP.
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.LoadTime" units="milliseconds">
<owner>fserb@chromium.org</owner>
<summary>
@@ -70387,6 +70412,8 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="4" label="Opened a recently closed tab"/>
<int value="5" label="Opened a bookmark"/>
<int value="6" label="Opened a foreign session (from other devices section)"/>
+ <int value="7" label="Navigated to the webpage for a snippet"/>
+ <int value="8" label="Clicked on an interest item"/>
</enum>
<enum name="NewTabPageBookmarkActionAndroid" type="int">

Powered by Google App Engine
This is Rietveld 408576698