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

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: Updated the histogram names from CTR to Ctr. 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 223ce11ed8c31e42170660972de4521a21075c06..36d5e276104b07c9fac82de7706278344c31ecfd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -53805,6 +53805,43 @@ 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. May be logged multiple times for each user. Implemented for
rkaplow 2016/09/28 21:16:03 can you mention how often is it recorded? SImilar
Donn Denman 2016/09/30 16:23:19 Done.
+ 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.
+ May be logged multiple times for each user. 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. May
+ be logged multiple times for each user. 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. May be
+ logged multiple times for each user. Implemented for Android.
+ </summary>
+</histogram>
+
<histogram name="Search.ContextualSearchPromoOpenCount" units="opens">
<owner>donnd@chromium.org</owner>
<owner>twellington@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698