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

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

Issue 2900913002: add UMA metrics for voice interaction entries. (Closed)
Patch Set: change to log user action instead. 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 bd2d78f7d107f917bf250d6a50499e977f4e4121..77529c2a803f3a090f213e2dde495db9610a78e8 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -16843,6 +16843,35 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="VoiceInteraction.Entry.AppListButtonLongPress">
Ilya Sherman 2017/05/24 05:47:59 Optional nit: I'd choose "Started" or "Launched" o
Daniel Erat 2017/05/24 13:07:55 agreed. "entry" is ambiguous about whether it refe
Muyuan 2017/05/24 17:48:57 Done.
Muyuan 2017/05/24 17:48:57 Done.
+ <owner>muyuanli@chromium.org</owner>
+ <description>
+ User launches voice interaction session through long pressing app list
Ilya Sherman 2017/05/24 05:47:59 nit: s/launches/launched (and ditto throughout)
Muyuan 2017/05/24 17:48:57 Done.
+ button.
+ </description>
+</action>
+
+<action name="VoiceInteraction.Entry.Search_A">
+ <owner>muyuanli@chromium.org</owner>
+ <description>
+ User launches voice interaction session through Search + A.
+ </description>
+</action>
+
+<action name="VoiceInteraction.Entry.Search_Space">
+ <owner>muyuanli@chromium.org</owner>
+ <description>
+ User launches voice interaction session through Search + Space.
+ </description>
+</action>
+
+<action name="VoiceInteraction.MetaLayerEntry.Search_Shift_A">
+ <owner>muyuanli@chromium.org</owner>
+ <description>
+ User launches meta layer through Search + Shift + A.
Daniel Erat 2017/05/24 13:07:55 "metalayer" here too if that's what's typically us
Muyuan 2017/05/24 17:48:57 Done.
+ </description>
+</action>
+
<action name="WP_EditImage">
<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