diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
commit | 59203c63bb777a3bacec32fb8830fba33540e809 (patch) | |
tree | 58298e711c0ff0575818c30485b44a2f21bf28a0 /browser/components/search/metrics.yaml | |
parent | Adding upstream version 126.0.1. (diff) | |
download | firefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip |
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/components/search/metrics.yaml')
-rw-r--r-- | browser/components/search/metrics.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/browser/components/search/metrics.yaml b/browser/components/search/metrics.yaml index c7636b9d04..8f81eff34b 100644 --- a/browser/components/search/metrics.yaml +++ b/browser/components/search/metrics.yaml @@ -193,6 +193,11 @@ serp: description: Indicates if the page was loaded while in Private Browsing Mode. type: boolean + is_signed_in: + description: + Indicates if the page was loaded while the user is signed in to a + provider's account. + type: boolean engagement: type: event @@ -340,6 +345,7 @@ serp: - https://bugzilla.mozilla.org/show_bug.cgi?id=1868476 - https://bugzilla.mozilla.org/show_bug.cgi?id=1869064 - https://bugzilla.mozilla.org/show_bug.cgi?id=1887686 + - https://bugzilla.mozilla.org/show_bug.cgi?id=1892267 data_reviews: - https://bugzilla.mozilla.org/show_bug.cgi?id=1868476 data_sensitivity: @@ -423,6 +429,16 @@ serp: description: > Indicates if the page is a shopping page. type: boolean + num_ads_hidden: + description: > + Number of ads hidden on the page at the time of categorizing the + page. + type: quantity + num_ads_loaded: + description: > + Number of ads loaded on the page at the time of categorizing the + page. + type: quantity num_ads_visible: description: > Number of ads visible on the page at the time of categorizing the |