Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.43k stars 1.99k forks source link

Command Palette: add tracking to understand discoverability #94267

Closed annezazu closed 1 month ago

annezazu commented 1 month ago

Currently, there's no tracking around how the command palette is initiated. Opening this issue to better understand what entry points folks are using and to track how that might change when/if new entry points are added. There are three items to add tracking to right now:

Editor header:

https://github.com/user-attachments/assets/f2465293-9863-47fc-adda-d482c2bb9d3f

Site editor sidebar:

https://github.com/user-attachments/assets/f9c83521-32cd-435c-94d6-efd410889f06

Command K (shortcut that makes it open)

arthur791004 commented 1 month ago

Proposing https://github.com/Automattic/wp-calypso/pull/94271 to track the command palette behavior 🙂

miksansegundo commented 1 month ago

https://github.com/Automattic/wp-calypso/pull/94271 has been merged. We can find in the PR description the events and props being tracked.