Roll src/third_party/WebKit 4619053:6b63e20 (svn 201059:201060)
[chromium-blink-merge.git] / tools / metrics / rappor / rappor.xml
blobf6639962e4fd8098397e32d310ff1ddc8bf170b8
1 <!--
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
4 found in the LICENSE file.
5 -->
7 <rappor-configuration>
8 <!--
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
11 http://www.chromium.org/developers/design-documents/rappor
12 for a description of rappor metrics.
13 -->
15 <rappor-parameter-types>
16 <!--
17 Parameters that rappor metrics can be collected with.  This list should be
18 kept in sync with parameter type definitions in
19 components/rappor/rappor_service.cc.
20 -->
22 <rappor-parameters name="COARSE_RAPPOR_TYPE">
23   <summary>
24     Stricter parameters for metrics collected from a broader population.
25   </summary>
26   <parameters num-cohorts="128" bytes="1" hash-functions="2" fake-prob="0.5"
27       fake-one-prob="0.5" one-coin-prob="0.75" zero-coin-prob="0.25"
28       reporting-level="COARSE"/>
29 </rappor-parameters>
31 <rappor-parameters name="ETLD_PLUS_ONE">
32   <summary>
33     Deprecated parameters for collecting the domain and registry of a URL from
34     UMA opt-in users. Should use UMA_RAPPOR_TYPE instead.
35   </summary>
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"
38       reporting-level="FINE"/>
39 </rappor-parameters>
41 <rappor-parameters name="SAFEBROWSING_RAPPOR_TYPE">
42   <summary>
43     Parameters for metrics related to Safe Browsing, collected from all user
44     with safe browsing enabled.
45   </summary>
46   <parameters num-cohorts="128" bytes="1" hash-functions="2" fake-prob="0.5"
47       fake-one-prob="0.5" one-coin-prob="0.75" zero-coin-prob="0.25"
48       reporting-level="COARSE"/>
49 </rappor-parameters>
51 <rappor-parameters name="UMA_RAPPOR_TYPE">
52   <summary>
53     Parameters suitable for metrics from UMA opt-in users.
54   </summary>
55   <parameters num-cohorts="128" bytes="4" hash-functions="2" fake-prob="0.5"
56       fake-one-prob="0.5" one-coin-prob="0.75" zero-coin-prob="0.25"
57       reporting-level="FINE"/>
58 </rappor-parameters>
60 </rappor-parameter-types>
62 <rappor-metrics>
63 <!-- Rappor metric definitions -->
65 <rappor-metric name="AppBanner.NativeApp.Dismissed" type="ETLD_PLUS_ONE">
66   <owner>dfalcantara@chromium.org</owner>
67   <summary>
68     The eTLD+1 of a URL that displayed a native app banner, which was explicitly
69     dismissed by the user.
70   </summary>
71 </rappor-metric>
73 <rappor-metric name="AppBanner.NativeApp.Installed" type="ETLD_PLUS_ONE">
74   <owner>dfalcantara@chromium.org</owner>
75   <summary>
76     The eTLD+1 of a URL that displayed a native app banner, which resulted in
77     the user installing the promoted application.
78   </summary>
79 </rappor-metric>
81 <rappor-metric name="AppBanner.NativeApp.Shown" type="ETLD_PLUS_ONE">
82   <owner>dfalcantara@chromium.org</owner>
83   <summary>
84     The eTLD+1 of a URL that displayed a native app banner.
85   </summary>
86 </rappor-metric>
88 <rappor-metric name="AppBanner.WebApp.Dismissed" type="ETLD_PLUS_ONE">
89   <owner>dfalcantara@chromium.org</owner>
90   <summary>
91     The eTLD+1 of a URL that displayed a web app banner, which was explicitly
92     dismissed by the user.
93   </summary>
94 </rappor-metric>
96 <rappor-metric name="AppBanner.WebApp.Installed" type="ETLD_PLUS_ONE">
97   <owner>dfalcantara@chromium.org</owner>
98   <summary>
99     The eTLD+1 of a URL that displayed a web app banner, which resulted in the
100     user installing the promoted application.
101   </summary>
102 </rappor-metric>
104 <rappor-metric name="AppBanner.WebApp.Shown" type="ETLD_PLUS_ONE">
105   <owner>dfalcantara@chromium.org</owner>
106   <summary>
107     The eTLD+1 of a URL that displayed a web app banner.
108   </summary>
109 </rappor-metric>
111 <rappor-metric name="Autofill.HighNumberOfHeuristicMismatches"
112     type="ETLD_PLUS_ONE">
113   <owner>mathp@chromium.org</owner>
114   <summary>
115     The eTLD+1 of a URL for which there was a high number of mismatches for the
116     heuristic prediction of the form field types.
117   </summary>
118 </rappor-metric>
120 <rappor-metric name="Autofill.HighNumberOfServerMismatches"
121     type="ETLD_PLUS_ONE">
122   <owner>mathp@chromium.org</owner>
123   <summary>
124     The eTLD+1 of a URL for which there was a high number of mismatches for the
125     server prediction of the form field types.
126   </summary>
127 </rappor-metric>
129 <rappor-metric name="Autofill.QueryResponseHasNoServerDataForForm"
130     type="ETLD_PLUS_ONE">
131   <owner>mathp@chromium.org</owner>
132   <summary>
133     The eTLD+1 of a URL for which there was a server query response for which
134     the server had no data at all for at least one form.
135   </summary>
136 </rappor-metric>
138 <rappor-metric name="ContentSettings.MixedScript.DisplayedShield"
139     type="ETLD_PLUS_ONE">
140   <owner>lgarron@chromium.org</owner>
141   <summary>
142     The eTLD+1 of a URL that displayed a mixed script shield. Note: this does
143     *not* include pages with mixed scripts where the user has already clicked
144     through the shield.
145   </summary>
146 </rappor-metric>
148 <rappor-metric name="ContentSettings.MixedScript.RanMixedScript"
149     type="ETLD_PLUS_ONE">
150   <owner>lgarron@chromium.org</owner>
151   <summary>
152     The eTLD+1 of a URL that when mixed script actually ran.
153   </summary>
154 </rappor-metric>
156 <rappor-metric name="ContentSettings.MixedScript.UserClickedAllow"
157     type="ETLD_PLUS_ONE">
158   <owner>lgarron@chromium.org</owner>
159   <summary>
160     The eTLD+1 of a URL where the user clicked &quot;Load unsafe scripts&quot;
161     on a mixed content shield. (This results in a page refresh. Mixed scripts
162     may not actually run until the users triggers them again after the refresh.)
163   </summary>
164 </rappor-metric>
166 <rappor-metric name="ContentSettings.PermissionActions_Camera.Revoked.Url"
167     type="ETLD_PLUS_ONE">
168   <owner>jialiul@chromium.org</owner>
169   <summary>
170     The domain for which a camera permission was revoked.
171   </summary>
172 </rappor-metric>
174 <rappor-metric name="ContentSettings.PermissionActions_Geolocation.Denied.Url"
175     type="ETLD_PLUS_ONE">
176   <owner>miguelg@chromium.org</owner>
177   <summary>
178     The domain for which a Geolocation permission prompt was Denied.
179   </summary>
180 </rappor-metric>
182 <rappor-metric
183     name="ContentSettings.PermissionActions_Geolocation.Dismissed.Url"
184     type="ETLD_PLUS_ONE">
185   <owner>miguelg@chromium.org</owner>
186   <summary>
187     The domain for which a Geolocation permission prompt was Dismissed.
188   </summary>
189 </rappor-metric>
191 <rappor-metric name="ContentSettings.PermissionActions_Geolocation.Granted.Url"
192     type="ETLD_PLUS_ONE">
193   <owner>miguelg@chromium.org</owner>
194   <summary>
195     The domain for which a Geolocation permission prompt was accepted.
196   </summary>
197 </rappor-metric>
199 <rappor-metric name="ContentSettings.PermissionActions_Geolocation.Ignored.Url"
200     type="ETLD_PLUS_ONE">
201   <owner>miguelg@chromium.org</owner>
202   <summary>
203     The domain for which a Geolocation permission prompt was Ignored.
204   </summary>
205 </rappor-metric>
207 <rappor-metric name="ContentSettings.PermissionActions_Geolocation.Revoked.Url"
208     type="ETLD_PLUS_ONE">
209   <owner>jialiul@chromium.org</owner>
210   <summary>
211     The domain for which a Geolocation permission was revoked.
212   </summary>
213 </rappor-metric>
215 <rappor-metric name="ContentSettings.PermissionActions_Mic.Revoked.Url"
216     type="ETLD_PLUS_ONE">
217   <owner>jialiul@chromium.org</owner>
218   <summary>
219     The domain for which a microphone permission was revoked.
220   </summary>
221 </rappor-metric>
223 <rappor-metric
224     name="ContentSettings.PermissionActions_Notifications.Denied.Url"
225     type="ETLD_PLUS_ONE">
226   <owner>miguelg@chromium.org</owner>
227   <summary>
228     The domain for which a Notification permission prompt was Denied.
229   </summary>
230 </rappor-metric>
232 <rappor-metric
233     name="ContentSettings.PermissionActions_Notifications.Dismissed.Url"
234     type="ETLD_PLUS_ONE">
235   <owner>miguelg@chromium.org</owner>
236   <summary>
237     The domain for which a Notification permission prompt was Dismissed.
238   </summary>
239 </rappor-metric>
241 <rappor-metric
242     name="ContentSettings.PermissionActions_Notifications.Granted.Url"
243     type="ETLD_PLUS_ONE">
244   <owner>miguelg@chromium.org</owner>
245   <summary>
246     The domain for which a Notification permission prompt was accepted.
247   </summary>
248 </rappor-metric>
250 <rappor-metric
251     name="ContentSettings.PermissionActions_Notifications.Ignored.Url"
252     type="ETLD_PLUS_ONE">
253   <owner>miguelg@chromium.org</owner>
254   <summary>
255     The domain for which a Notification permission prompt was Ignored.
256   </summary>
257 </rappor-metric>
259 <rappor-metric
260     name="ContentSettings.PermissionActions_Notifications.Revoked.Url"
261     type="ETLD_PLUS_ONE">
262   <owner>jialiul@chromium.org</owner>
263   <summary>
264     The domain for which a Notification permission was revoked.
265   </summary>
266 </rappor-metric>
268 <rappor-metric name="ContentSettings.PermissionRequested.Geolocation.Url"
269     type="ETLD_PLUS_ONE">
270   <owner>miguelg@chromium.org</owner>
271   <summary>
272     The domain that issues a Geolocation permission prompt.
273   </summary>
274 </rappor-metric>
276 <rappor-metric name="ContentSettings.PermissionRequested.Notifications.Url"
277     type="ETLD_PLUS_ONE">
278   <owner>miguelg@chromium.org</owner>
279   <summary>
280     The domain that issues a Notification permission prompt.
281   </summary>
282 </rappor-metric>
284 <rappor-metric name="DeviceSensors.DeviceMotion" type="ETLD_PLUS_ONE">
285   <owner>timvolodine@chromium.org</owner>
286   <summary>
287     The domain and registry of the URL that is using Device Motion API.
288   </summary>
289 </rappor-metric>
291 <rappor-metric name="DeviceSensors.DeviceOrientation" type="ETLD_PLUS_ONE">
292   <owner>timvolodine@chromium.org</owner>
293   <summary>
294     The domain and registry of the URL that is using Device Orientation API.
295   </summary>
296 </rappor-metric>
298 <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE">
299   <owner>rdevlin.cronin@chromium.org</owner>
300   <summary>
301     The eTLD+1 of a URL that might be doing ad injection.
302   </summary>
303 </rappor-metric>
305 <rappor-metric name="Launch.HomeScreen.Shortcut" type="ETLD_PLUS_ONE">
306   <owner>dfalcantara@chromium.org</owner>
307   <summary>
308     The eTLD+1 of a URL that was launched from the Android Home screen into a
309     tab.  This explicitly does not count relaunches via the Android Recents
310     menu.
311   </summary>
312 </rappor-metric>
314 <rappor-metric name="Launch.HomeScreen.Standalone" type="ETLD_PLUS_ONE">
315   <owner>dfalcantara@chromium.org</owner>
316   <summary>
317     The eTLD+1 of a URL that was launched from the Android Home screen into a
318     WebappActivity.  This explicitly does not count relaunches via the Android
319     Recents menu.
320   </summary>
321 </rappor-metric>
323 <rappor-metric name="Launch.HomeScreenSource.AddToHomeScreen"
324     type="ETLD_PLUS_ONE">
325   <owner>dominickn@chromium.org</owner>
326   <summary>
327     The eTLD+1 of a URL that was launched from the Android Home screen via an
328     intent added from an add to homescreen menu item. This explicitly does not
329     count relaunches via the Android Recents menu.
330   </summary>
331 </rappor-metric>
333 <rappor-metric name="Launch.HomeScreenSource.AppBanner" type="ETLD_PLUS_ONE">
334   <owner>dominickn@chromium.org</owner>
335   <summary>
336     The eTLD+1 of a URL that was launched from the Android Home screen via an
337     intent added from an app banner. This explicitly does not count relaunches
338     via the Android Recents menu.
339   </summary>
340 </rappor-metric>
342 <rappor-metric name="Launch.HomeScreenSource.BookmarkNavigatorWidget"
343     type="ETLD_PLUS_ONE">
344   <owner>aurimas@chromium.org</owner>
345   <summary>
346     The eTLD+1 of a URL that was launched from the Chrome's bookmark navigator
347     widget. This explicitly does not count relaunches via the Android Recents
348     menu.
349   </summary>
350 </rappor-metric>
352 <rappor-metric name="Launch.HomeScreenSource.BookmarkShortcutWidget"
353     type="ETLD_PLUS_ONE">
354   <owner>aurimas@chromium.org</owner>
355   <summary>
356     The eTLD+1 of a URL that was launched from the Chrome's bookmark shortcut
357     widget. This explicitly does not count relaunches via the Android Recents
358     menu.
359   </summary>
360 </rappor-metric>
362 <rappor-metric name="Launch.HomeScreenSource.Unknown" type="ETLD_PLUS_ONE">
363   <owner>dominickn@chromium.org</owner>
364   <summary>
365     The eTLD+1 of a URL that was launched from the Android Home screen via an
366     intent added from an unknown source. This explicitly does not count
367     relaunches via the Android Recents menu.
368   </summary>
369 </rappor-metric>
371 <rappor-metric name="Media.OriginUrl.EME" type="ETLD_PLUS_ONE">
372   <owner>xhwang@chromium.org</owner>
373   <summary>
374     The domain and registry of the URL that uses Encrypted Media Extensions
375     (EME).
376   </summary>
377 </rappor-metric>
379 <rappor-metric name="Media.OriginUrl.EME.Insecure" type="ETLD_PLUS_ONE">
380   <owner>xhwang@chromium.org</owner>
381   <summary>
382     The domain and registry of the URL that uses Encrypted Media Extensions
383     (EME) from an insecure origin.
384   </summary>
385 </rappor-metric>
387 <rappor-metric name="Media.OriginUrl.HLS" type="ETLD_PLUS_ONE">
388   <owner>watk@chromium.org</owner>
389   <summary>
390     The domain and registry of the URL that loads an HTML5 media player to play
391     a HLS stream.
392   </summary>
393 </rappor-metric>
395 <rappor-metric name="Media.OriginUrl.MSE" type="ETLD_PLUS_ONE">
396   <owner>xhwang@chromium.org</owner>
397   <summary>
398     The domain and registry of the URL that loads an HTML5 media player using
399     Media Source Extensions (MSE).
400   </summary>
401 </rappor-metric>
403 <rappor-metric name="Media.OriginUrl.SRC" type="ETLD_PLUS_ONE">
404   <owner>xhwang@chromium.org</owner>
405   <summary>
406     The domain and registry of the URL that loads an HTML5 media player using
407     SRC.
408   </summary>
409 </rappor-metric>
411 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.NTPTileClick"
412     type="UMA_RAPPOR_TYPE">
413   <owner>knn@chromium.org</owner>
414   <summary>
415     The eTLD+1 of the website visited by a user by clicking on the tile in the
416     NewTabPage.
417   </summary>
418 </rappor-metric>
420 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.OmniboxNonSearch"
421     type="UMA_RAPPOR_TYPE">
422   <owner>knn@chromium.org</owner>
423   <summary>
424     The eTLD+1 of the website visited by a user by typing the URL in the
425     omnibox including those completed from suggestions but not including
426     those that end up being searches in the search engine.
427   </summary>
428 </rappor-metric>
430 <rappor-metric name="Navigation.Scheme.Data" type="ETLD_PLUS_ONE">
431   <owner>meacer@chromium.org</owner>
432   <summary>
433     The domain and registry of the URL that resulted in a main frame navigation
434     to a |data:| URL. This includes page initiated navigations (e.g. redirects)
435     and users clicking links, but excludes navigations initiated by users typing
436     |data:| URLs.
437   </summary>
438 </rappor-metric>
440 <rappor-metric name="Plugins.FlashOriginUrl" type="ETLD_PLUS_ONE">
441   <owner>wfh@chromium.org</owner>
442   <summary>
443     The domain and registry of the top level URL of a page which attempts to
444     launch a Flash NPAPI or PPAPI plugin, if the client has Flash installed
445     and enabled. Recorded when the plugin frame appears for each Flash object
446     found on the page, even if the plugin is click-to-play.
447   </summary>
448 </rappor-metric>
450 <rappor-metric name="Plugins.FlashUrl" type="ETLD_PLUS_ONE">
451   <owner>wfh@chromium.org</owner>
452   <summary>
453     The domain and registry of the URL from where Flash SWF or SPL content is
454     being loaded from, while attempting to launch a Flash (NPAPI or PPAPI)
455     plugin that is installed and enabled.  Recorded when the plugin frame
456     appears for each Flash object found in the page, even if the plugin is
457     click-to-play.
458   </summary>
459 </rappor-metric>
461 <rappor-metric name="Plugins.SilverlightOriginUrl" type="ETLD_PLUS_ONE">
462   <owner>wfh@chromium.org</owner>
463   <summary>
464     The domain and registry of the top level URL of a page which attempts to
465     launch a Silverlight NPAPI plugin, if the client has Silverlight installed
466     and enabled. Recorded when the plugin frame appears for each Silverlight
467     object found on the page, even if the plugin is click-to-play.
468   </summary>
469 </rappor-metric>
471 <rappor-metric name="PowerfulFeatureUse.Host.DeviceMotion.Origin.Insecure"
472     type="ETLD_PLUS_ONE">
473   <owner>jww@chromium.org</owner>
474   <summary>
475     The host of the URL that uses the device motion API from an insecure origin.
476   </summary>
477 </rappor-metric>
479 <rappor-metric name="PowerfulFeatureUse.Host.DeviceOrientation.Insecure"
480     type="ETLD_PLUS_ONE">
481   <owner>jww@chromium.org</owner>
482   <summary>
483     The host of the URL that uses the device orientation API from an insecure
484     origin.
485   </summary>
486 </rappor-metric>
488 <rappor-metric name="PowerfulFeatureUse.Host.Fullscreen.Insecure"
489     type="ETLD_PLUS_ONE">
490   <owner>jww@chromium.org</owner>
491   <summary>
492     The host of the URL that uses the fullscreen API from an insecure origin.
493   </summary>
494 </rappor-metric>
496 <rappor-metric name="PowerfulFeatureUse.Host.Geolocation.Insecure"
497     type="ETLD_PLUS_ONE">
498   <owner>jww@chromium.org</owner>
499   <summary>
500     The host of the URL that uses the geolocation API from an insecure origin.
501   </summary>
502 </rappor-metric>
504 <rappor-metric name="PowerfulFeatureUse.Host.GetUserMedia.Insecure"
505     type="ETLD_PLUS_ONE">
506   <owner>jww@chromium.org</owner>
507   <summary>
508     The host of the URL that uses the getUserMedia API from an insecure origin.
509   </summary>
510 </rappor-metric>
512 <rappor-metric name="PushMessaging.GenericNotificationShown.Origin"
513     type="ETLD_PLUS_ONE">
514   <owner>miguelg@chromium.org</owner>
515   <summary>
516     Number of times the generic (forced) notification was shown per origin.
517     This happens if the site uses the push api but does not generate a
518     notification of their own.
519   </summary>
520 </rappor-metric>
522 <rappor-metric name="PushMessaging.MessageReceived.Origin" type="ETLD_PLUS_ONE">
523   <owner>miguelg@chromium.org</owner>
524   <summary>
525     Push Messages received per Origin.
526   </summary>
527 </rappor-metric>
529 <rappor-metric name="Search.DefaultSearchProvider" type="ETLD_PLUS_ONE">
530   <owner>holte@chromium.org</owner>
531   <summary>
532     The domain and registry of the URL for the default search engine.
533     Recorded when a profile is opened or after a profile reset.
534   </summary>
535 </rappor-metric>
537 <rappor-metric name="ServiceWorker.ControlledPageUrl" type="ETLD_PLUS_ONE">
538   <owner>horo@chromium.org</owner>
539   <summary>
540     The domain and registry of the URL of the page which is controlled by a
541     ServiceWorker. Recorded when the page is loaded.
542   </summary>
543 </rappor-metric>
545 <rappor-metric name="Settings.FirstStartupPage" type="ETLD_PLUS_ONE">
546   <owner>holte@chromium.org</owner>
547   <summary>
548     The domain and registry of the URL of the first page opened on startup.
549     Recorded when a profile is loaded if preferences specify a fixed set of URLs
550     to open on startup.
551   </summary>
552 </rappor-metric>
554 <rappor-metric name="Settings.HomePage2" type="ETLD_PLUS_ONE">
555   <owner>holte@chromium.org</owner>
556   <summary>
557     The eTLD+1 of the prefs::kHomePage setting.  Recorded when a profile is
558     loaded if the URL is valid and prefs::kHomePageIsNewTabPage is false.
559   </summary>
560 </rappor-metric>
562 <rappor-metric name="Settings.NewTabPage" type="ETLD_PLUS_ONE">
563   <owner>holte@chromium.org</owner>
564   <summary>
565     The domain and registry of the URL chrome://newtab is rewritten to.
566     Recorded when a profile is loaded, if the URL is valid.
567   </summary>
568 </rappor-metric>
570 <rappor-metric name="SoftwareReporter.FoundUwS" type="COARSE_RAPPOR_TYPE">
571   <owner>mad@chromium.org</owner>
572   <summary>
573     The IDs of unwanted software found by the software reporter tool.
574   </summary>
575 </rappor-metric>
577 <rappor-metric name="Startup.BrowserLaunchURL" type="UMA_RAPPOR_TYPE">
578   <owner>rkaplow@chromium.org</owner>
579   <summary>
580     The eTLD+1 of a URL that was passed in from the command line when Chrome
581     is invoked. Note that this handles the case of a URL passed to Chrome
582     starting up, or when a running Chrome is given the message to open a new
583     URL.
584   </summary>
585 </rappor-metric>
587 <rappor-metric name="WebComponents.DocumentRegisterElement"
588     type="ETLD_PLUS_ONE">
589   <owner>kojii@chromium.org</owner>
590   <summary>
591     The host of a URL that used Document::RegisterElement().
592   </summary>
593 </rappor-metric>
595 <rappor-metric name="WebComponents.ElementCreateShadowRoot"
596     type="ETLD_PLUS_ONE">
597   <owner>kojii@chromium.org</owner>
598   <summary>
599     The host of a URL that used Element::CreateShadowRoot().
600   </summary>
601 </rappor-metric>
603 <rappor-metric name="WebComponents.EventPath" type="ETLD_PLUS_ONE">
604   <owner>kojii@chromium.org</owner>
605   <summary>
606     The host of a URL that used Event::Path().
607   </summary>
608 </rappor-metric>
610 <rappor-metric name="WebComponents.EventPath.Extensions" type="ETLD_PLUS_ONE">
611   <owner>kojii@chromium.org</owner>
612   <summary>
613     The name of an extension that used Event::Path().
614   </summary>
615 </rappor-metric>
617 <rappor-metric name="interstitial.harmful" type="SAFEBROWSING_RAPPOR_TYPE">
618   <owner>nparker@chromium.org</owner>
619   <summary>
620     The domain+registry of a URL that triggered a safe-browsing UWS
621     interstitial.
622   </summary>
623   <string-field name="domain">
624     <summary>
625       The domain+registry of a URL that triggered a safe-browsing UWS
626       interstitial.
627     </summary>
628   </string-field>
629   <flags-field name="flags">
630     <flag>Bit 0: DID_PROCEED</flag>
631     <flag>Bit 1: IS_REPEAT_VISIT</flag>
632     <summary>
633       Bitfield of the state from a safe-browsing UWS warning interstitial.
634     </summary>
635   </flags-field>
636 </rappor-metric>
638 <rappor-metric name="interstitial.malware" type="SAFEBROWSING_RAPPOR_TYPE">
639   <owner>nparker@chromium.org</owner>
640   <summary>
641     The domain+registry of a URL that triggered a safe-browsing malware
642     interstitial.
643   </summary>
644   <string-field name="domain">
645     <summary>
646       The domain+registry of a URL that triggered a safe-browsing malware
647       interstitial.
648     </summary>
649   </string-field>
650   <flags-field name="flags">
651     <flag>Bit 0: DID_PROCEED</flag>
652     <flag>Bit 1: IS_REPEAT_VISIT</flag>
653     <summary>
654       Bitfield of the state from a safe-browsing malware warning interstitial.
655     </summary>
656   </flags-field>
657 </rappor-metric>
659 <rappor-metric name="interstitial.phishing" type="SAFEBROWSING_RAPPOR_TYPE">
660   <owner>nparker@chromium.org</owner>
661   <summary>
662     The domain+registry of a URL that triggered a safe-browsing phishing
663     interstitial.
664   </summary>
665   <string-field name="domain">
666     <summary>
667       The domain+registry of a URL that triggered a safe-browsing phishing
668       interstitial.
669     </summary>
670   </string-field>
671   <flags-field name="flags">
672     <flag>Bit 0: DID_PROCEED</flag>
673     <flag>Bit 1: IS_REPEAT_VISIT</flag>
674     <summary>
675       Bitfield of the state from a safe-browsing phishing warning interstitial.
676     </summary>
677   </flags-field>
678 </rappor-metric>
680 <rappor-metric name="interstitial.ssl.domain" type="COARSE_RAPPOR_TYPE">
681   <owner>nparker@chromium.org</owner>
682   <summary>
683     ** DEPRECATED.  Replaced by insterstitial.ssl2.domain on 2015-07-07 since
684     the type changed.**  The domain+registry of a URL that triggered an SSL
685     interstitial.  Domains for bad-clock warnings are not reported.
686   </summary>
687 </rappor-metric>
689 <rappor-metric name="interstitial.ssl2" type="UMA_RAPPOR_TYPE">
690   <owner>nparker@chromium.org</owner>
691   <summary>
692     The domain+registry of a URL that triggered an SSL interstitial.
693   </summary>
694   <string-field name="domain">
695     <summary>
696       The domain+registry of a URL that triggered an SSL interstitial.
697     </summary>
698   </string-field>
699   <flags-field name="flags">
700     <flag>Bit 0: DID_PROCEED</flag>
701     <flag>Bit 1: IS_REPEAT_VISIT</flag>
702     <summary>
703       Bitfield of the state from an SSL warning interstitial.
704     </summary>
705   </flags-field>
706 </rappor-metric>
708 </rappor-metrics>
710 </rappor-configuration>