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
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Adding a new metric? We have docs for that!
---
$tags:
- 'Firefox :: Firefox Accounts'
client_association:
uid:
type: string
description: |
The Mozilla Account UID associated with the user.
bugs:
data_reviews:
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:
data_reviews:
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
data_reviews: &fxa_connect_data_reviews
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