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

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: Changed histogram logging to the percent-specific call. Created 4 years, 4 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
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser.gypi ('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 48e53f0b242d9ad8d9fa3e18d69c87245d86340c..e66ae8fe3332d961d24bdebe01b1c058b71e5a1b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -52534,6 +52534,25 @@ 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.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.ContextualSearchPromoOpenCount" units="opens">
<owner>donnd@chromium.org</owner>
<owner>twellington@chromium.org</owner>
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698