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

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

Issue 2898823002: Add metrics for search engine promo and search widget (Closed)
Patch Set: histograms.xml updates 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 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 14436 matching lines...) Expand 10 before | Expand all | Expand 10 after
14447 <action name="SearchAnswer_StoppedLoading"> 14447 <action name="SearchAnswer_StoppedLoading">
14448 <owner>vadimt@chromium.org</owner> 14448 <owner>vadimt@chromium.org</owner>
14449 <description>Answer card successfully loads.</description> 14449 <description>Answer card successfully loads.</description>
14450 </action> 14450 </action>
14451 14451
14452 <action name="SearchAnswer_UserInteraction"> 14452 <action name="SearchAnswer_UserInteraction">
14453 <owner>vadimt@chromium.org</owner> 14453 <owner>vadimt@chromium.org</owner>
14454 <description>User interacts with an answer card.</description> 14454 <description>User interacts with an answer card.</description>
14455 </action> 14455 </action>
14456 14456
14457 <action name="SearchEnginePromo.ExistingDevice.PromoSelected">
14458 <owner>yusufo@chromium.org</owner>
14459 <description>
14460 The user has made a selection in the search engine promo in an existing
14461 device that is setup before the promo was first introduced. This is a dialog
14462 prompting the user to pick a default search engine. Android only.
14463 </description>
14464 </action>
14465
14466 <action name="SearchEnginePromo.NewDevice.PromoSelected">
14467 <owner>yusufo@chromium.org</owner>
14468 <description>
14469 The user has made a selection in the search engine promo in a new device
14470 that is setup after the promo was introduced. This is a dialog prompting the
14471 user to pick a default search engine. Android only.
14472 </description>
14473 </action>
14474
14457 <action name="SearchEngine_ManualChange"> 14475 <action name="SearchEngine_ManualChange">
14458 <owner>ianwen@chromium.org</owner> 14476 <owner>ianwen@chromium.org</owner>
14459 <description> 14477 <description>
14460 Recorded when the user has manually switched default search engine, which 14478 Recorded when the user has manually switched default search engine, which
14461 disables search engine auto switch feature in special locale. This is 14479 disables search engine auto switch feature in special locale. This is
14462 recorded on Android for every locale, but is currently only meaningful for 14480 recorded on Android for every locale, but is currently only meaningful for
14463 studying special locales. 14481 studying special locales.
14464 </description> 14482 </description>
14465 </action> 14483 </action>
14466 14484
14485 <action name="SearchWidget.SearchMade">
14486 <owner>yusufo@chromium.org</owner>
14487 <description>
14488 The user made a search from the Android search widget.
14489 </description>
14490 </action>
14491
14492 <action name="SearchWidget.WidgetSelected">
14493 <owner>yusufo@chromium.org</owner>
14494 <description>
14495 The user launched the Android search widget from home screen.
14496 </description>
14497 </action>
14498
14467 <action name="SearchWithRLZ"> 14499 <action name="SearchWithRLZ">
14468 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 14500 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
14469 <description>Please enter the description of this user action.</description> 14501 <description>Please enter the description of this user action.</description>
14470 </action> 14502 </action>
14471 14503
14472 <action name="SearchWithoutRLZ"> 14504 <action name="SearchWithoutRLZ">
14473 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 14505 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
14474 <description>Please enter the description of this user action.</description> 14506 <description>Please enter the description of this user action.</description>
14475 </action> 14507 </action>
14476 14508
(...skipping 2768 matching lines...) Expand 10 before | Expand all | Expand 10 after
17245 <action name="webapps.AddShortcut.Manifest"> 17277 <action name="webapps.AddShortcut.Manifest">
17246 <owner>mlamouri@chromium.org</owner> 17278 <owner>mlamouri@chromium.org</owner>
17247 <description> 17279 <description>
17248 Shortcut added to the homescreen with a valid Manifest. This action will be 17280 Shortcut added to the homescreen with a valid Manifest. This action will be
17249 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17281 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
17250 to keep a trend of whether the webapp also add meta tags. 17282 to keep a trend of whether the webapp also add meta tags.
17251 </description> 17283 </description>
17252 </action> 17284 </action>
17253 17285
17254 </actions> 17286 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698