Skip to content

Commit

Permalink
Fix #8193: Renew default browser telemetry (#8196)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnarcese committed Mar 23, 2021
1 parent 8e30f9a commit 4b2ffc4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Client/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ settings_menu:
- https://github.com/mozilla-mobile/firefox-ios/issues/7090
notification_emails:
- [email protected]
expires: "2021-03-01"
expires: "2021-09-01"

# QR Code metrics
qr_code:
Expand Down Expand Up @@ -623,7 +623,7 @@ default_browser_card:
- https://github.com/mozilla-mobile/firefox-ios/pull/7245
notification_emails:
- [email protected]
expires: "2021-07-01"
expires: "2021-09-01"
go_to_settings_pressed:
type: counter
description: |
Expand All @@ -635,7 +635,7 @@ default_browser_card:
- https://github.com/mozilla-mobile/firefox-ios/pull/7245
notification_emails:
- [email protected]
expires: "2021-03-01"
expires: "2021-09-01"

# Default browser onboarding metrics
default_browser_onboarding:
Expand Down Expand Up @@ -678,7 +678,7 @@ app:
- https://github.com/mozilla-mobile/firefox-ios/pull/7245
notification_emails:
- [email protected]
expires: "2021-03-01"
expires: "2021-09-01"

# Legacy IDs for deletion-request purposes
legacy.ids:
Expand Down
14 changes: 7 additions & 7 deletions Docs/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@ The following metrics are added to the ping:

| Name | Type | Description | Data reviews | Extras | Expiration | [Data Sensitivity](https://wiki.mozilla.org/Firefox/Data_Collection) |
| --- | --- | --- | --- | --- | --- | --- |
| app.opened_as_default_browser |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times the app is opened from an external link, implying the client has Firefox set as a default browser. Currently this is our most accurate way of measuring how often Firefox is set as the default browser. |[1](https://github.com/mozilla-mobile/firefox-ios/pull/7245)||2021-03-01 | |
| app_menu.library |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times a user taps Your Library in the app menu |[1](https://github.com/mozilla-mobile/firefox-ios/pull/)||2021-08-17 | |
| app_menu.logins |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times a user taps Logins & Passwords in the app menu |[1](https://github.com/mozilla-mobile/firefox-ios/pull/)||2021-08-17 | |
| app_menu.sign_into_sync |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times a user taps Sign Into Sync in the app menu |[1](https://github.com/mozilla-mobile/firefox-ios/pull/)||2021-08-17 | |
| app.opened_as_default_browser |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times the app is opened from an external link, implying the client has Firefox set as a default browser. Currently this is our most accurate way of measuring how often Firefox is set as the default browser. |[1](https://github.com/mozilla-mobile/firefox-ios/pull/7245)||2021-09-01 | |
| app_menu.library |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times a user taps Your Library in the app menu |[1](https://github.com/mozilla-mobile/firefox-ios/pull/8167)||2021-09-17 | |
| app_menu.logins |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times a user taps Logins & Passwords in the app menu |[1](https://github.com/mozilla-mobile/firefox-ios/pull/8167)||2021-09-17 | |
| app_menu.sign_into_sync |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times a user taps Sign Into Sync in the app menu |[1](https://github.com/mozilla-mobile/firefox-ios/pull/8167)||2021-09-17 | |
| application_services.bookmark_highlights_visible |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Measures the state of the show bookmark highlights preference. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1644846)||2021-07-01 | |
| application_services.pocket_stories_visible |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Measures the state of the show Pocket stories preference. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1644846)||2021-07-01 | |
| application_services.recent_highlights_visible |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Measures the state of the show recent highlights preference. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1644846)||2021-07-01 | |
| bookmarks.add |[labeled_counter](https://mozilla.github.io/glean/book/user/metrics/labeled_counters.html) |Counts the number of times a bookmark is added from the following: * Page Action Menu * Share Menu * Activity Stream context menu |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1644846)|<ul><li>page-action-menu</li><li>share-menu</li><li>activity-stream</li></ul>|2021-07-01 | |
| bookmarks.delete |[labeled_counter](https://mozilla.github.io/glean/book/user/metrics/labeled_counters.html) |Counts the number of times a bookmark is deleted from the following: * Page Action Menu * Activity Stream * Bookmarks Panel |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1644846)|<ul><li>page-action-menu</li><li>activity-stream</li><li>bookmarks-panel</li></ul>|2021-07-01 | |
| bookmarks.open |[labeled_counter](https://mozilla.github.io/glean/book/user/metrics/labeled_counters.html) |Counts the number of times a bookmark is opened from the following: * Awesomebar results * Bookmarks Panel |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1644846)|<ul><li>awesomebar-results</li><li>bookmarks-panel</li></ul>|2021-07-01 | |
| bookmarks.view_list |[labeled_counter](https://mozilla.github.io/glean/book/user/metrics/labeled_counters.html) |Counts the number of times the bookmarks list is opened from either the Home Panel tab button or the App Menu. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1644846)|<ul><li>app-menu</li></ul>|2021-07-01 | |
| default_browser_card.dismiss_pressed |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times default browser card is dismissed. |[1](https://github.com/mozilla-mobile/firefox-ios/pull/7245)||2021-07-01 | |
| default_browser_card.go_to_settings_pressed |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times the Go To Settings button on default browser card is clicked. |[1](https://github.com/mozilla-mobile/firefox-ios/pull/7245)||2021-03-01 | |
| default_browser_card.dismiss_pressed |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times default browser card is dismissed. |[1](https://github.com/mozilla-mobile/firefox-ios/pull/7245)||2021-09-01 | |
| default_browser_card.go_to_settings_pressed |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times the Go To Settings button on default browser card is clicked. |[1](https://github.com/mozilla-mobile/firefox-ios/pull/7245)||2021-09-01 | |
| default_browser_onboarding.dismiss_pressed |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times default browser onboarding is dismissed. |[1](https://github.com/mozilla-mobile/firefox-ios/pull/7245)||2021-08-01 | |
| default_browser_onboarding.go_to_settings_pressed |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times the Go To Settings button on default browser onboarding is clicked. |[1](https://github.com/mozilla-mobile/firefox-ios/pull/7245)||2021-08-01 | |
| library.panel_pressed |[labeled_counter](https://mozilla.github.io/glean/book/user/metrics/labeled_counters.html) |Counts the number of times a specific library panel button is tapped for Bookmarks, History, Reading List, Downloads and Synced tabs |[1](https://github.com/mozilla-mobile/firefox-ios/pull/8152)|<ul><li>bookmarks-panel</li><li>history-panel</li><li>reading-panel</li><li>downloads-panel</li><li>sync-panel</li></ul>|2021-06-16 | |
Expand All @@ -87,7 +87,7 @@ The following metrics are added to the ping:
| search.google_topsite_pressed |[labeled_counter](https://mozilla.github.io/glean/book/user/metrics/labeled_counters.html) |Counts the number of times the google top site button is pressed |[1](https://jira.mozilla.com/browse/FXIOS-1223)||2021-09-01 | |
| search.in_content |[labeled_counter](https://mozilla.github.io/glean/book/user/metrics/labeled_counters.html) |Records the type of interaction a user has on SERP pages. |[1](https://github.com/mozilla-mobile/firefox-ios/pull/7702)||2021-05-07 | |
| search.start_search_pressed |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times the start search button is pressed |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1644846)||2021-07-01 | |
| settings_menu.set_as_default_browser_pressed |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times setting as default browser menu option is tapped. |[1](https://github.com/mozilla-mobile/firefox-ios/issues/7090)||2021-03-01 | |
| settings_menu.set_as_default_browser_pressed |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times setting as default browser menu option is tapped. |[1](https://github.com/mozilla-mobile/firefox-ios/issues/7090)||2021-09-01 | |
| sync.create_account_pressed |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times a user taps on create account button in sync library view |[1](https://github.com/mozilla-mobile/firefox-ios/pull/8152)||2021-06-16 | |
| sync.open_sync_home_shortcut |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times a user opens synced tab list from home view |[1](https://github.com/mozilla-mobile/firefox-ios/pull/8152)||2021-06-16 | |
| sync.open_tab |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Counts the number of times a user opens synced tab |[1](https://github.com/mozilla-mobile/firefox-ios/pull/8152)||2021-06-16 | |
Expand Down

1 comment on commit 4b2ffc4

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

InterpreterError at template.tasks[0][1].extra[0].treeherder[1].symbol: unknown context value cron

Please sign in to comment.