Bug 1942239 - Add option to explicitly enable incremental origin initialization in...
[gecko.git] / toolkit / components / captchadetection / metrics.yaml
blob31b29523a00e3033abbac6d409526728ce323abe
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at https://mozilla.org/MPL/2.0/.
5 # Adding a new metric? We have docs for that!
6 # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
8 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
9 $tags:
10   - "Core :: Privacy: Anti-Tracking"
12 # Puzzle = Type of captcha that asks the user to solve a challenge, like selecting all images with traffic lights.
13 # Challange = Any type of captcha that is not a puzzle. Captchas that depend on browser fingerprint, IP address trust score and etc. are considered challenges.
14 # Captcha = A generic term for puzzles and challenges.
15 # Do note that many puzzle based captchas are also challenges, as they also factor in the user's browser fingerprint, IP address trust score and etc.
17 # We use some abbreviations in some metric names.
18 # Puzzle related: pc = puzzle completed, pf = puzzle failed, ac = auto completed, ps = puzzle shown
19 # Challenge related: cc = challenge completed, cf = challenge failed
20 # General: PBM = Private Browsing Mode, bl = blocked
22 captcha_detection:
23   # Captcha states in normal browsing
24   google_recaptcha_v2_ps:
25     type: counter
26     description: >
27       Number of times the user has seen a Google reCAPTCHA v2 puzzle since last ping submission.
28     bugs:
29       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
30     data_reviews:
31       - https://phabricator.services.mozilla.com/D226021#7994299
32     notification_emails:
33       - tritter@mozilla.com
34     send_in_pings:
35       - captcha-detection
36     expires: never
37     data_sensitivity:
38       - interaction
40   google_recaptcha_v2_pc:
41     type: counter
42     description: >
43       Number of times the user completed a Google reCAPTCHA v2 puzzle since last ping submission.
44     bugs:
45       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
46     data_reviews:
47       - https://phabricator.services.mozilla.com/D226021#7994299
48     notification_emails:
49       - tritter@mozilla.com
50     send_in_pings:
51       - captcha-detection
52     expires: never
53     data_sensitivity:
54       - interaction
56   google_recaptcha_v2_ac:
57     type: counter
58     description: >
59       Number of times the user completed a Google reCAPTCHA v2 challenge automatically since last ping submission.
60     bugs:
61       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
62     data_reviews:
63       - https://phabricator.services.mozilla.com/D226021#7994299
64     notification_emails:
65       - tritter@mozilla.com
66     send_in_pings:
67       - captcha-detection
68     expires: never
69     data_sensitivity:
70       - interaction
72   cloudflare_turnstile_cc:
73     type: counter
74     description: >
75       Number of times the Cloudflare Turnstile challenge was successfully completed since last ping submission.
76     bugs:
77       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
78     data_reviews:
79       - https://phabricator.services.mozilla.com/D226021#7994299
80     notification_emails:
81       - tritter@mozilla.com
82     send_in_pings:
83       - captcha-detection
84     expires: never
85     data_sensitivity:
86       - interaction
88   cloudflare_turnstile_cf:
89     type: counter
90     description: >
91       Number of times the Cloudflare Turnstile challenge was failed since last ping submission.
92     bugs:
93       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
94     data_reviews:
95       - https://phabricator.services.mozilla.com/D226021#7994299
96     notification_emails:
97       - tritter@mozilla.com
98     send_in_pings:
99       - captcha-detection
100     expires: never
101     data_sensitivity:
102       - interaction
104   # Datadome uses interstitials to block access to the website.
105   # So it is enough to count the number of times the puzzle was shown.
106   datadome_ps:
107     type: counter
108     description: >
109       The number of times the Datadome puzzle was shown.
110     bugs:
111       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
112     data_reviews:
113       - https://phabricator.services.mozilla.com/D226021#7994299
114     notification_emails:
115       - tritter@mozilla.com
116     send_in_pings:
117       - captcha-detection
118     expires: never
119     data_sensitivity:
120       - interaction
122   datadome_bl:
123     type: counter
124     description: >
125       How many times the Datadome blocked a user.
126     bugs:
127       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
128     data_reviews:
129       - https://phabricator.services.mozilla.com/D226021#7994299
130     notification_emails:
131       - tritter@mozilla.com
132     send_in_pings:
133       - captcha-detection
134     expires: never
135     data_sensitivity:
136       - interaction
138   datadome_pc:
139     type: counter
140     description: >
141       How many times the user passed a Datadome puzzle.
142     bugs:
143       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
144     data_reviews:
145       - https://phabricator.services.mozilla.com/D226021#7994299
146     notification_emails:
147       - tritter@mozilla.com
148     send_in_pings:
149       - captcha-detection
150     expires: never
151     data_sensitivity:
152       - interaction
154   hcaptcha_ps:
155     type: counter
156     description: >
157       Number of times the hCaptcha puzzle was shown.
158     bugs:
159       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
160     data_reviews:
161       - https://phabricator.services.mozilla.com/D226021#7994299
162     notification_emails:
163       - tritter@mozilla.com
164     send_in_pings:
165       - captcha-detection
166     expires: never
167     data_sensitivity:
168       - interaction
170   hcaptcha_pc:
171     type: counter
172     description: >
173       Number of times the user completed an hCaptcha puzzle.
174     bugs:
175       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
176     data_reviews:
177       - https://phabricator.services.mozilla.com/D226021#7994299
178     notification_emails:
179       - tritter@mozilla.com
180     send_in_pings:
181       - captcha-detection
182     expires: never
183     data_sensitivity:
184       - interaction
186   hcaptcha_ac:
187     type: counter
188     description: >
189       Number of times the user completed an hCaptcha challenge automatically.
190     bugs:
191       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
192     data_reviews:
193       - https://phabricator.services.mozilla.com/D226021#7994299
194     notification_emails:
195       - tritter@mozilla.com
196     send_in_pings:
197       - captcha-detection
198     expires: never
199     data_sensitivity:
200       - interaction
202   awswaf_ps:
203     type: counter
204     description: >
205       How many times the AWS WAF challenge was shown.
206     bugs:
207       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
208     data_reviews:
209       - https://phabricator.services.mozilla.com/D226021#7994299
210     notification_emails:
211       - tritter@mozilla.com
212     send_in_pings:
213       - captcha-detection
214     expires: never
215     data_sensitivity:
216       - interaction
218   awswaf_pc:
219     type: counter
220     description: >
221       How many times the AWS WAF challenge was successfully completed.
222     bugs:
223       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
224     data_reviews:
225       - https://phabricator.services.mozilla.com/D226021#7994299
226     notification_emails:
227       - tritter@mozilla.com
228     send_in_pings:
229       - captcha-detection
230     expires: never
231     data_sensitivity:
232       - interaction
234   awswaf_pf:
235     type: counter
236     description: >
237       How many times the AWS WAF challenge was failed.
238     bugs:
239       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
240     data_reviews:
241       - https://phabricator.services.mozilla.com/D226021#7994299
242     notification_emails:
243       - tritter@mozilla.com
244     send_in_pings:
245       - captcha-detection
246     expires: never
247     data_sensitivity:
248       - interaction
250   awswaf_solutions_required:
251     type: custom_distribution
252     range_min: 1
253     range_max: 25 # I really hope AWS WAF doesn't require more than 25 solutions or no one tries to solve it
254     bucket_count: 25
255     histogram_type: linear
256     description: >
257       The number of solutions required to complete the AWS WAF challenge.
258     bugs:
259       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
260     data_reviews:
261       - https://phabricator.services.mozilla.com/D226021#7994299
262     notification_emails:
263       - tritter@mozilla.com
264     send_in_pings:
265       - captcha-detection
266     expires: never
267     data_sensitivity:
268       - interaction
270   arkoselabs_ps:
271     type: counter
272     description: >
273       How many times the ArkoseLabs challenge was shown.
274     bugs:
275       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
276     data_reviews:
277       - https://phabricator.services.mozilla.com/D226021#7994299
278     notification_emails:
279       - tritter@mozilla.com
280     send_in_pings:
281       - captcha-detection
282     expires: never
283     data_sensitivity:
284       - interaction
286   arkoselabs_pc:
287     type: counter
288     description: >
289       How many times the ArkoseLabs challenge was successfully completed.
290     bugs:
291       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
292     data_reviews:
293       - https://phabricator.services.mozilla.com/D226021#7994299
294     notification_emails:
295       - tritter@mozilla.com
296     send_in_pings:
297       - captcha-detection
298     expires: never
299     data_sensitivity:
300       - interaction
302   arkoselabs_pf:
303     type: counter
304     description: >
305       How many times the ArkoseLabs challenge was failed.
306     bugs:
307       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
308     data_reviews:
309       - https://phabricator.services.mozilla.com/D226021#7994299
310     notification_emails:
311       - tritter@mozilla.com
312     send_in_pings:
313       - captcha-detection
314     expires: never
315     data_sensitivity:
316       - interaction
318   arkoselabs_solutions_required:
319     type: custom_distribution
320     range_min: 1
321     range_max: 25 # I really hope it doesn't require more than 25 solutions or no one tries to solve it
322     bucket_count: 25
323     histogram_type: linear
324     description: >
325       The number of solutions required to complete the ArkoseLabs challenge.
326     bugs:
327       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
328     data_reviews:
329       - https://phabricator.services.mozilla.com/D226021#7994299
330     notification_emails:
331       - tritter@mozilla.com
332     send_in_pings:
333       - captcha-detection
334     expires: never
335     data_sensitivity:
336       - interaction
338   # Captcha states in private browsing
339   google_recaptcha_v2_ps_pbm:
340     type: counter
341     description: >
342       Number of times the user has seen a Google reCAPTCHA v2 puzzle since last ping submission.
343     bugs:
344       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
345     data_reviews:
346       - https://phabricator.services.mozilla.com/D226021#7994299
347     notification_emails:
348       - tritter@mozilla.com
349     send_in_pings:
350       - captcha-detection
351     expires: never
352     data_sensitivity:
353       - interaction
355   google_recaptcha_v2_pc_pbm:
356     type: counter
357     description: >
358       Number of times the user completed a Google reCAPTCHA v2 puzzle since last ping submission.
359     bugs:
360       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
361     data_reviews:
362       - https://phabricator.services.mozilla.com/D226021#7994299
363     notification_emails:
364       - tritter@mozilla.com
365     send_in_pings:
366       - captcha-detection
367     expires: never
368     data_sensitivity:
369       - interaction
371   google_recaptcha_v2_ac_pbm:
372     type: counter
373     description: >
374       Number of times the user completed a Google reCAPTCHA v2 challenge automatically since last ping submission.
375     bugs:
376       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
377     data_reviews:
378       - https://phabricator.services.mozilla.com/D226021#7994299
379     notification_emails:
380       - tritter@mozilla.com
381     send_in_pings:
382       - captcha-detection
383     expires: never
384     data_sensitivity:
385       - interaction
387   cloudflare_turnstile_cc_pbm:
388     type: counter
389     description: >
390       Number of times the Cloudflare Turnstile challenge was successfully completed since last ping submission.
391     bugs:
392       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
393     data_reviews:
394       - https://phabricator.services.mozilla.com/D226021#7994299
395     notification_emails:
396       - tritter@mozilla.com
397     send_in_pings:
398       - captcha-detection
399     expires: never
400     data_sensitivity:
401       - interaction
403   cloudflare_turnstile_cf_pbm:
404     type: counter
405     description: >
406       Number of times the Cloudflare Turnstile challenge was failed since last ping submission.
407     bugs:
408       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
409     data_reviews:
410       - https://phabricator.services.mozilla.com/D226021#7994299
411     notification_emails:
412       - tritter@mozilla.com
413     send_in_pings:
414       - captcha-detection
415     expires: never
416     data_sensitivity:
417       - interaction
419   datadome_ps_pbm:
420     type: counter
421     description: >
422       The number of times the Datadome puzzle was shown.
423     bugs:
424       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
425     data_reviews:
426       - https://phabricator.services.mozilla.com/D226021#7994299
427     notification_emails:
428       - tritter@mozilla.com
429     send_in_pings:
430       - captcha-detection
431     expires: never
432     data_sensitivity:
433       - interaction
435   datadome_bl_pbm:
436     type: counter
437     description: >
438       How many times the Datadome blocked a user.
439     bugs:
440       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
441     data_reviews:
442       - https://phabricator.services.mozilla.com/D226021#7994299
443     notification_emails:
444       - tritter@mozilla.com
445     send_in_pings:
446       - captcha-detection
447     expires: never
448     data_sensitivity:
449       - interaction
451   datadome_pc_pbm:
452     type: counter
453     description: >
454       How many times the user completed a Datadome puzzle.
455     bugs:
456       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
457     data_reviews:
458       - https://phabricator.services.mozilla.com/D226021#7994299
459     notification_emails:
460       - tritter@mozilla.com
461     send_in_pings:
462       - captcha-detection
463     expires: never
464     data_sensitivity:
465       - interaction
467   hcaptcha_ps_pbm:
468     type: counter
469     description: >
470       Number of times the hCaptcha puzzle was shown.
471     bugs:
472       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
473     data_reviews:
474       - https://phabricator.services.mozilla.com/D226021#7994299
475     notification_emails:
476       - tritter@mozilla.com
477     send_in_pings:
478       - captcha-detection
479     expires: never
480     data_sensitivity:
481       - interaction
483   hcaptcha_pc_pbm:
484     type: counter
485     description: >
486       Number of times the user completed an hCaptcha puzzle.
487     bugs:
488       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
489     data_reviews:
490       - https://phabricator.services.mozilla.com/D226021#7994299
491     notification_emails:
492       - tritter@mozilla.com
493     send_in_pings:
494       - captcha-detection
495     expires: never
496     data_sensitivity:
497       - interaction
499   hcaptcha_ac_pbm:
500     type: counter
501     description: >
502       Number of times the user completed an hCaptcha challenge automatically.
503     bugs:
504       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
505     data_reviews:
506       - https://phabricator.services.mozilla.com/D226021#7994299
507     notification_emails:
508       - tritter@mozilla.com
509     send_in_pings:
510       - captcha-detection
511     expires: never
512     data_sensitivity:
513       - interaction
515   awswaf_ps_pbm:
516     type: counter
517     description: >
518       How many times the AWS WAF challenge was shown.
519     bugs:
520       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
521     data_reviews:
522       - https://phabricator.services.mozilla.com/D226021#7994299
523     notification_emails:
524       - tritter@mozilla.com
525     send_in_pings:
526       - captcha-detection
527     expires: never
528     data_sensitivity:
529       - interaction
531   awswaf_pc_pbm:
532     type: counter
533     description: >
534       How many times the AWS WAF challenge was successfully completed.
535     bugs:
536       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
537     data_reviews:
538       - https://phabricator.services.mozilla.com/D226021#7994299
539     notification_emails:
540       - tritter@mozilla.com
541     send_in_pings:
542       - captcha-detection
543     expires: never
544     data_sensitivity:
545       - interaction
547   awswaf_pf_pbm:
548     type: counter
549     description: >
550       How many times the AWS WAF challenge was failed.
551     bugs:
552       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
553     data_reviews:
554       - https://phabricator.services.mozilla.com/D226021#7994299
555     notification_emails:
556       - tritter@mozilla.com
557     send_in_pings:
558       - captcha-detection
559     expires: never
560     data_sensitivity:
561       - interaction
563   awswaf_solutions_required_pbm:
564     type: custom_distribution
565     range_min: 1
566     range_max: 25 # I really hope AWS WAF doesn't require more than 25 solutions or no one tries to solve it
567     bucket_count: 25
568     histogram_type: linear
569     description: >
570       The number of solutions required to complete the AWS WAF challenge.
571     bugs:
572       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
573     data_reviews:
574       - https://phabricator.services.mozilla.com/D226021#7994299
575     notification_emails:
576       - tritter@mozilla.com
577     send_in_pings:
578       - captcha-detection
579     expires: never
580     data_sensitivity:
581       - interaction
583   arkoselabs_ps_pbm:
584     type: counter
585     description: >
586       How many times the ArkoseLabs challenge was shown.
587     bugs:
588       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
589     data_reviews:
590       - https://phabricator.services.mozilla.com/D226021#7994299
591     notification_emails:
592       - tritter@mozilla.com
593     send_in_pings:
594       - captcha-detection
595     expires: never
596     data_sensitivity:
597       - interaction
599   arkoselabs_pc_pbm:
600     type: counter
601     description: >
602       How many times the ArkoseLabs challenge was successfully completed.
603     bugs:
604       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
605     data_reviews:
606       - https://phabricator.services.mozilla.com/D226021#7994299
607     notification_emails:
608       - tritter@mozilla.com
609     send_in_pings:
610       - captcha-detection
611     expires: never
612     data_sensitivity:
613       - interaction
615   arkoselabs_pf_pbm:
616     type: counter
617     description: >
618       How many times the ArkoseLabs challenge was failed.
619     bugs:
620       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
621     data_reviews:
622       - https://phabricator.services.mozilla.com/D226021#7994299
623     notification_emails:
624       - tritter@mozilla.com
625     send_in_pings:
626       - captcha-detection
627     expires: never
628     data_sensitivity:
629       - interaction
631   arkoselabs_solutions_required_pbm:
632     type: custom_distribution
633     range_min: 1
634     range_max: 25 # I really hope it doesn't require more than 25 solutions or no one tries to solve it
635     bucket_count: 25
636     histogram_type: linear
637     description: >
638       The number of solutions required to complete the ArkoseLabs challenge.
639     bugs:
640       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
641     data_reviews:
642       - https://phabricator.services.mozilla.com/D226021#7994299
643     notification_emails:
644       - tritter@mozilla.com
645     send_in_pings:
646       - captcha-detection
647     expires: never
648     data_sensitivity:
649       - interaction
651   # Privacy settings in normal browsing at the time of the ping
652   network_cookie_cookiebehavior:
653     type: string
654     description: >
655       The user's cookie behavior setting at the time of data collection.
656     bugs:
657       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
658     data_reviews:
659       - https://phabricator.services.mozilla.com/D226021#7994299
660     notification_emails:
661       - tritter@mozilla.com
662     send_in_pings:
663       - captcha-detection
664     expires: never
665     data_sensitivity:
666       - interaction
668   privacy_trackingprotection_enabled:
669     type: boolean
670     description: >
671       Whether the user has enabled tracking protection at the time of data collection.
672     bugs:
673       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
674     data_reviews:
675       - https://phabricator.services.mozilla.com/D226021#7994299
676     notification_emails:
677       - tritter@mozilla.com
678     send_in_pings:
679       - captcha-detection
680     expires: never
681     data_sensitivity:
682       - interaction
684   privacy_trackingprotection_cryptomining_enabled:
685     type: boolean
686     description: >
687       Whether the user has enabled cryptomining protection at the time of data collection.
688     bugs:
689       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
690     data_reviews:
691       - https://phabricator.services.mozilla.com/D226021#7994299
692     notification_emails:
693       - tritter@mozilla.com
694     send_in_pings:
695       - captcha-detection
696     expires: never
697     data_sensitivity:
698       - interaction
700   privacy_trackingprotection_fingerprinting_enabled:
701     type: boolean
702     description: >
703       Whether the user has enabled known fingerprinters protection at the time of data collection.
704     bugs:
705       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
706     data_reviews:
707       - https://phabricator.services.mozilla.com/D226021#7994299
708     notification_emails:
709       - tritter@mozilla.com
710     send_in_pings:
711       - captcha-detection
712     expires: never
713     data_sensitivity:
714       - interaction
716   privacy_fingerprintingprotection:
717     type: boolean
718     description: >
719       Whether the user has enabled suspected fingerprinters protection at the time of data collection.
720     bugs:
721       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
722     data_reviews:
723       - https://phabricator.services.mozilla.com/D226021#7994299
724     notification_emails:
725       - tritter@mozilla.com
726     send_in_pings:
727       - captcha-detection
728     expires: never
729     data_sensitivity:
730       - interaction
732   network_cookie_cookiebehavior_optinpartitioning:
733     type: boolean
734     description: >
735       Whether the user has enabled cookie partitioning at the time of data collection.
736     bugs:
737       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
738     data_reviews:
739       - https://phabricator.services.mozilla.com/D226021#7994299
740     notification_emails:
741       - tritter@mozilla.com
742     send_in_pings:
743       - captcha-detection
744     expires: never
745     data_sensitivity:
746       - interaction
748   privacy_resistfingerprinting:
749     type: boolean
750     description: >
751       Whether the user has enabled resist fingerprinting at the time of data collection.
752     bugs:
753       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
754     data_reviews:
755       - https://phabricator.services.mozilla.com/D226021#7994299
756     notification_emails:
757       - tritter@mozilla.com
758     send_in_pings:
759       - captcha-detection
760     expires: never
761     data_sensitivity:
762       - interaction
764   # Privacy settings in private browsing at the time of the ping
765   privacy_trackingprotection_pbm_enabled:
766     type: boolean
767     description: >
768       Whether the user has enabled tracking protection in PBM at the time of data collection.
769     bugs:
770       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
771     data_reviews:
772       - https://phabricator.services.mozilla.com/D226021#7994299
773     notification_emails:
774       - tritter@mozilla.com
775     send_in_pings:
776       - captcha-detection
777     expires: never
778     data_sensitivity:
779       - interaction
781   privacy_fingerprintingprotection_pbm:
782     type: boolean
783     description: >
784       Whether the user has enabled suspected fingerprinters protection in PBM at the time of data collection.
785     bugs:
786       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
787     data_reviews:
788       - https://phabricator.services.mozilla.com/D226021#7994299
789     notification_emails:
790       - tritter@mozilla.com
791     send_in_pings:
792       - captcha-detection
793     expires: never
794     data_sensitivity:
795       - interaction
797   network_cookie_cookiebehavior_optinpartitioning_pbm:
798     type: boolean
799     description: >
800       Whether the user has enabled cookie partioning in PBM at the time of data collection.
801     bugs:
802       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
803     data_reviews:
804       - https://phabricator.services.mozilla.com/D226021#7994299
805     notification_emails:
806       - tritter@mozilla.com
807     send_in_pings:
808       - captcha-detection
809     expires: never
810     data_sensitivity:
811       - interaction
813   privacy_resistfingerprinting_pbmode:
814     type: boolean
815     description: >
816       Whether the user has enabled resist fingerprinting in PBM at the time of data collection.
817     bugs:
818       - https://bugzilla.mozilla.org/show_bug.cgi?id=1913421
819     data_reviews:
820       - https://phabricator.services.mozilla.com/D226021#7994299
821     notification_emails:
822       - tritter@mozilla.com
823     send_in_pings:
824       - captcha-detection
825     expires: never
826     data_sensitivity:
827       - interaction