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

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

Issue 2911123003: Metrics for feature engagement tracker. (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
« no previous file with comments | « components/feature_engagement_tracker/internal/stats.cc ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index bf75270471ede1c7b6914b59c7889e7fdbfb4863..f4a45a9e367e51199d01802db8a222af5c980039 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -5127,6 +5127,81 @@ 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="InProductHelp.Dismissed">
+ <owner>nyquist@chromium.org</owner>
+ <owner>xingliu@chromium.org</owner>
+ <description>The user dismissed the in-product help.</description>
+</action>
+
+<action name="InProductHelp.NotifyEvent.IPH_DataSaverPreview">
+ <owner>nyquist@chromium.org</owner>
+ <owner>xingliu@chromium.org</owner>
+ <description>The user triggered an event in in-product help.</description>
+</action>
+
+<action name="InProductHelp.NotifyEvent.IPH_DownloadHome">
+ <owner>nyquist@chromium.org</owner>
+ <owner>xingliu@chromium.org</owner>
+ <description>The user triggered an event in in-product help.</description>
+</action>
+
+<action name="InProductHelp.NotifyEvent.IPH_DownloadPage">
+ <owner>nyquist@chromium.org</owner>
+ <owner>xingliu@chromium.org</owner>
+ <description>The user triggered an event in in-product help.</description>
+</action>
+
+<action name="InProductHelp.NotifyUsedEvent.IPH_DataSaverPreview">
+ <owner>nyquist@chromium.org</owner>
+ <owner>xingliu@chromium.org</owner>
+ <description>
+ The user triggered an used event in in-product help.
+ </description>
+</action>
+
+<action name="InProductHelp.NotifyUsedEvent.IPH_DownloadHome">
+ <owner>nyquist@chromium.org</owner>
+ <owner>xingliu@chromium.org</owner>
+ <description>
+ The user triggered an used event in in-product help.
+ </description>
+</action>
+
+<action name="InProductHelp.NotifyUsedEvent.IPH_DownloadPage">
+ <owner>nyquist@chromium.org</owner>
+ <owner>xingliu@chromium.org</owner>
+ <description>
+ The user triggered an used event in in-product help.
+ </description>
+</action>
+
+<action name="InProductHelp.ShouldTriggerHelpUI.IPH_DataSaverPreview">
+ <owner>nyquist@chromium.org</owner>
+ <owner>xingliu@chromium.org</owner>
+ <description>
+ The feature engagement tracker tried to determine whether in-product help
+ should be shown to the user.
+ </description>
+</action>
+
+<action name="InProductHelp.ShouldTriggerHelpUI.IPH_DownloadHome">
+ <owner>nyquist@chromium.org</owner>
+ <owner>xingliu@chromium.org</owner>
+ <description>
+ The feature engagement tracker tried to determine whether in-product help
+ should be shown to the user.
+ </description>
+</action>
+
+<action name="InProductHelp.ShouldTriggerHelpUI.IPH_DownloadPage">
+ <owner>nyquist@chromium.org</owner>
+ <owner>xingliu@chromium.org</owner>
+ <description>
+ The feature engagement tracker tried to determine whether in-product help
+ should be shown to the user.
+ </description>
+</action>
+
<action name="Indent">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
« no previous file with comments | « components/feature_engagement_tracker/internal/stats.cc ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698