diff options
author | beaudoin@chromium.org <beaudoin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-14 00:27:13 +0000 |
---|---|---|
committer | beaudoin@chromium.org <beaudoin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-14 00:27:13 +0000 |
commit | c74876d2cc8be84a4b4c4acdf2497d17716e1d3a (patch) | |
tree | 466052018f7a82e158f1e86317e54b378f75285e /tools/metrics | |
parent | 94730a76ed35eeeddf23fcf4991e44b3dc0b684a (diff) | |
download | chromium_src-c74876d2cc8be84a4b4c4acdf2497d17716e1d3a.zip chromium_src-c74876d2cc8be84a4b4c4acdf2497d17716e1d3a.tar.gz chromium_src-c74876d2cc8be84a4b4c4acdf2497d17716e1d3a.tar.bz2 |
[Most Visited] Log per-provider impressions to UMA.
Ensures every thumbnail iframe logs in UMA its position in a histogram that matches the name of the suggestion provider.
BUG=None
TEST=None
Review URL: https://codereview.chromium.org/114413003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240818 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/metrics')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 30d7d18..b0cec02 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -11690,6 +11690,13 @@ other types of suffix sets. <summary>Time spent on the Suggested Sites NTP pane, in seconds.</summary> </histogram> +<histogram name="NewTabPage.SuggestionsImpression"> + <summary> + Histogram for impressions on the various most visited tiles. The value is + equal to the index of the thumbnail. + </summary> +</histogram> + <histogram name="NewTabPage.SuggestionsType" enum="NtpSuggestionsType"> <summary> Indicate, for each impression of the New Tab Page, whether the suggestions @@ -32843,6 +32850,16 @@ other types of suffix sets. <affected-histogram name="Net.ProxyResolver.ExecutionTime"/> </fieldtrial> +<fieldtrial name="NewTabPageProviders" separator="."> + <group name="client" label="Suggestions coming from the client."/> + <group name="server" label="Suggestions coming from the server."/> + <group name="server1" label="Suggestions coming from server source 1."/> + <group name="server2" label="Suggestions coming from server source 2."/> + <group name="server3" label="Suggestions coming from server source 3."/> + <group name="server4" label="Suggestions coming from server source 4."/> + <affected-histogram name="NewTabPage.SuggestionsImpression"/> +</fieldtrial> + <fieldtrial name="OmniboxProviderTime" separator="."> <group name="Bookmark"/> <group name="Builtin"/> |