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

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: Added recording of impressions and getCurrentWeekNumber to invalidate the caching. 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..b6b62e4597f73f4ed0135a0887f1a08b6f6d5776 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
+ 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