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

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

Issue 2898823002: Add metrics for search engine promo and search widget (Closed)
Patch Set: 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
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 41574dae639e92a873b21e7b8fea0663e999deba..6b4a09aa4ad4d030fd17191cc5e499a0678a7fb4 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -14454,6 +14454,24 @@ should be able to be added at any place in this file.
<description>User interacts with an answer card.</description>
</action>
+<action name="SearchEnginePromo.ExistingDevices.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.
+ </description>
+</action>
+
+<action name="SearchEnginePromo.NewDevices.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.
+ </description>
+</action>
+
<action name="SearchEngine_ManualChange">
<owner>ianwen@chromium.org</owner>
<description>
@@ -14464,6 +14482,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>

Powered by Google App Engine
This is Rietveld 408576698