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

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: propagate category rank from ui. 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5ff826f91882fdafd855d07aba96a376fed17b42..3afdc9ae08bc52198b1c7f323696fc25c534e09b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39001,6 +39001,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.ContentSuggestions.OpenedCategoryRank"
+ units="index">
+ <owner>vitaliii@chromium.org</owner>
+ <summary>
+ Android: The rank of a category on the NTP, whose suggestion card is clicked
+ through to the host website of the content. This tracked rank can be
+ different from the position observed by the user, e.g. when some categories
+ are not shown (they are empty or dismissed by the user).
Marc Treib 2017/01/16 10:45:42 I don't understand the part about empty categories
vitaliii 2017/01/18 09:19:20 Done. However, they won't be counted after https:
Marc Treib 2017/01/18 09:30:04 ...so right now, we'll count empty categories, eve
vitaliii 2017/01/18 09:36:30 Yes. The idea was to evaluate how ranker performs
Marc Treib 2017/01/18 09:39:13 Okay, fair enough I guess. Thanks for the explanat
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.ContentSuggestions.OpenedScore" units="score">
<owner>treib@chromium.org</owner>
<summary>
@@ -110175,6 +110186,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.OpenedCategoryRank"/>
<affected-histogram name="NewTabPage.ContentSuggestions.OpenedScore"/>
<affected-histogram name="NewTabPage.ContentSuggestions.Shown"/>
<affected-histogram name="NewTabPage.ContentSuggestions.ShownAge"/>

Powered by Google App Engine
This is Rietveld 408576698