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

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

Issue 2510053002: Add a count for Suggested Articles usage. (Closed)
Patch Set: 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
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 10265 matching lines...) Expand 10 before | Expand all | Expand 10 after
10276 <action name="NewProfileWindowByIndex"> 10276 <action name="NewProfileWindowByIndex">
10277 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10277 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10278 <description>Please enter the description of this user action.</description> 10278 <description>Please enter the description of this user action.</description>
10279 </action> 10279 </action>
10280 10280
10281 <action name="NewTab"> 10281 <action name="NewTab">
10282 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10282 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10283 <description>Please enter the description of this user action.</description> 10283 <description>Please enter the description of this user action.</description>
10284 </action> 10284 </action>
10285 10285
10286 <action name="NewTabPage_ContentSuggestions_ArticlesUsageCount">
10287 <owner>markusheintz@chromium.org</owner>
10288 <description>
10289 Records when a user uses the &quot;Articles for you&quot; section on the New
10290 Tab Page. Usage is defined by scrolling to the section and opening an
Marc Treib 2016/11/17 11:10:23 nit: s/and/or/ (as it is, IMO it sounds like it'd
markusheintz_ 2016/11/17 13:48:47 I change the description PTAL
10291 article suggestion.
10292 </description>
10293 </action>
10294
10286 <action name="NewTabPage_ReopenTab"> 10295 <action name="NewTabPage_ReopenTab">
10287 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10296 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10288 <description>Please enter the description of this user action.</description> 10297 <description>Please enter the description of this user action.</description>
10289 </action> 10298 </action>
10290 10299
10291 <action name="NewTab_Button"> 10300 <action name="NewTab_Button">
10292 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10301 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10293 <description>Please enter the description of this user action.</description> 10302 <description>Please enter the description of this user action.</description>
10294 </action> 10303 </action>
10295 10304
(...skipping 5607 matching lines...) Expand 10 before | Expand all | Expand 10 after
15903 <action name="webapps.AddShortcut.Manifest"> 15912 <action name="webapps.AddShortcut.Manifest">
15904 <owner>mlamouri@chromium.org</owner> 15913 <owner>mlamouri@chromium.org</owner>
15905 <description> 15914 <description>
15906 Shortcut added to the homescreen with a valid Manifest. This action will be 15915 Shortcut added to the homescreen with a valid Manifest. This action will be
15907 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15916 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15908 to keep a trend of whether the webapp also add meta tags. 15917 to keep a trend of whether the webapp also add meta tags.
15909 </description> 15918 </description>
15910 </action> 15919 </action>
15911 15920
15912 </actions> 15921 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698