Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/browser/modules/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 69 kB image not shown  

Quelle  metrics.yaml   Sprache: unbekannt

 
Spracherkennung für: .yaml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# 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
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

# Adding a new metric? We have docs for that!
https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html

---
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
$tags:
  - 'Firefox :: General'

browser.engagement:
  active_ticks:
    type: counter
    description: |
      The number of five-second intervals ('ticks') the user was considered
      'active'.

      'active' means keyboard or mouse interaction with the application.
      It doesn't take into account whether or not the window has focus or is in
      the foreground, only if it is receiving these interaction events.

      Migrated from Telemetry's `browser.engagement.active_ticks`.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1376942  # Telemetry
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1545172  # Telemetry
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1741674
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1755050
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1781578
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1921440
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1545172#c8
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1781578
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811152#c5
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1921440
    data_sensitivity:
      - interaction
    notification_emails:
      - loines@mozilla.com
    expires: never
    send_in_pings:
      - baseline
      - metrics
      - usage-reporting
      - events
    telemetry_mirror: BROWSER_ENGAGEMENT_ACTIVE_TICKS
    no_lint:
      - BASELINE_PING
      - METRIC_ON_EVENTS_LIFETIME

  active_ticks_non_synthesized:
    type: counter
    description: |
      The number of five-second intervals ('ticks') the user was considered
      'active', counting only non-synthesized events.

      This is a corrected version of `active_ticks` that excludes synthesized
      mouse and pointer events (for example, the synthesized pointer move that
      is dispatched when content shifts under a stationary cursor during
      scrolling, reflow or content insertion). Such synthesized events inflated
      `active_ticks` starting in Firefox 140. Recorded side-by-side with
      `active_ticks` for data continuity while the correction is evaluated.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2050081
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2050081
    data_sensitivity:
      - interaction
    notification_emails:
      - csadilek@mozilla.com
      - tlong@mozilla.com
    expires: 161
    send_in_pings:
      - baseline
      - metrics
      - usage-reporting
      - events
    no_lint:
      - BASELINE_PING
      - METRIC_ON_EVENTS_LIFETIME

  consecutive_active_ticks:
    type: labeled_custom_distribution
    range_min: 1
    range_max: 2000
    bucket_count: 50
    histogram_type: exponential
    description: |
      Distribution of the number of consecutive five-second intervals ('ticks')
      the user was considered 'active' before transitioning to inactive.

      Each sample is the length of one uninterrupted run of active ticks,
      recorded when the run ends. This complements the `active_ticks` counters
      (which only track the total) by capturing how long users stay
      continuously engaged, and helps inform whether additional active-tick
      intervals should be introduced in the future.

      The `active_ticks` label mirrors the legacy `active_ticks` counter,
      counting all events. The `active_ticks_non_synthesized` label mirrors
      `active_ticks_non_synthesized`, excluding synthesized mouse and pointer
      events. The two labels are recorded side-by-side for easier analysis.

      A run still in progress when a ping is submitted is not recorded in that
      ping; it is recorded in a later ping once the run ends.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2050093
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2050093
    data_sensitivity:
      - interaction
    notification_emails:
      - csadilek@mozilla.com
      - tlong@mozilla.com
    expires: 161
    labels:
      - active_ticks
      - active_ticks_non_synthesized
    send_in_pings:
      - baseline
      - metrics
      - usage-reporting
      - events
    no_lint:
      - BASELINE_PING
      - METRIC_ON_EVENTS_LIFETIME

  inactive_period_duration:
    type: labeled_timing_distribution
    time_unit: second
    description: |
      Distribution of the duration of periods during which the user was
      considered 'inactive', measured from when the user goes inactive until
      the next activity resumes.

      Combined with `consecutive_active_ticks`, this helps reason about user
      interaction patterns more holistically and informs whether additional
      active-tick intervals (e.g. 20s or 60s) should be introduced in the
      future.

      The `active_ticks` label measures inactive periods for the legacy stream
      (all events). The `active_ticks_non_synthesized` label measures them for
      the corrected stream, which excludes synthesized mouse and pointer
      events. The two labels are recorded side-by-side for easier analysis.

      An inactive period still in progress when a ping is submitted is not
      recorded in that ping; it is recorded in a later ping once activity
      resumes.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2050099
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2050099
    data_sensitivity:
      - interaction
    notification_emails:
      - csadilek@mozilla.com
      - tlong@mozilla.com
    expires: 161
    labels:
      - active_ticks
      - active_ticks_non_synthesized
    send_in_pings:
      - baseline
      - metrics
      - usage-reporting
      - events
    no_lint:
      - BASELINE_PING
      - METRIC_ON_EVENTS_LIFETIME

  uri_count:
    type: counter
    description: |
      The number of total non-unique http(s) URIs visited, including page
      reloads, after the session has been restored. URIs on minimized or
      background tabs may also be counted. Private browsing uris are included.

      Migrated from Telemetry's
      `browser.engagement.total_uri_count_normal_and_private_mode`.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1535169  # Telemetry
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1741674
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1755050
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1781578
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1921440
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1535169#c14
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1781578
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811152#c5
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1921440
    data_sensitivity:
      - interaction
    notification_emails:
      - loines@mozilla.com
    expires: never
    send_in_pings:
      - baseline
      - metrics
      - usage-reporting
      - events
    no_lint:
      - BASELINE_PING
      - METRIC_ON_EVENTS_LIFETIME
    telemetry_mirror: BROWSER_ENGAGEMENT_TOTAL_URI_COUNT_NORMAL_AND_PRIVATE_MODE

  uri_count_normal_mode:
    type: counter
    description: >
      The count of the total non-unique http(s) URIs visited in a
      subsession, including page reloads, after the session has been
      restored. URIs on minimized or background tabs may also be counted
      towards this. Private browsing is not included in this count.
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.engagement.total_uri_count.
    bugs:
      - https://bugzil.la/1271313
      - https://bugzil.la/1529232
    data_reviews:
      - https://bugzil.la/1271313
      - https://bugzil.la/1529232
    notification_emails:
      - rweiss@mozilla.com
      - loines@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_ENGAGEMENT_TOTAL_URI_COUNT

  profile_count:
    type: quantity
    unit: profiles
    description: |
      Windows only count of the browser profiles on the current system. This
      counts profiles that have been used across all Windows user accounts on
      machine since this probe was added. The value persists across installs.
      A value of 0 is reported if there is an error determining the correct
      count. Unset on other platforms.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1813195
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1647422#c8
    data_sensitivity:
      - technical
    notification_emails:
      - pmcmanis@mozilla.com
      - rtestard@mozilla.com
    send_in_pings:
      - metrics
      - new-profile
    expires: never
    telemetry_mirror: BROWSER_ENGAGEMENT_PROFILE_COUNT

  max_concurrent_tab_count:
    type: quantity
    description: >
      The count of maximum number of tabs open during a subsession, across
      all windows, including tabs in private windows and restored at
      startup.
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.engagement.max_concurrent_tab_count.
    bugs:
      - https://bugzil.la/1271304
    data_reviews:
      - https://bugzil.la/1271304
    notification_emails:
      - rweiss@mozilla.com
    expires: never
    unit: tabs
    send_in_pings:
      - metrics
      - events
    no_lint:
      - METRIC_ON_EVENTS_LIFETIME
    telemetry_mirror: BROWSER_ENGAGEMENT_MAX_CONCURRENT_TAB_COUNT

  max_concurrent_vertical_tab_count:
    type: quantity
    description: >
      The count of maximum number of tabs with vertical tabs enabled.
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.engagement.max_concurrent_vertical_tab_count.
    bugs:
      - https://bugzil.la/1899352
    data_reviews:
      - https://bugzil.la/1899352
    notification_emails:
      - vsabino@mozilla.com
    expires: never
    unit: vertical tabs
    telemetry_mirror: BROWSER_ENGAGEMENT_MAX_CONCURRENT_VERTICAL_TAB_COUNT

  max_concurrent_window_count:
    type: quantity
    description: >
      The count of maximum number of browser windows open during a
      subsession. This includes private windows and the ones opened when
      starting the browser.
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.engagement.max_concurrent_window_count.
    bugs:
      - https://bugzil.la/1271304
    data_reviews:
      - https://bugzil.la/1271304
    notification_emails:
      - rweiss@mozilla.com
    expires: never
    unit: windows
    telemetry_mirror: BROWSER_ENGAGEMENT_MAX_CONCURRENT_WINDOW_COUNT

  max_concurrent_tab_pinned_count:
    type: quantity
    description: >
      The count of maximum number of pinned tabs open during a subsession.
      This includes private windows and the ones opened when starting the
      browser. Starting Firefox 85 this includes number of restored pinned
      tabs at startup.
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.engagement.max_concurrent_tab_pinned_count.
    bugs:
      - https://bugzil.la/1505535
    data_reviews:
      - https://bugzil.la/1505535
    notification_emails:
      - bmiroglio@mozilla.com
      - omc-core@mozilla.com
    expires: never
    unit: pinned tabs
    telemetry_mirror: BROWSER_ENGAGEMENT_MAX_CONCURRENT_TAB_PINNED_COUNT

  max_concurrent_vertical_tab_pinned_count:
    type: quantity
    description: >
      The count of maximum number of pinned tabs with vertical tabs
      enabled.
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.engagement.max_concurrent_vertical_tab_pinned_count.
    bugs:
      - https://bugzil.la/1899352
    data_reviews:
      - https://bugzil.la/1899352
    notification_emails:
      - vsabino@mozilla.com
    expires: never
    unit: vertical pinned tabs
    telemetry_mirror: BROWSER_ENGAGEMENT_MAX_CONCURRENT_VERTICAL_TAB_PINNED_COUNT

  tab_open_event_count:
    type: counter
    description: >
      The count of tab open events per subsession, across all windows,
      after the session has been restored. This includes tab open events
      from private windows and from manual session restorations (i.e.
      after crashes and from about:home), but excludes tabs opened vertically.
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.engagement.tab_open_event_count.
    bugs:
      - https://bugzil.la/1271304
    data_reviews:
      - https://bugzil.la/1271304
    notification_emails:
      - vsabino@mozilla.com
    expires: never
    send_in_pings:
      - metrics
      - events
    no_lint:
      - METRIC_ON_EVENTS_LIFETIME
    telemetry_mirror: BROWSER_ENGAGEMENT_TAB_OPEN_EVENT_COUNT

  vertical_tab_open_event_count:
    type: counter
    description: >
      The count of tab open events with vertical tabs enabled.
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.engagement.vertical_tab_open_event_count.
    bugs:
      - https://bugzil.la/1899352
    data_reviews:
      - https://bugzil.la/1899352
    notification_emails:
      - vsabino@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_ENGAGEMENT_VERTICAL_TAB_OPEN_EVENT_COUNT

  window_open_event_count:
    type: counter
    description: >
      The count of browser window open events per subsession, after the
      session has been restored. The count includes private windows and
      the ones from manual session restorations (i.e. after crashes and
      from about:home).
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.engagement.window_open_event_count.
    bugs:
      - https://bugzil.la/1271304
    data_reviews:
      - https://bugzil.la/1271304
    notification_emails:
      - rweiss@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_ENGAGEMENT_WINDOW_OPEN_EVENT_COUNT

  tab_pinned_event_count:
    type: counter
    description: >
      The count of tab pinned events per subsession, across all windows,
      after the session has been restored. This includes tab pinned events
      from private windows.
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.engagement.tab_pinned_event_count.
    bugs:
      - https://bugzil.la/1505535
    data_reviews:
      - https://bugzil.la/1505535
    notification_emails:
      - bmiroglio@mozilla.com
      - omc-core@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_ENGAGEMENT_TAB_PINNED_EVENT_COUNT

  vertical_tab_pinned_event_count:
    type: counter
    description: >
      The count of tab pinned events with vertical tabs enabled.
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.engagement.vertical_tab_pinned_event_count.
    bugs:
      - https://bugzil.la/1899352
    data_reviews:
      - https://bugzil.la/1899352
    notification_emails:
      - vsabino@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_ENGAGEMENT_VERTICAL_TAB_PINNED_EVENT_COUNT

  unfiltered_uri_count:
    type: counter
    description: >
      The count of the total non-unique URIs visited in a subsession, not
      restricted to a specific protocol, including page reloads and
      about:* pages (other than initial pages such as about:blank, ...),
      after the session has been restored. This does not include
      background page requests and URIs from embedded pages or private
      browsing.
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.engagement.unfiltered_uri_count.
    bugs:
      - https://bugzil.la/1304647
    data_reviews:
      - https://bugzil.la/1304647
    notification_emails:
      - bcolloran@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_ENGAGEMENT_UNFILTERED_URI_COUNT

  unique_domains_count:
    type: quantity
    description: >
      The count of the unique domains visited in a subsession, after the
      session has been restored. Subdomains under eTLD are aggregated
      after the first level (i.e. test.example.com and other.example.com
      are only counted once). This does not include background page
      requests and domains from embedded pages or private browsing. The
      count is limited to 100 unique domains.
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.engagement.unique_domains_count.
    bugs:
      - https://bugzil.la/1271310
    data_reviews:
      - https://bugzil.la/1271310
    notification_emails:
      - rweiss@mozilla.com
    expires: never
    unit: domains
    telemetry_mirror: BROWSER_ENGAGEMENT_UNIQUE_DOMAINS_COUNT

  tab_count:
    type: custom_distribution
    description: >
      Number of tabs opened across all windows, collected at most every 5
      minutes whenever the user interacts with the browser in the following
      ways: open tab/window, page load.

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram TAB_COUNT.
    range_min: 1
    range_max: 1000
    bucket_count: 100
    histogram_type: exponential
    unit: tabs
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1361855
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1488945
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1361855
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1488945
    notification_emails:
      - gijs@mozilla.com
    expires: never
    telemetry_mirror: TAB_COUNT

  loaded_tab_count:
    type: custom_distribution
    description: >
      Number of fully loaded (i.e., not pending from session restore) tabs
      opened across all windows, collected at most every 5 minutes whenever the
      user interacts with the browser in the following ways: open tab/window,
      page load, restoring a pending tab.

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram LOADED_TAB_COUNT.
    range_min: 1
    range_max: 1000
    bucket_count: 100
    histogram_type: exponential
    unit: tabs
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1634508
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1634508
    notification_emails:
      - beth@mozilla.com
      - perf-telemetry-alerts@mozilla.com
    expires: never

installation.first_seen:
  failure_reason:
    type: string
    description: >
      Only sent if unable to collect firstSeen data. Can have
      value "NotFoundError" if file not found or other values
      depending on the failure reason.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_sensitivity:
      - technical
    send_in_pings:
      - metrics
      - new-profile
    notification_emails:
      - rtestard@mozilla.com
      - application-update-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: INSTALLATION_FIRSTSEEN_FAILURE_REASON

  installer_type:
    type: string
    description: >
      The type of installer used to install Firefox.
      The value is one of "stub", "full", or "msix"
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_sensitivity:
      - technical
    send_in_pings:
      - metrics
      - new-profile
    notification_emails:
      - rtestard@mozilla.com
      - application-update-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: INSTALLATION_FIRSTSEEN_INSTALLER_TYPE

  version:
    type: string
    description: >
      The application version installed by the installer
      (not necessarily the current version)
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_sensitivity:
      - technical
    send_in_pings:
      - metrics
      - new-profile
    notification_emails:
      - rtestard@mozilla.com
      - application-update-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: INSTALLATION_FIRSTSEEN_VERSION

  admin_user:
    type: boolean
    description: >
      Whether the installer is running from an elevated admin user
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_sensitivity:
      - technical
    send_in_pings:
      - metrics
      - new-profile
    notification_emails:
      - rtestard@mozilla.com
      - application-update-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: INSTALLATION_FIRSTSEEN_ADMIN_USER

  install_existed:
    type: boolean
    description: >
      Whether there was already an install in this location
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_sensitivity:
      - technical
    send_in_pings:
      - metrics
      - new-profile
    notification_emails:
      - rtestard@mozilla.com
      - application-update-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: INSTALLATION_FIRSTSEEN_INSTALL_EXISTED

  profdir_existed:
    type: boolean
    description: >
      Whether the top-level profile directory existed
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_sensitivity:
      - technical
    send_in_pings:
      - metrics
      - new-profile
    notification_emails:
      - rtestard@mozilla.com
      - application-update-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: INSTALLATION_FIRSTSEEN_PROFDIR_EXISTED

  other_inst:
    type: boolean
    description: >
      Whether there was already any non-MSIX install on this system
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_sensitivity:
      - technical
    send_in_pings:
      - metrics
      - new-profile
    notification_emails:
      - rtestard@mozilla.com
      - application-update-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: INSTALLATION_FIRSTSEEN_OTHER_INST

  other_msix_inst:
    type: boolean
    description: >
      Whether there was already any MSIX install on this system
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_sensitivity:
      - technical
    send_in_pings:
      - metrics
      - new-profile
    notification_emails:
      - rtestard@mozilla.com
      - application-update-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: INSTALLATION_FIRSTSEEN_OTHER_MSIX_INST

  silent:
    type: boolean
    description: >
      (optional, present if installer_type is "full")
      Whether this was a silent install
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_sensitivity:
      - technical
    send_in_pings:
      - metrics
      - new-profile
    notification_emails:
      - rtestard@mozilla.com
      - application-update-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: INSTALLATION_FIRSTSEEN_SILENT

  from_msi:
    type: boolean
    description: >
      (optional, present if installer_type is "full")
      Whether this was an MSI install
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_sensitivity:
      - technical
    send_in_pings:
      - metrics
      - new-profile
    notification_emails:
      - rtestard@mozilla.com
      - application-update-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: INSTALLATION_FIRSTSEEN_FROM_MSI

  default_path:
    type: boolean
    description: >
      (optional, present if installer_type is "full")
      Whether the default path was used
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811374
    data_sensitivity:
      - technical
    send_in_pings:
      - metrics
      - new-profile
    notification_emails:
      - rtestard@mozilla.com
      - application-update-telemetry-alerts@mozilla.com
    expires: never
    telemetry_mirror: INSTALLATION_FIRSTSEEN_DEFAULT_PATH

browser.usage:
  interaction:
    type: event
    description: >
      The user interacted with something in the Firefox Desktop frontend.
      Could be via mouse or keyboard, could be a command or a UI element.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889111
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912172
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889111
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912172
    expires: never
    data_sensitivity: [interaction]
    notification_emails:
      - chutten@mozilla.com
    extra_keys:
      flow_id:
        type: string
        description: >
          An UUIDv4 used to group interaction events together under the
          assumption that they're part of the same user activity.
          See BrowserUsageTelemetry's FLOW_IDLE_TIME for details.
      source:
        type: string
        description: >
          The source of the interaction. Usually a UI section
          (like `bookmarks_bar` or `content_context`), but can also be an input
          method (like `keyboard`).
          The full list of supported `source`s can be found in
          `BrowserUsageTelemetry`'s `BROWSER_UI_CONTAINER_IDS. Plus `keyboard`
          and panes from `about:preferences` listed in `PREFERENCES_PANES`.
          See `_getWidgetContainer` for details.
      widget_id:
        type: string
        description: >
          The item interacted with.
          Usually the `id` of the DOM Node that the user used,
          sometimes the `id` of the parent or ancestor Node instead.
          This node is then conjugated by obscuring any addon id in it
          (turning it to the string `addonX` where `X` is a number stable
          within a browsing session) and then replacing any underscore with a
          hyphen.
          See `BrowserUsageTelemetry#_getWidgetID` and `telemetryId`.
          e.g. "Browser:Reload", "key-newNavigatorTab", "PanelUI-Bookmarks".
    send_in_pings:
      - prototype-no-code-events

browser.ui:
  toolbar_widgets:
    type: object
    description: >
      What widgets are in which toolbars.
      Not dissimilar from Telemetry's `browser.ui.toolbar_widgets`,
      but in a friendlier format.
      See https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      for how widget ids and positions are determined.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1913362
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1940641
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1913362
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1940641
    data_sensitivity:
      - interaction
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
      - chutten@mozilla.com
    expires: never
    structure:
      type: array
      items:
        type: object
        properties:
          position:
            type: string
          widgetId:
            type: string

  mirror_for_toolbar_widgets:
    type: labeled_boolean
    description: >
      The widgets in the toolbars. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.toolbar_widgets.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_TOOLBAR_WIDGETS

  customized_widgets:
    type: labeled_counter
    description: >
      Records when widgets are added, removed or moved in the UI. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.customized_widgets.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_CUSTOMIZED_WIDGETS

homepage:
  preference_ignore:
    type: event
    description: >
      This is recorded whenever the homepage preference is either reset
      due to being on the ignore list, or setting is blocked due to being
      on the same list. The value field records the reason for the ignore.
      "saved_reset" for when a saved preference value is reset.
      "set_blocked" for when the setting was blocked and
      "set_blocked_extension" for when we know a WebExtension attempting
      to set it was blocked.
      This event was generated to correspond to the Legacy Telemetry event
      homepage.preference#ignore.
    bugs:
      - https://bugzil.la/1535049
    data_reviews:
      - https://bugzil.la/1535049
    notification_emails:
      - mdeboer@mozilla.com
      - rharter@mozilla.com
    expires: never
    extra_keys:
      value:
        description: >
          The `value` of the event. Mirrors to the Legacy Telemetry
          event's `value` parameter.
        type: string
      webExtensionId:
        description: >
          The identifier of the webextension, if known.
        type: string
    telemetry_mirror: Homepage_Preference_Ignore

installation:
  first_seen_full:
    type: event
    description: >
      Recorded after the application has been installed or reinstalled,
      the first time that a profile sees that there was a new
      installation. This includes information about how the installer was
      run.
      This event was generated to correspond to the Legacy Telemetry event
      installation.first_seen#full.
    bugs: &installation_first_seen_bugs
      - https://bugzil.la/1660198
      - https://bugzil.la/1725295
      - https://bugzil.la/1743465
      - https://bugzil.la/1754638
    data_reviews: &installation_first_seen_data_reviews
      - https://bugzil.la/1660198
      - https://bugzil.la/1725295
      - https://bugzil.la/1743465
      - https://bugzil.la/1754638
    notification_emails: &installation_first_seen_emails
      - application-update-telemetry-alerts@mozilla.com
      - rtestard@mozilla.com
    expires: never
    extra_keys: &installation_first_seen_extra
      version:
        description: >
          The application version installed by the installer (not necessarily the current version)
        type: string
      build_id:
        description: >
          The build ID of the application installed by the installer (not necessarily the current version)
        type: string
      admin_user:
        description: >
          Whether the installer is running from an elevated admin user
        type: string
      install_existed:
        description: >
          Whether there was already an install in this location
        type: string
      other_inst:
        description: >
          Whether there was already any non-MSIX install on this system
        type: string
      other_msix_inst:
        description: >
          Whether there was already any MSIX install on this system
        type: string
      profdir_existed:
        description: >
          Whether the top-level profile directory existed
        type: string
      silent:
        description: >
          (optional, present if object is "full") Whether this was a silent install
        type: string
      from_msi:
        description: >
          (optional, present if object is "full") Whether this was an MSI install
        type: string
      default_path:
        description: >
          (optional, present if object is "full") Whether the default path was used
        type: string
    telemetry_mirror: Installation_FirstSeen_Full
    no_lint:
      - COMMON_PREFIX

  first_seen_stub:
    type: event
    description: >
      Recorded after the application has been installed or reinstalled,
      the first time that a profile sees that there was a new
      installation. This includes information about how the installer was
      run.
      This event was generated to correspond to the Legacy Telemetry event
      installation.first_seen#stub.
    bugs: *installation_first_seen_bugs
    data_reviews: *installation_first_seen_data_reviews
    notification_emails: *installation_first_seen_emails
    expires: never
    extra_keys: *installation_first_seen_extra
    telemetry_mirror: Installation_FirstSeen_Stub
    no_lint:
      - COMMON_PREFIX

  first_seen_msix:
    type: event
    description: >
      Recorded after the application has been installed or reinstalled,
      the first time that a profile sees that there was a new
      installation. This includes information about how the installer was
      run.
      This event was generated to correspond to the Legacy Telemetry event
      installation.first_seen#msix.
    bugs: *installation_first_seen_bugs
    data_reviews: *installation_first_seen_data_reviews
    notification_emails: *installation_first_seen_emails
    expires: never
    extra_keys: *installation_first_seen_extra
    telemetry_mirror: Installation_FirstSeen_Msix
    no_lint:
      - COMMON_PREFIX

partner_link:
  click_newtab:
    type: event
    description: >
      This is recorded when clicking a partner link. The value is the
      partner.
      This event was generated to correspond to the Legacy Telemetry event
      partner_link.click#newtab.
    bugs: &partner_link_click_bugs
      - https://bugzil.la/1637217
      - https://bugzil.la/1644442
      - https://bugzil.la/1643426
    data_reviews: &partner_link_click_data_reviews
      - https://bugzil.la/1637217
      - https://bugzil.la/1644442
      - https://bugzil.la/1643426
    notification_emails: &partner_link_click_emails
      - dao@mozilla.com
    expires: never
    extra_keys: &partner_link_click_extra
      value:
        description: >
          The `value` of the event. Mirrors to the Legacy Telemetry
          event's `value` parameter.
        type: string
    telemetry_mirror: Partner_link_Click_Newtab

  click_urlbar:
    type: event
    description: >
      This is recorded when clicking a partner link. The value is the
      partner.
      This event was generated to correspond to the Legacy Telemetry event
      partner_link.click#urlbar.
    bugs: *partner_link_click_bugs
    data_reviews: *partner_link_click_data_reviews
    notification_emails: *partner_link_click_emails
    expires: never
    extra_keys: *partner_link_click_extra
    telemetry_mirror: Partner_link_Click_Urlbar

  attribution_success:
    type: event
    description: >
      This is recorded when sending an attribution request for a partner
      link. The value is the partner.
      This event was generated to correspond to the Legacy Telemetry event
      partner_link.attribution#success.
    bugs: &partner_link_attribution_bugs
      - https://bugzil.la/1637217
      - https://bugzil.la/1644442
      - https://bugzil.la/1643426
    data_reviews: &partner_link_attribution_data_reviews
      - https://bugzil.la/1637217
      - https://bugzil.la/1644442
      - https://bugzil.la/1643426
    notification_emails: &partner_link_attribution_emails
      - dao@mozilla.com
    expires: never
    extra_keys: &partner_link_attribution_extra
      value:
        description: >
          The `value` of the event. Mirrors to the Legacy Telemetry
          event's `value` parameter.
        type: string
    telemetry_mirror: Partner_link_Attribution_Success

  attribution_failure:
    type: event
    description: >
      This is recorded when sending an attribution request for a partner
      link. The value is the partner.
      This event was generated to correspond to the Legacy Telemetry event
      partner_link.attribution#failure.
    bugs: *partner_link_attribution_bugs
    data_reviews: *partner_link_attribution_data_reviews
    notification_emails: *partner_link_attribution_emails
    expires: never
    extra_keys: *partner_link_attribution_extra
    telemetry_mirror: Partner_link_Attribution_Failure

  attribution_abort:
    type: event
    description: >
      This is recorded when sending an attribution request for a partner
      link. The value is the partner.
      This event was generated to correspond to the Legacy Telemetry event
      partner_link.attribution#abort.
    bugs: *partner_link_attribution_bugs
    data_reviews: *partner_link_attribution_data_reviews
    notification_emails: *partner_link_attribution_emails
    expires: never
    extra_keys: *partner_link_attribution_extra
    telemetry_mirror: Partner_link_Attribution_Abort

browser.ui.interaction:
  menu_bar:
    type: labeled_counter
    description: >
      Records a count of interactions with items in the menu bar. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.menu_bar.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_MENU_BAR

  tabs_bar:
    type: labeled_counter
    description: >
      Records a count of interactions with items in the tab bar. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.tabs_bar.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_TABS_BAR

  vertical_tabs_container:
    type: labeled_counter
    description: >
      Records a count of interactions with items in the vertical tab bar.
      See https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.vertical_tabs_container.
    bugs:
      - https://bugzil.la/1921789
    data_reviews:
      - https://bugzil.la/1921789
    notification_emails:
      - vsabino@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_VERTICAL_TABS_CONTAINER

  nav_bar:
    type: labeled_counter
    description: >
      Records a count of interactions with items in the nav bar. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.nav_bar.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_NAV_BAR

  bookmarks_bar:
    type: labeled_counter
    description: >
      Records a count of interactions with items in the bookmarks bar. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.bookmarks_bar.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_BOOKMARKS_BAR

  app_menu:
    type: labeled_counter
    description: >
      Records a count of interactions with items in the app menu. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.app_menu.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_APP_MENU

  tabs_context:
    type: labeled_counter
    description: >
      Records a count of interactions with items in the tab context menu.
      See https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.tabs_context.
    bugs:
      - https://bugzil.la/1620358
      - https://bugzil.la/2020865
      - https://bugzil.la/2032598
      - https://bugzil.la/2032602
    data_reviews:
      - https://bugzil.la/1620358
      - https://bugzil.la/2020865
      - https://bugzil.la/2032598
      - https://bugzil.la/2032602
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
      - jswinarton@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_TABS_CONTEXT

  tabs_context_entrypoint:
    type: labeled_counter
    description: >
      Records a count for each entrypoint (the container of the trigger
      node) when an item from the tabs context menu is selected. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.tabs_context_entrypoint.
    bugs:
      - https://bugzil.la/1804722
    data_reviews:
      - https://bugzil.la/1804722
    notification_emails:
      - shong@mozilla.com
      - mconley@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_TABS_CONTEXT_ENTRYPOINT

  content_context:
    type: labeled_counter
    description: >
      Records a count of interactions with items in the content context
      menu. See https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.content_context.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_CONTENT_CONTEXT

  overflow_menu:
    type: labeled_counter
    description: >
      Records a count of interactions with items in the overflow menu. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.overflow_menu.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_OVERFLOW_MENU

  unified_extensions_area:
    type: labeled_counter
    description: >
      Records a count of interactions with items in the Unified Extensions
      area. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.unified_extensions_area.
    bugs:
      - https://bugzil.la/1800114
    data_reviews:
      - https://bugzil.la/1800114
    notification_emails:
      - dtownsend@mozilla.com
      - mconley@mozilla.com
      - wdurand@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_UNIFIED_EXTENSIONS_AREA

  pinned_overflow_menu:
    type: labeled_counter
    description: >
      Records a count of interactions with items in the pinned area of the
      overflow menu. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.pinned_overflow_menu.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_PINNED_OVERFLOW_MENU

  pageaction_urlbar:
    type: labeled_counter
    description: >
      Records a count of interactions with page action items in the url
      bar. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.pageaction_urlbar.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_PAGEACTION_URLBAR

  pageaction_panel:
    type: labeled_counter
    description: >
      Records a count of interactions with page action items in the panel.
      See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.pageaction_panel.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_PAGEACTION_PANEL

  preferences_pane_home:
    type: labeled_counter
    description: >
      Records the items interacted with in the Home section of
      preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.preferences_paneHome.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_PREFERENCES_PANEHOME

  preferences_pane_general:
    type: labeled_counter
    description: >
      Records the items interacted with in the General section of
      preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.preferences_paneGeneral.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_PREFERENCES_PANEGENERAL

  preferences_pane_privacy:
    type: labeled_counter
    description: >
      Records the items interacted with in the Privacy section of
      preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.preferences_panePrivacy.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_PREFERENCES_PANEPRIVACY

  preferences_pane_search:
    type: labeled_counter
    description: >
      Records the items interacted with in the Search section of
      preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.preferences_paneSearch.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_PREFERENCES_PANESEARCH

  preferences_pane_search_results:
    type: labeled_counter
    description: >
      Records the items interacted with in the Search results section of
      preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.preferences_paneSearchResults.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_PREFERENCES_PANESEARCHRESULTS

  preferences_pane_sync:
    type: labeled_counter
    description: >
      Records the items interacted with in the Sync section of
      preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.preferences_paneSync.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_PREFERENCES_PANESYNC

  preferences_pane_containers:
    type: labeled_counter
    description: >
      Records the items interacted with in the Containers section of
      preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.preferences_paneContainers.
    bugs:
      - https://bugzil.la/1620358
    data_reviews:
      - https://bugzil.la/1620358
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_PREFERENCES_PANECONTAINERS

  preferences_pane_ai:
    type: labeled_counter
    description: >
      Records the items interacted with in the AI Controls section
      of preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
    bugs:
      - https://bugzil.la/2012800
    data_reviews:
      - https://bugzil.la/2012800
    notification_emails:
      - mstriemer@mozilla.com
      - sopsal@mozilla.com
    expires: never

  preferences_pane_about:
    type: labeled_counter
    description: >
      Records the items interacted with in the About Firefox section
      of preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
    bugs:
      - https://bugzil.la/1990885
    data_reviews:
      - https://bugzil.la/1990885
    notification_emails:
      - mstriemer@mozilla.com
      - akulyk@mozilla.com
    expires: never

  preferences_pane_downloads:
    type: labeled_counter
    description: >
      Records the items interacted with in the Downloads section
      of preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
    bugs:
      - https://bugzil.la/2001154
    data_reviews:
      - https://bugzil.la/2001154
    notification_emails:
      - mstriemer@mozilla.com
      - mkennedy@mozilla.com
    expires: never

  preferences_pane_accessibility:
    type: labeled_counter
    description: >
      Records the items interacted with in the Accessibility section
      of preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
    bugs:
      - https://bugzil.la/1968116
    data_reviews:
      - https://bugzil.la/1968116
    notification_emails:
      - mstriemer@mozilla.com
      - tgiles@mozilla.com
    expires: never

  preferences_pane_appearance:
    type: labeled_counter
    description: >
      Records the items interacted with in the Appearance section
      of preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
    bugs:
      - https://bugzil.la/1968113
    data_reviews:
      - https://bugzil.la/1968113
    notification_emails:
      - mstriemer@mozilla.com
      - tgiles@mozilla.com
    expires: never

  preferences_pane_languages:
    type: labeled_counter
    description: >
      Records the items interacted with in the Languages section
      of preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
    bugs:
      - https://bugzil.la/1972081
    data_reviews:
      - https://bugzil.la/1972081
    notification_emails:
      - mstriemer@mozilla.com
    expires: never

  preferences_pane_tabs_browsing:
    type: labeled_counter
    description: >
      Records the items interacted with in the Tabs and browsing section
      of preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
    bugs:
      - https://bugzil.la/1968114
    data_reviews:
      - https://bugzil.la/1968114
    notification_emails:
      - hjones@mozilla.com
    expires: never

  preferences_pane_permissions_data:
    type: labeled_counter
    description: >
      Records the items interacted with in the Permissions and data section
      of preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
    bugs:
      - https://bugzil.la/1968118
    data_reviews:
      - https://bugzil.la/1968118
    notification_emails:
      - hjones@mozilla.com
    expires: never

  preferences_pane_passwords_autofill:
    type: labeled_counter
    description: >
      Records the items interacted with in the Passwords and autofill section
      of preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
    bugs:
      - https://bugzil.la/2041430
    data_reviews:
      - https://bugzil.la/2041430
    notification_emails:
      - hjones@mozilla.com
    expires: never

  preferences_pane_experimental:
    type: labeled_counter
    description: >
      Records the items interacted with in the Experimental section of
      preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.preferences_paneExperimental.
    bugs:
      - https://bugzil.la/1620358
      - https://bugzil.la/1651986
    data_reviews:
      - https://bugzil.la/1620358
      - https://bugzil.la/1651986
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_PREFERENCES_PANEEXPERIMENTAL

  preferences_pane_more_from_mozilla:
    type: labeled_counter
    description: >
      Records the items interacted with in the More From Mozilla section
      of preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.preferences_paneMoreFromMozilla.
    bugs:
      - https://bugzil.la/1738187
    data_reviews:
      - https://bugzil.la/1738187
    notification_emails:
      - shong@mozilla.com
      - pdahiya@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_PREFERENCES_PANEMOREFROMMOZILLA

  preferences_pane_unknown:
    type: labeled_counter
    description: >
      Records the items interacted with in any other section of
      preferences. See
      https://firefox-source-docs.mozilla.org/browser/BrowserUsageTelemetry.html
      This metric was generated to correspond to the Legacy Telemetry
      scalar browser.ui.interaction.preferences_paneUnknown.
    bugs:
      - https://bugzil.la/1620358
      - https://bugzil.la/1651986
    data_reviews:
      - https://bugzil.la/1620358
      - https://bugzil.la/1651986
    notification_emails:
      - shong@mozilla.com
      - dtownsend@mozilla.com
    expires: never
    telemetry_mirror: BROWSER_UI_INTERACTION_PREFERENCES_PANEUNKNOWN

timestamps:
  about_home_topsites_first_paint:
    type: quantity
    description: >
      Record the timestamp of when the first about:home's Topsites are
      painted. Only records if about:home is set as the default homepage,
      and if sessions are not being restored by default.
      This metric was generated to correspond to the Legacy Telemetry
      scalar timestamps.about_home_topsites_first_paint.
    bugs:
      - https://bugzil.la/1518521
    data_reviews:
      - https://bugzil.la/1518521
    notification_emails:
      - perf-telemetry-alerts@mozilla.com
      - mconley@mozilla.com
    expires: never
    unit: ms

browser.sanitizer:
  total:
    type: timing_distribution
    description: >
      Sanitize: Total time it takes to sanitize (ms)

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram FX_SANITIZE_TOTAL.
    time_unit: millisecond
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    notification_emails:
      - mbonardo@mozilla.com
    expires: never
    telemetry_mirror: FX_SANITIZE_TOTAL

  cache:
    type: timing_distribution
    description: >
      Sanitize: Time it takes to sanitize the cache (ms)

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram FX_SANITIZE_CACHE.
    time_unit: millisecond
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    notification_emails:
      - mbonardo@mozilla.com
    expires: never
    telemetry_mirror: FX_SANITIZE_CACHE

  cookies:
    type: timing_distribution
    description: >
      Sanitize: Time it takes to sanitize firefox cookies (ms). A subset of
      FX_SANITIZE_COOKIES.

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram FX_SANITIZE_COOKIES_2.
    time_unit: millisecond
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    notification_emails:
      - mbonardo@mozilla.com
    expires: never
    telemetry_mirror: FX_SANITIZE_COOKIES_2

  history:
    type: timing_distribution
    description: >
      Sanitize: Time it takes to sanitize history (ms)

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram FX_SANITIZE_HISTORY.
    time_unit: millisecond
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    notification_emails:
      - mbonardo@mozilla.com
    expires: never
    telemetry_mirror: FX_SANITIZE_HISTORY

  formdata:
    type: timing_distribution
    description: >
      Sanitize: Time it takes to sanitize stored form data (ms)

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram FX_SANITIZE_FORMDATA.
    time_unit: millisecond
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    notification_emails:
      - mbonardo@mozilla.com
    expires: never
    telemetry_mirror: FX_SANITIZE_FORMDATA

  downloads:
    type: timing_distribution
    description: >
      Sanitize: Time it takes to sanitize recent downloads (ms)

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram FX_SANITIZE_DOWNLOADS.
    time_unit: millisecond
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    notification_emails:
      - mbonardo@mozilla.com
    expires: never
    telemetry_mirror: FX_SANITIZE_DOWNLOADS

  sessions:
    type: timing_distribution
    description: >
      Sanitize: Time it takes to sanitize saved sessions (ms)

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram FX_SANITIZE_SESSIONS.
    time_unit: millisecond
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    notification_emails:
      - mbonardo@mozilla.com
    expires: never
    telemetry_mirror: FX_SANITIZE_SESSIONS

  sitesettings:
    type: timing_distribution
    description: >
      Sanitize: Time it takes to sanitize site-specific settings (ms)

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram FX_SANITIZE_SITESETTINGS.
    time_unit: millisecond
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    notification_emails:
      - mbonardo@mozilla.com
    expires: never
    telemetry_mirror: FX_SANITIZE_SITESETTINGS

  openwindows:
    type: timing_distribution
    description: >
      Sanitize: Time it takes to sanitize the open windows list (ms). On
      Android, this is the time it takes to close all open tabs (ms).

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram FX_SANITIZE_OPENWINDOWS.
    time_unit: millisecond
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    notification_emails:
      - mbonardo@mozilla.com
    expires: never
    telemetry_mirror: FX_SANITIZE_OPENWINDOWS

browser.content_crash:
  dump_unavailable:
    type: counter
    description: >
      Counts the number of times that about:tabcrashed was unable to find a
      crash dump.

      This metric was generated to correspond to the Legacy Telemetry count
      histogram FX_CONTENT_CRASH_DUMP_UNAVAILABLE.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1269961
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1269961
    notification_emails:
      - wmccloskey@mozilla.com
    expires: never
    telemetry_mirror: h#FX_CONTENT_CRASH_DUMP_UNAVAILABLE

  not_submitted:
    type: counter
    description: >
      Counts the number of times that about:tabcrashed was unloaded without
      submitting.

      This metric was generated to correspond to the Legacy Telemetry count
      histogram FX_CONTENT_CRASH_NOT_SUBMITTED.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1269961
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1269961
    notification_emails:
      - wmccloskey@mozilla.com
    expires: never
    telemetry_mirror: h#FX_CONTENT_CRASH_NOT_SUBMITTED

link_icon_sizes_attr:
  usage:
    type: custom_distribution
    description: >
      The possible types of the 'sizes' attribute for <link rel=icon>. 0:
      Attribute not specified, 1: 'any', 2: Integer dimensions, 3: Invalid
      value.

      This metric was generated to correspond to the Legacy Telemetry enumerated
      histogram LINK_ICON_SIZES_ATTR_USAGE.
    range_min: 0
    range_max: 4
    bucket_count: 5
    histogram_type: linear
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1053467
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1053467
    notification_emails:
      - fx-search-telemetry@mozilla.com
    expires: never
    telemetry_mirror: LINK_ICON_SIZES_ATTR_USAGE

  dimension:
    type: custom_distribution
    description: >
      The width dimension of the 'sizes' attribute for <link rel=icon>.

      This metric was generated to correspond to the Legacy Telemetry linear
      histogram LINK_ICON_SIZES_ATTR_DIMENSION.
    range_min: 1
    range_max: 513
    bucket_count: 64
    histogram_type: linear
    unit: pixel
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1053467
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1053467
    notification_emails:
      - fx-search-telemetry@mozilla.com
    expires: never
    telemetry_mirror: LINK_ICON_SIZES_ATTR_DIMENSION

contextual_services:
  context_id:
    type: uuid
    description: >
      An identifier for Contextual Services user interaction pings. This is
      used internally for counting unique users as well as for anti-fraud. It
      is shared with other Contextual Services.

      Does not need to be sent in the Glean "deletion-request" ping. It is sent
      in its own "context-id-deletion-request" ping.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1952316
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1952316
    data_sensitivity:
      - technical
    notification_emails:
      - mconley@mozilla.com
    expires: never
    send_in_pings:
      - context-id-deletion-request

web_notification_permission:
  icon_shown:
    type: event
    description: >
      Recorded when the notification permission icon is shown and displays the
      shaking animation in the URL bar
    extra_keys:
      site_category:
        description: Category of the site requesting notification permissions
        type: string
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1998053
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1998053
    notification_emails:
      - jhan@mozilla.com
    expires: never

  icon_clicked:
    type: event
    description: >
      Recorded when the user clicks the notification permission icon in the URL bar
    extra_keys:
      site_category:
        description: Category of the site requesting notification permissions
        type: string
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1998053
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1998053
    notification_emails:
      - jhan@mozilla.com
    expires: never

  prompt_shown:
    type: event
    description: >
      Recorded when the notification permission prompt is shown to the user
    extra_keys:
      site_category:
        description: Category of the site requesting notification permissions
        type: string
      trigger:
        description: How the prompt was triggered (user click vs automatic)
        type: string
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1998053
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1998053
    notification_emails:
      - jhan@mozilla.com
    expires: never

  prompt_blocked:
    type: event
    description: >
      Recorded when the notification permission prompt is blocked (auto-denied)
    extra_keys:
      site_category:
        description: Category of the site requesting notification permissions
        type: string
      reason:
        description: Why the prompt was blocked (user action or through previous browser config)
        type: string
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1998053
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1998053
    notification_emails:
      - jhan@mozilla.com
    expires: never

  prompt_interaction:
    type: event
    description: >
      Recorded when the user interacts with the notification permission prompt
    extra_keys:
      site_category:
        description: Category of the site requesting notification permissions
        type: string
      action:
        description: The action the user took
        type: string
      is_persistent:
        description: Whether the user's choice will be remembered
        type: boolean
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1998053
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1998053
    notification_emails:
      - jhan@mozilla.com
    expires: never

  permission_revoked_toolbar:
    type: event
    description: >
      Recorded when the user revokes notification permission via the toolbar
      permission panel (clicking the X button to remove the permission)
    extra_keys:
      site_category:
        description: Category of the site whose notification permission was revoked
        type: string
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1998053
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1998053
    notification_emails:
      - jhan@mozilla.com
    expires: never

  permission_revoked_preferences:
    type: event
    description: >
      Recorded when the user revokes notification permission via the
      preferences/settings panel
    extra_keys:
      site_category:
        description: Category of the site whose notification permission was revoked
        type: string
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1998053
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1998053
    notification_emails:
      - jhan@mozilla.com
    expires: never

privacy.reduced_page_protection:
  banner_shown:
    type: counter
    description: >
      Counts how many times the reduced page protection infobar was shown
      to the user in a private browsing window.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1994687
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1994687
    data_sensitivity:
      - interaction
    notification_emails:
      - manuel@mozilla.com
      - privacy-team@mozilla.org
    expires: never

  reload_clicked:
    type: counter
    description: >
      Counts how many times the user clicked the "Reload" button on the
      reduced page protection infobar to reload with reduced protections.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1994687
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1994687
    data_sensitivity:
      - interaction
    notification_emails:
      - manuel@mozilla.com
      - privacy-team@mozilla.org
    expires: never

  disable_clicked:
    type: counter
    description: >
      Counts how many times the user clicked the "Don't show again" button
      on the reduced page protection infobar to disable it permanently.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1994687
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1994687
    data_sensitivity:
      - interaction
    notification_emails:
      - manuel@mozilla.com
      - privacy-team@mozilla.org
    expires: never

[Dauer der Verarbeitung: 0.36 Sekunden, vorverarbeitet 2026-08-25]