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

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

Issue 2510053002: Add a count for Suggested Articles usage. (Closed)
Patch Set: sync Created 4 years, 1 month 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
« no previous file with comments | « components/ntp_snippets/content_suggestions_metrics.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 10297 matching lines...) Expand 10 before | Expand all | Expand 10 after
10308 <action name="NewProfileWindowByIndex"> 10308 <action name="NewProfileWindowByIndex">
10309 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10309 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10310 <description>Please enter the description of this user action.</description> 10310 <description>Please enter the description of this user action.</description>
10311 </action> 10311 </action>
10312 10312
10313 <action name="NewTab"> 10313 <action name="NewTab">
10314 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10314 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10315 <description>Please enter the description of this user action.</description> 10315 <description>Please enter the description of this user action.</description>
10316 </action> 10316 </action>
10317 10317
10318 <action name="NewTabPage_ContentSuggestions_ArticlesUsage">
10319 <owner>markusheintz@chromium.org</owner>
10320 <description>
10321 Counts the usage of the &quot;Articles for you&quot; section on the New Tab
10322 Page. Examples for &quot;Articles for You&quot; usage are: A user opening an
10323 article suggestion or a user viewing the articles suggestions section.
10324 </description>
10325 </action>
10326
10318 <action name="NewTabPage_ReopenTab"> 10327 <action name="NewTabPage_ReopenTab">
10319 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10328 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10320 <description>Please enter the description of this user action.</description> 10329 <description>Please enter the description of this user action.</description>
10321 </action> 10330 </action>
10322 10331
10323 <action name="NewTab_Button"> 10332 <action name="NewTab_Button">
10324 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10333 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10325 <description>Please enter the description of this user action.</description> 10334 <description>Please enter the description of this user action.</description>
10326 </action> 10335 </action>
10327 10336
(...skipping 5607 matching lines...) Expand 10 before | Expand all | Expand 10 after
15935 <action name="webapps.AddShortcut.Manifest"> 15944 <action name="webapps.AddShortcut.Manifest">
15936 <owner>mlamouri@chromium.org</owner> 15945 <owner>mlamouri@chromium.org</owner>
15937 <description> 15946 <description>
15938 Shortcut added to the homescreen with a valid Manifest. This action will be 15947 Shortcut added to the homescreen with a valid Manifest. This action will be
15939 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15948 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15940 to keep a trend of whether the webapp also add meta tags. 15949 to keep a trend of whether the webapp also add meta tags.
15941 </description> 15950 </description>
15942 </action> 15951 </action>
15943 15952
15944 </actions> 15953 </actions>
OLDNEW
« no previous file with comments | « components/ntp_snippets/content_suggestions_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698