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

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

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
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5409e9a88ad5949330517480689c5db7991fad56..04570151a5b59844b963902a5701de23f16a908f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29694,6 +29694,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" units="interests">
+ <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>
@@ -30000,7 +30025,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="NewTabPage.Snippets.NumArticles">
+<histogram name="NewTabPage.Snippets.NumArticles" units="articles">
<owner>knn@chromium.org</owner>
<summary>
Android: The number of snippet articles available to show on the NTP logged
@@ -70884,6 +70909,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">
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698