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

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

Issue 2898823002: Add metrics for search engine promo and search widget (Closed)
Patch Set: removed assert for test (expectations changed) Created 3 years, 7 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/search_engines/search_engine_type.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index bd2d78f7d107f917bf250d6a50499e977f4e4121..3885e9b8f0823dbcf6fcb3a909bf13226cfffc34 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -14454,6 +14454,15 @@ should be able to be added at any place in this file.
<description>User interacts with an answer card.</description>
</action>
+<action name="SearchEnginePromo.ExistingDevice.PromoSelected">
+ <owner>yusufo@chromium.org</owner>
+ <description>
+ The user has made a selection in the search engine promo in an existing
+ device that is setup before the promo was first introduced. This is a dialog
+ prompting the user to pick a default search engine. Android only.
+ </description>
+</action>
+
<action name="SearchEnginePromo.ExistingDevice.Shown.Dialog">
<owner>dfalcantara@chromium.org</owner>
<owner>tedchoc@chromium.org</owner>
@@ -14473,6 +14482,15 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="SearchEnginePromo.NewDevice.PromoSelected">
+ <owner>yusufo@chromium.org</owner>
+ <description>
+ The user has made a selection in the search engine promo in a new device
+ that is setup after the promo was introduced. This is a dialog prompting the
+ user to pick a default search engine. Android only.
+ </description>
+</action>
+
<action name="SearchEnginePromo.NewDevice.Shown.Dialog">
<owner>dfalcantara@chromium.org</owner>
<owner>tedchoc@chromium.org</owner>
@@ -14502,6 +14520,20 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="SearchWidget.SearchMade">
+ <owner>yusufo@chromium.org</owner>
+ <description>
+ The user made a search from the Android search widget.
+ </description>
+</action>
+
+<action name="SearchWidget.WidgetSelected">
+ <owner>yusufo@chromium.org</owner>
+ <description>
+ The user launched the Android search widget from home screen.
+ </description>
+</action>
+
<action name="SearchWithRLZ">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
« no previous file with comments | « components/search_engines/search_engine_type.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698