Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/services/fxaccounts/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 2 kB image not shown  

Quelle  metrics.yaml   Sprache: unbekannt

 
# 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 :: Firefox Accounts'

client_association:
  uid:
    type: string
    description: |
      The Mozilla Account UID associated with the user.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889123
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889123
    data_sensitivity:
      - highly_sensitive
    notification_emails:
      - mreid@mozilla.com
      - mconley@mozilla.com
    expires: never
    send_in_pings:
      - fx-accounts
  legacy_client_id:
    type: uuid
    description: |
      The legacy Telemetry client ID associated with this user profile.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889123
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889123
    data_sensitivity:
      - highly_sensitive
    notification_emails:
      - mreid@mozilla.com
      - mconley@mozilla.com
    expires: never
    send_in_pings:
      - fx-accounts

fxa:
  connect_account:
    type: event
    description: >
      Records when a Firefox Account, or a Firefox Account service, is
      explicitly connected from the browser via an intentional user action.
      This event was generated to correspond to the Legacy Telemetry event
      fxa.connect#account.
    bugs: &fxa_connect_bugs
      - https://bugzil.la/1595954
    data_reviews: &fxa_connect_data_reviews
      - https://bugzil.la/1595954
    notification_emails: &fxa_connect_emails
      - sync-dev@mozilla.org
    expires: never
    extra_keys: &fxa_connect_extra
      value:
        description: >
          The `value` of the event. Mirrors to the Legacy Telemetry
          event's `value` parameter.
        type: string
      fxa:
        description: >
          Whether the account itself was connected or disconnected.
        type: string
      sync:
        description: >
          Whether sync was connected or disconnected.
        type: string
    telemetry_mirror: Fxa_Connect_Account

  disconnect_account:
    type: event
    description: >
      Records when a Firefox Account, or a Firefox Account service, is
      explicitly disconnected from the browser via an intentional user action.
      This event was generated to correspond to the Legacy Telemetry event
      fxa.disconnect#account.
    bugs: *fxa_connect_bugs
    data_reviews: *fxa_connect_data_reviews
    notification_emails: *fxa_connect_emails
    expires: never
    extra_keys: *fxa_connect_extra
    telemetry_mirror: Fxa_Disconnect_Account

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]