Skip to content

Commit

Permalink
Closes mozilla-mobile#26185: add telemetry events for synced history …
Browse files Browse the repository at this point in the history
…screen
  • Loading branch information
mike a committed Jul 30, 2022
1 parent 7d85a9d commit aff5951
Showing 1 changed file with 241 additions and 0 deletions.
241 changes: 241 additions & 0 deletions app/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3244,6 +3244,247 @@ history:
- android-probes@mozilla.com
expires: 112

synced_history:
opened:
type: event
description: |
A user opened the synced history screen
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_reviews:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: 117
metadata:
tags:
- History
removed:
type: event
description: |
A user removed a synced history item
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_reviews:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: 117
metadata:
tags:
- History
removed_all:
type: event
description: |
A user removed all history items
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_reviews:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: 117
metadata:
tags:
- History
removed_last_hour:
type: event
description: |
A user removed history items opened during last hour.
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_reviews:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: 117
metadata:
tags:
- History
removed_today_and_yesterday:
type: event
description: |
A user removed history items opened that day and the day before.
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_reviews:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: 117
metadata:
tags:
- History
remove_prompt_opened:
type: event
description: |
A user opened delete history prompt.
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_reviews:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: 117
metadata:
tags:
- History
remove_prompt_cancelled:
type: event
description: |
A user cancelled delete history prompt.
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_reviews:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: 117
metadata:
tags:
- History
shared:
type: event
description: |
A user shared a synced history item
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_reviews:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: 117
metadata:
tags:
- History
opened_item:
type: event
description: |
A user opened a synced history item
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_reviews:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
- erichards@mozilla.com
expires: never
metadata:
tags:
- History
opened_item_in_new_tab:
type: event
description: |
A user opened a synced history item in a new tab
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_reviews:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
- erichards@mozilla.com
expires: never
metadata:
tags:
- History
opened_items_in_new_tabs:
type: event
description: |
A user opened multiple synced history items in new tabs
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_reviews:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
- erichards@mozilla.com
expires: never
metadata:
tags:
- History
opened_item_in_private_tab:
type: event
description: |
A user opened a synced history item in a private tab
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_reviews:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
- erichards@mozilla.com
expires: never
metadata:
tags:
- History
opened_items_in_private_tabs:
type: event
description: |
A user opened multiple synced history items in private tabs
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_reviews:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
- erichards@mozilla.com
expires: never
metadata:
tags:
- History
search_icon_tapped:
type: event
description: |
A user tapped on the search icon in synced history.
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_reviews:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: 117
search_result_tapped:
type: event
description: |
A user tapped on the search result in synced history.
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_reviews:
- https://github.com/mozilla-mobile/fenix/issues/26185
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: 117

recently_closed_tabs:
opened:
type: event
Expand Down

0 comments on commit aff5951

Please sign in to comment.