Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index f6914c723a45c8d12b7cb3cd30fc3bb42b2aac50..22dfeb25df9185ba079646aff215ff079650d9db 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -15831,6 +15831,62 @@ 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="Suggestions.Card.ActionTapped"> |
| + <owner>finkm@chromium.org</owner> |
| + <owner>dgn@chromium.org</owner> |
| + <description> |
| + User tapped on a card's button in the content suggestions UI. |
| + </description> |
| +</action> |
| + |
| +<action name="Suggestions.Card.SwipedAway"> |
| + <owner>finkm@chromium.org</owner> |
| + <owner>dgn@chromium.org</owner> |
| + <description> |
| + User swiped a card away in the content suggestions UI. |
| + </description> |
| +</action> |
| + |
| +<action name="Suggestions.Card.Tapped"> |
| + <owner>finkm@chromium.org</owner> |
| + <owner>dgn@chromium.org</owner> |
| + <description> |
| + User tapped on a card in the content suggestions UI. |
| + </description> |
| +</action> |
| + |
| +<action name="Suggestions.Category.Dismissed"> |
| + <owner>finkm@chromium.org</owner> |
| + <owner>dgn@chromium.org</owner> |
| + <description>User dismissed a content suggestions category.</description> |
| +</action> |
| + |
| +<action name="Suggestions.Category.Fetch"> |
| + <owner>finkm@chromium.org</owner> |
| + <owner>dgn@chromium.org</owner> |
| + <description>User requested fetching more content suggestions.</description> |
|
Alexei Svitkine (slow)
2017/05/09 14:53:50
Nit: Maybe mention how the user did this? i.e. des
dgn
2017/05/09 15:27:11
We currently have only one way to do that, and tha
Alexei Svitkine (slow)
2017/05/09 16:59:07
I think it would be good to mention this bit of co
|
| +</action> |
| + |
| +<action name="Suggestions.Category.ViewAll"> |
| + <owner>finkm@chromium.org</owner> |
| + <owner>dgn@chromium.org</owner> |
| + <description> |
| + User navigated to the complete view of a content suggestions section. |
| + </description> |
| +</action> |
| + |
| +<action name="Suggestions.Content.Dismissed"> |
| + <owner>finkm@chromium.org</owner> |
| + <owner>dgn@chromium.org</owner> |
| + <description>User dismissed a content suggestion.</description> |
| +</action> |
| + |
| +<action name="Suggestions.Content.Opened"> |
| + <owner>finkm@chromium.org</owner> |
| + <owner>dgn@chromium.org</owner> |
| + <description>User opened a content suggestion.</description> |
| +</action> |
| + |
| <action name="Suggestions.ContextMenu.DownloadItem"> |
| <owner>mvanouwerkerk@chromium.org</owner> |
| <owner>galinap@google.com</owner> |
| @@ -15881,6 +15937,30 @@ should be able to be added at any place in this file. |
| </description> |
| </action> |
| +<action name="Suggestions.Site.RemovalUndone"> |
| + <owner>finkm@chromium.org</owner> |
| + <owner>dgn@chromium.org</owner> |
| + <description>User reverted the removal of a suggested site.</description> |
| +</action> |
| + |
| +<action name="Suggestions.Site.Removed"> |
| + <owner>finkm@chromium.org</owner> |
| + <owner>dgn@chromium.org</owner> |
| + <description>User removed a suggested site.</description> |
| +</action> |
| + |
| +<action name="Suggestions.SurfaceHidden"> |
| + <owner>finkm@chromium.org</owner> |
| + <owner>dgn@chromium.org</owner> |
| + <description>User closed the content suggestions UI.</description> |
| +</action> |
| + |
| +<action name="Suggestions.SurfaceVisible"> |
| + <owner>finkm@chromium.org</owner> |
| + <owner>dgn@chromium.org</owner> |
| + <description>User opened the content suggestions UI.</description> |
| +</action> |
| + |
| <action name="Suggestions.Tile.RemovalUndone"> |
| <owner>mvanouwerkerk@chromium.org</owner> |
| <owner>galinap@google.com</owner> |
| @@ -15888,6 +15968,18 @@ should be able to be added at any place in this file. |
| Android: User tapped the undo button in the snackbar after removing a |
| suggested item. |
| </description> |
| + <obsolete> |
| + Deprecated as of 05/2017. Now recorded as |
| + "Suggestions.Site.RemovalUndone". |
| + </obsolete> |
| +</action> |
| + |
| +<action name="Suggestions.Tile.Tapped"> |
| + <owner>finkm@chromium.org</owner> |
| + <owner>dgn@chromium.org</owner> |
| + <description> |
| + User tapped on a tile in the content suggestions UI. |
| + </description> |
| </action> |
| <action name="SuspiciousExtensionBubbleDismissed"> |