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

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

Issue 2808513002: [Payments] Add PaymentRequest checkout funnel UKMs. (Closed)
Patch Set: Rebase 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 reason why it was not.
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. Values defined in the CompletionStatus enum
53 of components/payments/core/journey_logger.h.
54 </summary>
55 </metric>
56 <metric name="Events">
57 <summary>
58 Bitfield representing the events that occurred during the Payment Request.
59 Values defined in the Event enum of
60 components/payments/core/journey_logger.h.
61 </summary>
62 </metric>
42 </event> 63 </event>
43 64
44 <event name="Translate"> 65 <event name="Translate">
45 <owner>hamelphi@chromium.org</owner> 66 <owner>hamelphi@chromium.org</owner>
46 <summary> 67 <summary>
47 Metrics related to a Translate event. These metrics are described in 68 Metrics related to a Translate event. These metrics are described in
48 TranslateEventProto. 69 TranslateEventProto.
49 </summary> 70 </summary>
50 <metric name="AcceptCount"/> 71 <metric name="AcceptCount"/>
51 <metric name="Country"/> 72 <metric name="Country"/>
52 <metric name="DeclineCount"/> 73 <metric name="DeclineCount"/>
53 <metric name="EventType"/> 74 <metric name="EventType"/>
54 <metric name="IgnoreCount"/> 75 <metric name="IgnoreCount"/>
55 <metric name="RankerResponse"/> 76 <metric name="RankerResponse"/>
56 <metric name="RankerVersion"/> 77 <metric name="RankerVersion"/>
57 <metric name="SourceLanguage"/> 78 <metric name="SourceLanguage"/>
58 <metric name="TargetLanguage"/> 79 <metric name="TargetLanguage"/>
59 </event> 80 </event>
60 81
61 </ukm-configuration> 82 </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