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

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

Issue 2679133002: Merge "[NTP::SectionOrder] Track category index after it has been ..." (Closed)
Patch Set: 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 5f2b3a9279b9aae56af3e0a33e05f486959ff873..387a6cfc60b363ce7b16dfe6d089a5df9aecd1d7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39215,6 +39215,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