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

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

Issue 2849753002: Logs all reasons card upload was not offered in UKM and UMA. (Closed)
Patch Set: Formatting fix. 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 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"> 14 <event name="Autofill.CardUploadDecision">
15 <owner>sebsg@chromium.org</owner> 15 <owner>sebsg@chromium.org</owner>
16 <metric name="UploadDecision"> 16 <metric name="UploadDecision">
17 <summary> 17 <summary>
18 Whether the upload was proposed to the user or the reason why it was not. 18 Whether the upload was proposed to the user or the reasons why it was not.
19 The value is a bitmask of |CardUploadDecisionMetric|.
19 </summary> 20 </summary>
20 </metric> 21 </metric>
21 </event> 22 </event>
22 23
23 <event name="Autofill.DeveloperEngagement"> 24 <event name="Autofill.DeveloperEngagement">
24 <owner>csashi@google.com</owner> 25 <owner>csashi@google.com</owner>
25 <summary> 26 <summary>
26 Recorded when we parse a form to log whether developer has used autocomplete 27 Recorded when we parse a form to log whether developer has used autocomplete
27 markup or UPI-VPA hints. 28 markup or UPI-VPA hints. The value is a bitmask of
29 |DeveloperEngagementMetric|.
28 </summary> 30 </summary>
29 <metric name="DeveloperEngagement"/> 31 <metric name="DeveloperEngagement"/>
30 </event> 32 </event>
31 33
32 <event name="Autofill.FormSubmitted"> 34 <event name="Autofill.FormSubmitted">
33 <owner>csashi@google.com</owner> 35 <owner>csashi@google.com</owner>
34 <summary> 36 <summary>
35 Recorded when user submits a form. 37 Recorded when user submits a form.
36 </summary> 38 </summary>
37 <metric name="AutofillFormSubmittedState"> 39 <metric name="AutofillFormSubmittedState">
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 <metric name="DeclineCount"/> 208 <metric name="DeclineCount"/>
207 <metric name="EventType"/> 209 <metric name="EventType"/>
208 <metric name="IgnoreCount"/> 210 <metric name="IgnoreCount"/>
209 <metric name="RankerResponse"/> 211 <metric name="RankerResponse"/>
210 <metric name="RankerVersion"/> 212 <metric name="RankerVersion"/>
211 <metric name="SourceLanguage"/> 213 <metric name="SourceLanguage"/>
212 <metric name="TargetLanguage"/> 214 <metric name="TargetLanguage"/>
213 </event> 215 </event>
214 216
215 </ukm-configuration> 217 </ukm-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698