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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2886723002: [Zine] Add a metric to record number of visible sections on NTP. (Closed)
Patch Set: isherman@ nit. 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 c9ff8801f5d904a9953c0192f36f97000e90d549..4f4cffc4af96538178acf3a266b68b549ab7c82b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42935,6 +42935,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.ContentSuggestions.SectionCountOnNtpOpened"
+ 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