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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2609413005: [NTP::SectionOrder] Add category position metric for opened suggestions. (Closed)
Patch Set: rebase. Created 3 years, 11 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 744dac8ff16f3bbbbc44c76d82ef91885c11f113..23be22510f5dee337e0b94e6446f21d5f9d3afe7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39181,6 +39181,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.ContentSuggestions.OpenedCategoryIndex"
+ units="index">
+ <owner>vitaliii@chromium.org</owner>
+ <summary>
+ Android: The index of a category on the NTP, whose suggestion card is
+ clicked through to the host website of the content. This tracked index can
+ be different from the position observed by the user, e.g. for the user a
+ category may be at the top of the NTP, but with index 1, because there is an
+ empty category above (with index 0).
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.ContentSuggestions.OpenedScore" units="score">
<obsolete>
Replaced by NewTabPage.ContentSuggestions.OpenedScoreNormalized.
@@ -110569,6 +110581,7 @@ value.
<affected-histogram name="NewTabPage.ContentSuggestions.OpenDisposition"/>
<affected-histogram name="NewTabPage.ContentSuggestions.Opened"/>
<affected-histogram name="NewTabPage.ContentSuggestions.OpenedAge"/>
+ <affected-histogram name="NewTabPage.ContentSuggestions.OpenedCategoryIndex"/>
<affected-histogram name="NewTabPage.ContentSuggestions.OpenedScore"/>
<affected-histogram
name="NewTabPage.ContentSuggestions.OpenedScoreNormalized"/>
« 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