Page MenuHomePhabricator

User links instrumentation QA: QA instrumentation of button clicks
Closed, ResolvedPublic

Description

Background

In T284542: [SPIKE] Investigate existing instrumentation for User Links feature we reviewed the required instrumentation for the usage of user links before and after the changes proposed in T266536: [EPIC] Consolidate user links into a single menu. A change was required to instrument the button that triggers the display of the user links. This task is for the QA of that change

Acceptance criteria

Event Timeline

Ready to QA on officewiki and testwiki

I have explored the data on officewiki and testwiki. After change 701464 , is it expected that ui.dropdown-{{id}} will be captured in event.name field? If yes, then the instrument has kicked in. In the month of July, two types of dropdown events are captured: ui.dropdown-p-personal and ui.dropdown-p-cactions.

Number of clicks in July are:

event.namecount
ui.dropdown-p-personal137
ui.dropdown-p-cactions83

SQL

select distinct event.name
FROM desktopwebuiactionstracking
where year=2021 and month=7 and event.name lIKE 'ui.dropdown%'
and wiki in ('officewikiwiki', 'testwiki')

Would like to document the meaning of the strings after I confirm with engineers.

Hi @jwang I've updated the glossary https://docs.google.com/spreadsheets/d/1ZvHcy6lXevrdd-t_8fT2MmHBsQK3aFdLNGSRE6IiWb8/edit#gid=1517084570
ui.dropdown-p-cactions doesn't relate to the user links so can be ignored in analysis. ui.dropdown-p-personal is the new button in user links that accesses the dropdown.

Schema QA is done. ui.dropdown-p-personal event is logged in desktopwebuiactionstracking table.

jwang removed jwang as the assignee of this task.Oct 19 2021, 8:38 PM
jwang removed a project: Product-Analytics (Kanban).
jwang subscribed.