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

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

Issue 1487373004: Metrics for user interests shown on the NTP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int
Patch Set: rebase Created 5 years 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 798f73edf1cd1d8d214231c1a16a11dce2f3df3f..f6592c1aabcb0b2c7f11d43ccf603f4f40a18cd9 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -8111,6 +8111,21 @@ should be able to be added at any place in this file.
<description>User opened the app menu.</description>
</action>
+<action name="MobileNTP.Interests.Click">
+ <owner>knn@chromium.org</owner>
+ <description>
+ Android: The user clicked on an Interest item shown on the NTP.
+ </description>
+</action>
+
+<action name="MobileNTP.Interests.Dismissed">
+ <owner>knn@chromium.org</owner>
+ <description>
+ Android: The user dismissed the page showing the Interests without clicking
+ on any of them.
+ </description>
+</action>
+
<action name="MobileNTP.Interests.OpenDialog">
<owner>peconn@chromium.org</owner>
<description>User opens the interests dialog.</description>

Powered by Google App Engine
This is Rietveld 408576698