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

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 2831113002: [Suggestions] Add User action UMA for context menu actions (Closed)
Patch Set: Created 3 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:
View unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. 9 and description for each user action.
10 10
(...skipping 10958 matching lines...) Expand 10 before | Expand all | Expand 10 after
10969 10969
10970 <action name="NewTabPage_ContentSuggestions_ArticlesUsage"> 10970 <action name="NewTabPage_ContentSuggestions_ArticlesUsage">
10971 <owner>markusheintz@chromium.org</owner> 10971 <owner>markusheintz@chromium.org</owner>
10972 <description> 10972 <description>
10973 Counts the usage of the &quot;Articles for you&quot; section on the New Tab 10973 Counts the usage of the &quot;Articles for you&quot; section on the New Tab
10974 Page. Examples for &quot;Articles for You&quot; usage are: A user opening an 10974 Page. Examples for &quot;Articles for You&quot; usage are: A user opening an
10975 article suggestion or a user viewing the articles suggestions section. 10975 article suggestion or a user viewing the articles suggestions section.
10976 </description> 10976 </description>
10977 </action> 10977 </action>
10978 10978
10979 <action name="NewTabPage_ContextMenuShown">
10980 <owner>galinap@google.com</owner>
dgn 2017/04/20 18:10:24 mvanouwerkerk@: do you want to be owner for that?
Michael van Ouwerkerk 2017/04/24 13:13:21 Sure.
Galia 2017/04/24 15:13:49 Done.
10981 <description>
10982 Android: Context menu is shown after a long click on an item in the New Tab
dgn 2017/04/20 18:10:24 Don't make the description overly specific to the
Galia 2017/04/24 15:13:49 Done.
10983 Page.
10984 </description>
10985 </action>
10986
10987 <action name="NewTabPage_DownloadItem">
10988 <owner>galinap@google.com</owner>
10989 <description>
10990 Andorid: User clicked to download an item from the New Tab Page.
dgn 2017/04/20 18:10:24 typo on "Android"
Galia 2017/04/24 15:13:49 Done.
10991 </description>
10992 </action>
10993
10994 <action name="NewTabPage_ItemRemovalUndone">
10995 <owner>galinap@google.com</owner>
10996 <description>
10997 Andorid: User clicked undo in the snackbar after removing an item from the
10998 New Tab Page.
10999 </description>
11000 </action>
11001
11002 <action name="NewTabPage_OpenItemInIncognitoTab">
11003 <owner>galinap@google.com</owner>
11004 <description>
11005 Android: User clicked to open an item from the New Tab Page in an incognito
11006 tab.
11007 </description>
11008 </action>
11009
11010 <action name="NewTabPage_OpenItemInNewTab">
11011 <owner>galinap@google.com</owner>
11012 <description>
11013 Android: User clicked to open an item from the New Tab Page in a new tab.
11014 </description>
11015 </action>
11016
11017 <action name="NewTabPage_OpenItemInNewWindow">
11018 <owner>galinap@google.com</owner>
11019 <description>
11020 Android: User clicked to open an item from the New Tab Page in a new window.
11021 </description>
11022 </action>
11023
11024 <action name="NewTabPage_RemoveItem">
11025 <owner>galinap@google.com</owner>
11026 <description>
11027 Android: User clicked to remove an item from the New Tab Page.
Michael van Ouwerkerk 2017/04/24 13:13:22 It would be nice if we could also track dismissals
dgn 2017/04/24 14:06:38 I think tracking what part of the UI is used for w
Galia 2017/04/24 15:13:49 Right, I'll do that, too.
11028 </description>
11029 </action>
11030
10979 <action name="NewTabPage_ReopenTab"> 11031 <action name="NewTabPage_ReopenTab">
10980 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11032 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10981 <description>Please enter the description of this user action.</description> 11033 <description>Please enter the description of this user action.</description>
10982 </action> 11034 </action>
10983 11035
10984 <action name="NewTab_Button"> 11036 <action name="NewTab_Button">
10985 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11037 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10986 <description>Please enter the description of this user action.</description> 11038 <description>Please enter the description of this user action.</description>
10987 </action> 11039 </action>
10988 11040
(...skipping 5879 matching lines...) Expand 10 before | Expand all | Expand 10 after
16868 <action name="webapps.AddShortcut.Manifest"> 16920 <action name="webapps.AddShortcut.Manifest">
16869 <owner>mlamouri@chromium.org</owner> 16921 <owner>mlamouri@chromium.org</owner>
16870 <description> 16922 <description>
16871 Shortcut added to the homescreen with a valid Manifest. This action will be 16923 Shortcut added to the homescreen with a valid Manifest. This action will be
16872 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16924 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16873 to keep a trend of whether the webapp also add meta tags. 16925 to keep a trend of whether the webapp also add meta tags.
16874 </description> 16926 </description>
16875 </action> 16927 </action>
16876 16928
16877 </actions> 16929 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698