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

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

Issue 2668063004: [NTP::SectionOrder] Track category index after it has been moved up. (Closed)
Patch Set: tschumann@ comment. Created 3 years, 10 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 6fee5484e9e48b39f7e0dd15147ad6d43be87083..eaa1e373d572cab4b05a6f377d0947bd46a84ff4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39323,6 +39323,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.ContentSuggestions.MovedUpCategoryNewIndex"
+ units="index">
+ <owner>vitaliii@chromium.org</owner>
+ <summary>
+ Android: The new index of a category on the NTP after it has been moved up
+ due to a click. The index of a category, which has been overtaken, is not
+ recorded here. This tracked index can be different from the position
+ observed by the user, e.g. empty categories are not shown. This metric
+ ignores all other order changes (e.g. dismissing a category or clearing
+ history).
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.ContentSuggestions.Notifications.Actions"
enum="ContentSuggestionsNotificationsAction">
<owner>sfiera@chromium.org</owner>
« 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