Source code
Revision control
Copy as Markdown
Other Tools
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# Adding a new metric? We have docs for that!
---
$tags:
- 'Core :: Privacy: Anti-Tracking'
cookie.banners:
normal_window_service_mode:
type: labeled_boolean
description: >
The pref value of the cookie banner service mode for normal windows.
bugs:
data_reviews:
notification_emails:
- tihuang@mozilla.com
- pbz@mozilla.com
expires: never
labels:
- disabled
- reject
- reject_or_accept
- invalid
telemetry_mirror: COOKIE_BANNERS_NORMAL_WINDOW_SERVICE_MODE
private_window_service_mode:
type: labeled_boolean
description: >
The pref value of the cookie banner service mode for private windows.
bugs:
data_reviews:
notification_emails:
- tihuang@mozilla.com
- pbz@mozilla.com
expires: never
labels:
- disabled
- reject
- reject_or_accept
- invalid
telemetry_mirror: COOKIE_BANNERS_PRIVATE_WINDOW_SERVICE_MODE
service_detect_only:
type: boolean
description: >
Tracks the value of the cookiebanners.service.detectOnly pref.
bugs:
data_reviews:
notification_emails:
- tihuang@mozilla.com
- pbz@mozilla.com
expires: never
telemetry_mirror: COOKIE_BANNERS_SERVICE_DETECT_ONLY
google_gdpr_choice_cookie:
type: labeled_string
description: >
Records the GDPR choice on Google Search based on the "SOCS" cookie of the
Google Search domains. The value could be "Accept", "Reject" or "Custom".
We use the label to record different choices on different Google domains.
We only collect this if the default search engine is Google.
bugs:
data_reviews:
data_sensitivity:
- stored_content
notification_emails:
- pbz@mozilla.com
- tihuang@mozilla.com
expires: never
google_gdpr_choice_cookie_event:
type: event
description: >
Recorded whenever a GDPR choice is made on a Google Search page. We assess
the "SOCS" cookie to know the GDPR choice.
bugs:
data_reviews:
data_sensitivity:
- stored_content
notification_emails:
- pbz@mozilla.com
- tihuang@mozilla.com
expires: never
extra_keys:
search_domain:
description: The Google search domain where the GDPR choice was made.
type: string
choice:
description: >
The GDPR choice. The value could be "Accept", "Reject" or "Custom".
type: string
region:
description: >
The region where the GDPR consent is made. This is based on the IP
location.
type: string
google_gdpr_choice_cookie_event_pbm:
type: event
description: >
Recorded whenever a GDPR choice is made on a Google Search page on private
browsing windows. We assess the "SOCS" cookie to know the GDPR choice.
bugs:
data_reviews:
data_sensitivity:
- stored_content
notification_emails:
- pbz@mozilla.com
- tihuang@mozilla.com
expires: never
extra_keys:
choice:
description: >
The GDPR choice. The value could be "Accept", "Reject" or "Custom".
type: string