OLD | NEW |
---|---|
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 |
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
743 </metric> | 743 </metric> |
744 </event> | 744 </event> |
745 | 745 |
746 <event name="Plugins.FlashInstance"> | 746 <event name="Plugins.FlashInstance"> |
747 <owner>tommycli@chromium.org</owner> | 747 <owner>tommycli@chromium.org</owner> |
748 <summary> | 748 <summary> |
749 Recorded when a Flash object instance is created. | 749 Recorded when a Flash object instance is created. |
750 </summary> | 750 </summary> |
751 </event> | 751 </event> |
752 | 752 |
753 <event name="Previews" singular="True"> | |
754 <owner>ryansturm@chromium.org</owner> | |
755 <summary> | |
756 Previews related metrics associated with a page load. | |
rkaplow
2017/07/13 15:43:31
can you point to what are Previews (maybe just a c
RyanSturm
2017/07/17 18:48:30
Done.
| |
757 </summary> | |
758 <metric name="client_lofi"> | |
759 <summary> | |
rkaplow
2017/07/13 15:43:32
I would say '1' and not true
RyanSturm
2017/07/17 18:48:30
Done.
| |
760 Set to true when a user is shown a client lo-fi image in a page load. | |
761 </summary> | |
762 </metric> | |
763 <metric name="lite_page"> | |
764 <summary> | |
765 Set to true when a user is shown a lite page in page load. | |
766 </summary> | |
767 </metric> | |
768 <metric name="opt_out"> | |
769 <summary> | |
770 Set to true when a user clicks "Show Original" on a preview page | |
771 load. | |
772 </summary> | |
773 </metric> | |
774 <metric name="server_lofi"> | |
775 <summary> | |
776 Set to true when a user is shown a server lo-fi image in a page load. | |
777 </summary> | |
778 </metric> | |
779 </event> | |
780 | |
753 <event name="Translate"> | 781 <event name="Translate"> |
754 <owner>hamelphi@chromium.org</owner> | 782 <owner>hamelphi@chromium.org</owner> |
755 <summary> | 783 <summary> |
756 Metrics related to a Translate event. These metrics are described in | 784 Metrics related to a Translate event. These metrics are described in |
757 TranslateEventProto. | 785 TranslateEventProto. |
758 </summary> | 786 </summary> |
759 <metric name="AcceptCount"/> | 787 <metric name="AcceptCount"/> |
760 <metric name="Country"/> | 788 <metric name="Country"/> |
761 <metric name="DeclineCount"/> | 789 <metric name="DeclineCount"/> |
762 <metric name="EventType"/> | 790 <metric name="EventType"/> |
763 <metric name="IgnoreCount"/> | 791 <metric name="IgnoreCount"/> |
764 <metric name="RankerResponse"/> | 792 <metric name="RankerResponse"/> |
765 <metric name="RankerVersion"/> | 793 <metric name="RankerVersion"/> |
766 <metric name="SourceLanguage"/> | 794 <metric name="SourceLanguage"/> |
767 <metric name="TargetLanguage"/> | 795 <metric name="TargetLanguage"/> |
768 </event> | 796 </event> |
769 | 797 |
770 </ukm-configuration> | 798 </ukm-configuration> |
OLD | NEW |