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

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

Issue 83943002: Adding UMA metric to record the type of suggestion displayed on the NTP's Most Visited section. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
« chrome/common/ntp_logging_events.h ('K') | « chrome/common/ntp_logging_events.h ('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 86e8ac6af44cb73277423eccdf6d74c0f536678f..b48b2a8bb2d3dab878141dfef4e2b926ecff21c7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11339,6 +11339,13 @@ other types of suffix sets.
<summary>Time spent on the Suggested Sites NTP pane, in seconds.</summary>
</histogram>
+<histogram name="NewTabPage.SuggestionsType" enum="NtpSuggestionsType">
+ <summary>
+ Indicate, for each impression of the New Tab Page, whether the suggestions
+ were obtained from the client or server.
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.ThumbnailErrorRate">
<summary>
The percentage of errors per attempts to load image thumbnails on the New
@@ -26788,6 +26795,11 @@ other types of suffix sets.
<int value="2" label="NTP Promo link clicked"/>
</enum>
+<enum name="NtpSuggestionsType" type="int">
+ <int value="0" label="Client suggestion"/>
+ <int value="1" label="Server suggestion"/>
+</enum>
+
<enum name="NtpTileExperimentActions" type="int">
<summary>
The types of actions performed by the Most Visited Tile Placement
« chrome/common/ntp_logging_events.h ('K') | « chrome/common/ntp_logging_events.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698