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

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

Issue 939263002: [App banners] Add RAPPOR support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Swapped out for new call Created 5 years, 10 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 | « chrome/browser/android/banners/app_banner_manager.cc ('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 2015 The Chromium Authors. All rights reserved. 2 Copyright 2015 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 <rappor-configuration> 7 <rappor-configuration>
8 <!-- 8 <!--
9 This file is used to generate a comprehensive list of Chrome rappor metrics 9 This file is used to generate a comprehensive list of Chrome rappor metrics
10 along with a detailed description for each histogram. See the design doc at 10 along with a detailed description for each histogram. See the design doc at
(...skipping 25 matching lines...) Expand all
36 <parameters num-cohorts="128" bytes="16" hash-functions="2" fake-prob="0.5" 36 <parameters num-cohorts="128" bytes="16" hash-functions="2" fake-prob="0.5"
37 fake-one-prob="0.5" one-coin-prob="0.75" zero-coin-prob="0.25" 37 fake-one-prob="0.5" one-coin-prob="0.75" zero-coin-prob="0.25"
38 reporting-level="FINE"/> 38 reporting-level="FINE"/>
39 </rappor-parameters> 39 </rappor-parameters>
40 40
41 </rappor-parameter-types> 41 </rappor-parameter-types>
42 42
43 <rappor-metrics> 43 <rappor-metrics>
44 <!-- Rappor metric definitions --> 44 <!-- Rappor metric definitions -->
45 45
46 <rappor-metric name="AppBanner.NativeApp.Dismissed" type="ETLD_PLUS_ONE">
47 <owner>dfalcantara@chromium.org</owner>
48 <summary>
49 The eTLD+1 of a URL that displayed a native app banner, which was explicitly
50 dismissed by the user.
51 </summary>
52 </rappor-metric>
53
54 <rappor-metric name="AppBanner.NativeApp.Installed" type="ETLD_PLUS_ONE">
55 <owner>dfalcantara@chromium.org</owner>
56 <summary>
57 The eTLD+1 of a URL that displayed a native app banner, which resulted in
58 the user installing the promoted application.
59 </summary>
60 </rappor-metric>
61
62 <rappor-metric name="AppBanner.NativeApp.Shown" type="ETLD_PLUS_ONE">
63 <owner>dfalcantara@chromium.org</owner>
64 <summary>
65 The eTLD+1 of a URL that displayed a native app banner.
66 </summary>
67 </rappor-metric>
68
69 <rappor-metric name="AppBanner.WebApp.Dismissed" type="ETLD_PLUS_ONE">
70 <owner>dfalcantara@chromium.org</owner>
71 <summary>
72 The eTLD+1 of a URL that displayed a web app banner, which was explicitly
73 dismissed by the user.
74 </summary>
75 </rappor-metric>
76
77 <rappor-metric name="AppBanner.WebApp.Installed" type="ETLD_PLUS_ONE">
78 <owner>dfalcantara@chromium.org</owner>
79 <summary>
80 The eTLD+1 of a URL that displayed a web app banner, which resulted in the
81 user installing the promoted application.
82 </summary>
83 </rappor-metric>
84
85 <rappor-metric name="AppBanner.WebApp.Shown" type="ETLD_PLUS_ONE">
86 <owner>dfalcantara@chromium.org</owner>
87 <summary>
88 The eTLD+1 of a URL that displayed a web app banner.
89 </summary>
90 </rappor-metric>
91
46 <rappor-metric name="ContentSettings.MixedScript.DisplayedShield" 92 <rappor-metric name="ContentSettings.MixedScript.DisplayedShield"
47 type="ETLD_PLUS_ONE"> 93 type="ETLD_PLUS_ONE">
48 <owner>lgarron@chromium.org</owner> 94 <owner>lgarron@chromium.org</owner>
49 <summary> 95 <summary>
50 The eTLD+1 of a URL that displayed a mixed script shield. Note: this does 96 The eTLD+1 of a URL that displayed a mixed script shield. Note: this does
51 *not* include pages with mixed scripts where the user has already clicked 97 *not* include pages with mixed scripts where the user has already clicked
52 through the shield. 98 through the shield.
53 </summary> 99 </summary>
54 </rappor-metric> 100 </rappor-metric>
55 101
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 <owner>nparker@chromium.org</owner> 198 <owner>nparker@chromium.org</owner>
153 <summary> 199 <summary>
154 The domain+registry of a URL that triggered an SSL interstitial. Domains 200 The domain+registry of a URL that triggered an SSL interstitial. Domains
155 for bad-clock warnings are not reported. 201 for bad-clock warnings are not reported.
156 </summary> 202 </summary>
157 </rappor-metric> 203 </rappor-metric>
158 204
159 </rappor-metrics> 205 </rappor-metrics>
160 206
161 </rappor-configuration> 207 </rappor-configuration>
OLDNEW
« no previous file with comments | « chrome/browser/android/banners/app_banner_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698