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

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

Issue 2808513002: [Payments] Add PaymentRequest checkout funnel UKMs. (Closed)
Patch Set: Added UKM entry Created 3 years, 8 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
« no previous file with comments | « components/ukm/ukm_service.h ('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 2017 The Chromium Authors. All rights reserved. 2 Copyright 2017 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 used to generate a comprehensive list of Chrome UKM metrics 8 This file is used to generate a comprehensive list of Chrome UKM metrics
9 along with a detailed description for each metric. 9 along with a detailed description for each metric.
10 --> 10 -->
11 11
12 <ukm-configuration> 12 <ukm-configuration>
13 13
14 <event name="Autofill.CardUploadDecision">
15 <owner>sebsg@chromium.org</owner>
16 <metric name="UploadDecision">
17 <summary>
18 Whether the upload was proposed to the user or the reson why it was not.
Steven Holte 2017/04/11 21:13:10 Nit: reson->reason
sebsg 2017/04/11 21:29:33 Done.
19 </summary>
20 </metric>
21 </event>
22
14 <event name="PageLoad"> 23 <event name="PageLoad">
15 <owner>bmcquade@chromium.org</owner> 24 <owner>bmcquade@chromium.org</owner>
16 <summary> 25 <summary>
17 Recorded when Pageload observer events fire. 26 Recorded when Pageload observer events fire.
18 </summary> 27 </summary>
19 <metric name="DocumentTiming.NavigationToDOMContentLoadedEventFired"> 28 <metric name="DocumentTiming.NavigationToDOMContentLoadedEventFired">
20 <summary> 29 <summary>
21 Time from navigation to dom content loaded in ms. 30 Time from navigation to dom content loaded in ms.
22 </summary> 31 </summary>
23 </metric> 32 </metric>
24 <metric name="DocumentTiming.NavigationToLoadEventFired"/> 33 <metric name="DocumentTiming.NavigationToLoadEventFired"/>
25 <metric name="Experimental.PaintTiming.NavigationToFirstMeaningfulPaint"/> 34 <metric name="Experimental.PaintTiming.NavigationToFirstMeaningfulPaint"/>
26 <metric name="Navigation.PageTransition"/> 35 <metric name="Navigation.PageTransition"/>
27 <metric name="Net.EffectiveConnectionType.OnNavigationStart"/> 36 <metric name="Net.EffectiveConnectionType.OnNavigationStart"/>
28 <metric name="Net.ErrorCode.OnFailedProvisionalLoad"/> 37 <metric name="Net.ErrorCode.OnFailedProvisionalLoad"/>
29 <metric name="PageTiming.ForegroundDuration"/> 38 <metric name="PageTiming.ForegroundDuration"/>
30 <metric name="PageTiming.NavigationToFailedProvisionalLoad"/> 39 <metric name="PageTiming.NavigationToFailedProvisionalLoad"/>
31 <metric name="PaintTiming.NavigationToFirstContentfulPaint"/> 40 <metric name="PaintTiming.NavigationToFirstContentfulPaint"/>
32 <metric name="ParseTiming.NavigationToParseStart"> 41 <metric name="ParseTiming.NavigationToParseStart">
33 <summary> 42 <summary>
34 Time from navigation to parse start in ms. 43 Time from navigation to parse start in ms.
35 </summary> 44 </summary>
36 </metric> 45 </metric>
37 </event> 46 </event>
38 47
39 <event name="Autofill.CardUploadDecision"> 48 <event name="PaymentRequest.CheckoutEvents">
40 <owner>sebsg@chromium.org</owner> 49 <owner>sebsg@chromium.org</owner>
41 <metric name="UploadDecision"/> 50 <metric name="CompletionsStatus">
51 <summary>
52 How the Payment Request ended.
Steven Holte 2017/04/11 21:13:10 Reference where the values are defined.
sebsg 2017/04/11 21:29:33 Done.
53 </summary>
54 </metric>
55 <metric name="Events">
56 <summary>
57 The events that occurred during the Payment Request.
Steven Holte 2017/04/11 21:13:10 Maybe mention that this a bitfield of events, and
sebsg 2017/04/11 21:29:33 Done.
58 </summary>
59 </metric>
42 </event> 60 </event>
43 61
44 </ukm-configuration> 62 </ukm-configuration>
OLDNEW
« no previous file with comments | « components/ukm/ukm_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698