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

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

Issue 2782393003: Omnibox Metrics - Record Clipboard URL Impressions (Closed)
Patch Set: expand histogram description Created 3 years, 9 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/omnibox/browser/clipboard_url_provider.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 f43eb981874b423d8dea38d9955659475e0b5aec..3d5c9f204017d74a51d3c66278606a9dd9526860 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44223,6 +44223,30 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Omnibox.ClipboardSuggestionShownWithCurrentURL"
+ enum="BooleanPresent">
+ <owner>mpearson@chromium.org</owner>
+ <summary>
+ Recorded every time the omnibox is focussed and a recent URL from the user's
+ clipboard is suggested. The value indicates whether the current URL was
+ shown (which would appear above the clipboard URL suggestion) or was absent
+ (which ought to only happen when the omnibox is empty / the user is on the
+ NTP).
+
+ On Android, the total count for this histogram can be usefully compared with
+ the count of the user action FocusLocation in order to determine the rate at
+ which a clipboard URL suggestion is shown in the omnibox. To determine the
+ same rate on iOS, one needs to compare this histogram's count with the sum
+ of the user actions MobileFocusedOmniboxOnNtp, MobileFocusedFakeboxOnNtp,
+ and MobileFocusedOmniboxNotOnNtp.
Ilya Sherman 2017/03/31 16:52:43 I wouldn't normally recommend comparing histograms
Mark P 2017/03/31 16:54:42 Good point. That said, I sanity-checked using the
Ilya Sherman 2017/03/31 16:56:05 Okay. As long as you're comfortable with that pot
+
+ Furthermore, on either platform, this histogram's count can be usefully
+ compared with the count in the clipboard bucket of the
+ Omnibox.SuggestionUsed.Provider histogram to determine the clickthrough rate
+ on these suggestions.
+ </summary>
+</histogram>
+
<histogram name="Omnibox.CutOrCopyAllText" units="count">
<owner>mpearson@chromium.org</owner>
<summary>
« no previous file with comments | « components/omnibox/browser/clipboard_url_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698