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

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

Issue 2846233003: 📰 Record user actions on the NTP and Home sheet (Closed)
Patch Set: rebase and address comments 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 f6914c723a45c8d12b7cb3cd30fc3bb42b2aac50..c308746004df0dbd7a96d4de1376273ab1648a40 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.Action.Fetch">
+ <owner>finkm@chromium.org</owner>
+ <owner>dgn@chromium.org</owner>
+ <description>User requested fetching more content suggestions.</description>
+</action>
+
+<action name="Suggestions.Action.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.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.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
+ &quot;Suggestions.Site.RemovalUndone&quot;.
+ </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">

Powered by Google App Engine
This is Rietveld 408576698