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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 211663004: Cards Clicked Metrics (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use the new sparse histogram support. Created 6 years, 8 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 | « chrome/browser/resources/google_now/cards.js ('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 10a96c31b84d08faa34debc3aa4eb37356488350..2b2700a8193fb6eca639c2617e3e744dcc88efc3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -7046,6 +7046,24 @@ other types of suffix sets.
<summary>Http response codes in NetworkLocationRequest.</summary>
</histogram>
+<histogram name="GoogleNow.Card.Button.Clicked0" enum="GoogleNowCardTypeId">
+ <owner>robliao@chromium.org</owner>
+ <owner>skare@chromium.org</owner>
+ <summary>Types of cards which received an index 0 button click.</summary>
+</histogram>
+
+<histogram name="GoogleNow.Card.Button.Clicked1" enum="GoogleNowCardTypeId">
+ <owner>robliao@chromium.org</owner>
+ <owner>skare@chromium.org</owner>
+ <summary>Types of cards which received an index 1 button click.</summary>
+</histogram>
+
+<histogram name="GoogleNow.Card.Clicked" enum="GoogleNowCardTypeId">
+ <owner>robliao@chromium.org</owner>
+ <owner>skare@chromium.org</owner>
+ <summary>Types of cards which received a notification click.</summary>
+</histogram>
+
<histogram name="GoogleNow.Event" enum="GoogleNowEvent">
<owner>robliao@chromium.org</owner>
<owner>skare@chromium.org</owner>
@@ -33496,6 +33514,13 @@ other types of suffix sets.
<int value="6" label="UNSET"/>
</enum>
+<enum name="GoogleNowCardTypeId" type="int">
+ <summary>
+ Represents a card type ID. See cardTypeId in
+ chrome/browser/resources/google_now/background.js.
+ </summary>
+</enum>
+
<enum name="GoogleNowEvent" type="int">
<summary>
Events in Google Now component extension. See GoogleNowEvent in
« no previous file with comments | « chrome/browser/resources/google_now/cards.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698