Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

[Telemetry] Recently closed tabs #15366

Closed
7 tasks
vesta0 opened this issue Sep 24, 2020 · 2 comments
Closed
7 tasks

[Telemetry] Recently closed tabs #15366

vesta0 opened this issue Sep 24, 2020 · 2 comments

Comments

@vesta0
Copy link
Collaborator

vesta0 commented Sep 24, 2020

Description & Product Manager / Data Scientist User Story

As a product manager, I'd like to understand how often users access their recently closed tabs, so I can better prioritize related features.

What questions will you answer with this data?

  • How often users access their "recently closed tabs" through the tabs tray menu
  • How often users restore a recently closed tab?
  • How often do users access their History when they are on the "recently closed tabs" page?

Acceptance Criteria

  • ENG files a DS JIRA request outlining their methodology.
  • DS sign off on instrumentation methodology addressing product questions.
  • Event pings can be queried via re:dash
  • Event pings can be queried via amplitude
  • We are sending telemetry events for the actions listed in the requirements
  • We have documented the telemetry
  • We have asked a data steward to review the telemetry

┆Issue is synchronized with this Jira Task

@vesta0 vesta0 added the Skittle label Sep 24, 2020
@github-actions github-actions bot added the needs:triage Issue needs triage label Sep 24, 2020
@vesta0 vesta0 removed the needs:triage Issue needs triage label Sep 24, 2020
@mcarare mcarare self-assigned this Nov 24, 2020
mcarare added a commit to mcarare/fenix that referenced this issue Nov 24, 2020
mcarare added a commit to mcarare/fenix that referenced this issue Nov 25, 2020
mcarare added a commit to mcarare/fenix that referenced this issue Nov 25, 2020
mcarare added a commit to mcarare/fenix that referenced this issue Nov 25, 2020
mcarare added a commit to mcarare/fenix that referenced this issue Nov 25, 2020
mcarare added a commit to mcarare/fenix that referenced this issue Nov 25, 2020
mcarare added a commit to mcarare/fenix that referenced this issue Nov 25, 2020
mcarare added a commit to mcarare/fenix that referenced this issue Nov 25, 2020
mcarare added a commit to mcarare/fenix that referenced this issue Nov 25, 2020
mcarare added a commit to mcarare/fenix that referenced this issue Nov 25, 2020
mcarare added a commit to mcarare/fenix that referenced this issue Nov 25, 2020
@Mugurell
Copy link
Contributor

Mugurell commented Dec 10, 2020

Talked offline with Kate who confirmed with DS and Boek:

  • The newly added metrics should log events, not counters anymore
  • An an expiration date 6 months is preferred.
    Maybe if there is already related telemetry for that part of the screen / feature we can reuse the existing expiration date so that all related telemetry probes will be renewed at the same time.

mcarare added a commit to mcarare/fenix that referenced this issue Dec 10, 2020
mcarare added a commit to mcarare/fenix that referenced this issue Dec 10, 2020
mcarare added a commit to mcarare/fenix that referenced this issue Dec 10, 2020
mcarare added a commit to mcarare/fenix that referenced this issue Dec 10, 2020
mcarare added a commit to mcarare/fenix that referenced this issue Dec 10, 2020
mcarare added a commit to mcarare/fenix that referenced this issue Dec 10, 2020
mcarare added a commit to mcarare/fenix that referenced this issue Dec 10, 2020
@AndiAJ
Copy link
Collaborator

AndiAJ commented Dec 16, 2020

Hi, verified as fixed on the latest Nightly 201216 using a Google Pixel 3a (Android 11)

✔️ Access "recently closed tabs" through the tabs tray menu
Ping 9b51d3ed-2368-45a2-a7fc-deced5e3b6c6

{
          "category": "tabs_tray",
          "name": "menu_opened",
          "timestamp": 4640
        },
        {
          "category": "events",
          "name": "recently_closed_tabs_opened",
          "timestamp": 5926
        }

✔️ Access "recently closed tabs" through the history fragment
Ping 43191b53-a3b3-4d57-9934-d7136d48169d

{
          "category": "events",
          "extra": {
            "item": "history"
          },
          "name": "browser_menu_action",
          "timestamp": 11207
        },
        {
          "category": "history",
          "name": "opened",
          "timestamp": 11313
        },
        {
          "category": "events",
          "name": "recently_closed_tabs_opened",
          "timestamp": 12460
        }

Logcat
Glean dashboard

@AndiAJ AndiAJ closed this as completed Dec 16, 2020
@AndiAJ AndiAJ added eng:qa:verified QA Verified and removed eng:qa:needed QA Needed labels Dec 16, 2020
pkirakosyan pushed a commit to gexsi/user-agent-android that referenced this issue Aug 4, 2021
pkirakosyan pushed a commit to gexsi/user-agent-android that referenced this issue Aug 4, 2021
pkirakosyan pushed a commit to gexsi/user-agent-android that referenced this issue Aug 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants