Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analytics: Extend ide_configuration_changed analytics event with location (e.g. dashboard, preferences, workspace start) #9791

Closed
Tracked by #6707
loujaybee opened this issue May 5, 2022 · 0 comments · Fixed by #10131
Assignees
Labels
aspect: analytics Anything related to analytics aspect: growth Issues relating to product growth initiatives team: IDE

Comments

@loujaybee
Copy link
Member

loujaybee commented May 5, 2022

Previously, IDE configurations were only made via the /preferences page. However, with the introduction of changes to add IDE preferences for onboarding users #9432 and #9663, the IDE preferences will be seen in three locations:

  1. Workspace start (e.g. a path with a context URL /#https://github.com/person/project
  2. Dashboard, currently on the workspaces list page
  3. Preferences page (/preferences) as before

Proposal

Implement property location with the following values: workspace_list, workspace_start and preferences and extend the existing ide_configuration_changed event. These properties would be passed for each occurrence of the IDE preferences throughout the application.

Relates to this PR: #9663 as part of the epic #6707

@loujaybee loujaybee added aspect: analytics Anything related to analytics team: IDE aspect: growth Issues relating to product growth initiatives labels May 5, 2022
@loujaybee loujaybee changed the title Extend ide_configuration_changed analytics event with location (e.g. dashboard, preferences, workspace start) Analytics: Extend ide_configuration_changed analytics event with location (e.g. dashboard, preferences, workspace start) May 5, 2022
@mustard-mh mustard-mh self-assigned this May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aspect: analytics Anything related to analytics aspect: growth Issues relating to product growth initiatives team: IDE
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants