Fix description for legacy users in metrics.yaml (#4124)
This commit is contained in:
Родитель
58f52a6981
Коммит
0b7bd43726
|
@ -1,4 +1,4 @@
|
|||
<!-- AUTOGENERATED BY glean_parser v8.1.1. DO NOT EDIT. -->
|
||||
<!-- AUTOGENERATED BY glean_parser v10.0.3. DO NOT EDIT. -->
|
||||
|
||||
# Metrics
|
||||
|
||||
|
@ -20,21 +20,21 @@ All Glean pings contain built-in metrics in the [`ping_info`](https://mozilla.gi
|
|||
|
||||
In addition to those built-in metrics, the following metrics are added to the ping:
|
||||
|
||||
| Name | Type | Description | Data reviews | Extras | Expiration | [Data Sensitivity](https://wiki.mozilla.org/Firefox/Data_Collection) |
|
||||
| ---------------------- | --------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | -------------------------------------------------------------------- |
|
||||
| button.click | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | A click on a button that doesn’t fall into one of the two other button categories (call-to-action (CTA) or purchase intent). | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>button_id: The ID of the button that was clicked on, or some way to identify where on the page the interaction is located.</li><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| collapse.click | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | A click to collapse a section on the webpage. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>button_id: The ID of the button that was clicked on, or some way to identify where on the page the interaction is located.</li><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| cta_button.click | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | A click on a button that has a specific call-to-action. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>button_id: The ID of the button that was clicked on, or some way to identify where on the page the interaction is located.</li><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| dashboard.view | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | A view event of a Monitor user’s dashboard, where a user is able to view their data breaches and broker information. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>breach_count: Users who run the new free scan will be notified of breaches found during the scan.</li><li>broker_count: Users who run the new free scan will be notified of breaches found during the scan.</li><li>dashboard_tab: Either [action_needed, fixed] depending on where the user is in their dashboard.</li><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>legacy_breach_count: Legacy users of Monitor may already have breaches reported on their dashboard, without having run the new free scan.</li><li>legacy_user: True for users who signed up after data broker scanning was released to the welcome flow.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| expand.click | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | A click to expand a section of the webpage. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>button_id: The ID of the button that was clicked on, or some way to identify where on the page the interaction is located.</li><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| field.focus | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | An engagement of focus into a text field on a webpage. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>field_id: The ID of the field that was clicked on, or some way to identify where on the page the interaction is located.</li><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| link.click | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | A click on a link on a webpage that redirects to a different webpage. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>button_id: The ID of the button that was clicked on, or some way to identify where on the page the interaction is located.</li><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| page.view | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | A web page view event distinguishable by the page’s URL. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>referrer: The referring URL, if any.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li><li>utm_campaign: Attribution campaign.</li><li>utm_content: Attribution content.</li><li>utm_medium: Attribution medium.</li><li>utm_source: Attribution source.</li><li>utm_term: Attribution term.</li></ul> | never | 2 |
|
||||
| popup.exit | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | An exit of a popup on a webpage or dashboard view. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| popup.view | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | A view of a popup on a webpage or dashboard view. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| upgrade_intent.click | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | A click on a button that indicates an intent to purchase or upgrade to the paid experience. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>button_id: The ID of the button that was clicked on, or some way to identify where on the page the interaction is located.</li><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| upgrade_intent.success | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | An event that indicates the successfully upgrade of the user’s plan | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| Name | Type | Description | Data reviews | Extras | Expiration | [Data Sensitivity](https://wiki.mozilla.org/Firefox/Data_Collection) |
|
||||
| ---------------------- | --------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------- | -------------------------------------------------------------------- |
|
||||
| button.click | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | A click on a button that doesn’t fall into one of the two other button categories (call-to-action (CTA) or purchase intent). | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>button_id: The ID of the button that was clicked on, or some way to identify where on the page the interaction is located.</li><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| collapse.click | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | A click to collapse a section on the webpage. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>button_id: The ID of the button that was clicked on, or some way to identify where on the page the interaction is located.</li><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| cta_button.click | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | A click on a button that has a specific call-to-action. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>button_id: The ID of the button that was clicked on, or some way to identify where on the page the interaction is located.</li><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| dashboard.view | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | A view event of a Monitor user’s dashboard, where a user is able to view their data breaches and broker information. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>breach_count: Users who run the new free scan will be notified of breaches found during the scan.</li><li>broker_count: Users who run the new free scan will be notified of breaches found during the scan.</li><li>dashboard_tab: Either [action_needed, fixed] depending on where the user is in their dashboard.</li><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>legacy_breach_count: Legacy users of Monitor may already have breaches reported on their dashboard, without having run the new free scan.</li><li>legacy_user: True for users who signed up before data broker scanning was released to the welcome flow.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| expand.click | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | A click to expand a section of the webpage. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>button_id: The ID of the button that was clicked on, or some way to identify where on the page the interaction is located.</li><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| field.focus | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | An engagement of focus into a text field on a webpage. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>field_id: The ID of the field that was clicked on, or some way to identify where on the page the interaction is located.</li><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| link.click | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | A click on a link on a webpage that redirects to a different webpage. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>link_id: The ID of the link that was clicked on, or some way to identify where on the page the interaction is located.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| page.view | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | A web page view event distinguishable by the page’s URL. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>referrer: The referring URL, if any.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li><li>utm_campaign: Attribution campaign.</li><li>utm_content: Attribution content.</li><li>utm_medium: Attribution medium.</li><li>utm_source: Attribution source.</li><li>utm_term: Attribution term.</li></ul> | never | 2 |
|
||||
| popup.exit | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | An exit of a popup on a webpage or dashboard view. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>popup_id: The ID of the popup that was shown, or some way to identify where on the page the interaction is located.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| popup.view | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | A view of a popup on a webpage or dashboard view. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>popup_id: The ID of the popup that was shown, or some way to identify where on the page the interaction is located.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| upgrade_intent.click | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | A click on a button that indicates an intent to purchase or upgrade to the paid experience. | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>button_id: The ID of the button that was clicked on, or some way to identify where on the page the interaction is located.</li><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
| upgrade_intent.success | [event](https://mozilla.github.io/glean/book/user/metrics/event.html) | An event that indicates the successfully upgrade of the user’s plan | [Bug 1823766](https://bugzilla.mozilla.org/show_bug.cgi?id=1823766) | <ul><li>flow_id: A randomly generated unique identifier for following user flows within the FxA system.</li><li>path: The path of the page.</li><li>session_id: An ID that allows us to track “sessions” of the user experience within the product.</li><li>user_id: Mozilla accounts user ID.</li></ul> | never | 2 |
|
||||
|
||||
Data categories are [defined here](https://wiki.mozilla.org/Firefox/Data_Collection).
|
||||
|
||||
<!-- AUTOGENERATED BY glean_parser v8.1.1. DO NOT EDIT. -->
|
||||
<!-- AUTOGENERATED BY glean_parser v10.0.3. DO NOT EDIT. -->
|
||||
|
|
|
@ -85,7 +85,7 @@ dashboard:
|
|||
description: Either [action_needed, fixed] depending on where the user is in their dashboard.
|
||||
type: string
|
||||
legacy_user:
|
||||
description: True for users who signed up after data broker scanning was released to the welcome flow.
|
||||
description: True for users who signed up before data broker scanning was released to the welcome flow.
|
||||
type: boolean
|
||||
breach_count:
|
||||
description: Users who run the new free scan will be notified of breaches found during the scan.
|
||||
|
|
Загрузка…
Ссылка в новой задаче