Chromium Code Reviews| 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"/> |