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

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

Issue 2886723002: [Zine] Add a metric to record number of visible sections on NTP. (Closed)
Patch Set: clean rebase. Created 3 years, 7 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:
Download patch
« no previous file with comments | « components/ntp_snippets/content_suggestions_metrics.cc ('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 c668405c3b86d707211f65d34a9a24095de7601d..3fad08e93fb0af434f6aa9cc4f62c7e3d0e43775 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42926,6 +42926,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.ContentSuggestions.SectionCountOnNtpOpened">
Ilya Sherman 2017/05/22 20:40:08 nit: Please add an attribute units="sections"
+ <owner>vitaliii@chromium.org</owner>
+ <summary>
+ Android: The number of suggestion sections that were shown at the time an
+ NTP was opened. All shown sections (including empty ones) are counted.
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.ContentSuggestions.Shown" units="index">
<owner>treib@chromium.org</owner>
<summary>
« no previous file with comments | « components/ntp_snippets/content_suggestions_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698