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

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

Issue 2285633004: [TTS] Record CTR by week and 28-day intervals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ctr
Patch Set: Reworked the cache to use a stored preference instead of session static data. Created 4 years, 3 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/contextual_search/browser/ctr_aggregator_unittest.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 223ce11ed8c31e42170660972de4521a21075c06..828b2a327693198a7d9725583cdac8c0cac28e3e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -53805,6 +53805,45 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Search.ContextualSearchPrevious28DayCtr" units="%">
+ <owner>donnd@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <summary>
+ The CTR from the previous 28 day period for each user, expressed as a
+ percentage. Logged the first time the panel is closed in each new week.
+ Implemented for Android.
+ </summary>
+</histogram>
+
+<histogram name="Search.ContextualSearchPrevious28DayImpressions" units="views">
+ <owner>donnd@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <summary>
+ The number of user impressions of the Bar from the previous 28 day period.
+ Logged the first time the panel is closed in each new week. Implemented for
+ Android.
+ </summary>
+</histogram>
+
+<histogram name="Search.ContextualSearchPreviousWeekCtr" units="%">
+ <owner>donnd@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <summary>
+ The CTR from the previous week for each user, expressed as a percentage.
+ Logged the first time the panel is closed in each new week. Implemented for
+ Android.
+ </summary>
+</histogram>
+
+<histogram name="Search.ContextualSearchPreviousWeekImpressions" units="views">
+ <owner>donnd@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <summary>
+ The number of user impressions of the Bar from the previous week. Logged the
+ first time the panel is closed in each new week. Implemented for Android.
+ </summary>
+</histogram>
+
<histogram name="Search.ContextualSearchPromoOpenCount" units="opens">
<owner>donnd@chromium.org</owner>
<owner>twellington@chromium.org</owner>
« no previous file with comments | « components/contextual_search/browser/ctr_aggregator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698