Analytics events for new onboarding flow
See original GitHub issueDescription
- webapp event:
onboarding_getting_started_docs_click
- Webapp event:
onboarding_create_project_manually_click
- If we add a
copy
button for the code, can we add a webapp event:onboarding_copy_code_block_click
- Can we add a parameter to the
project_created
event where we have amethod
field that’s set tomanual
orcli
depending on how the project was created (this would be for onboarding + new projects created not in onboarding as well!)
^same event as (2), but for creating a new project not in onboarding
- webapp event:
new_project_create_project_manually_click
Issue Analytics
- State:
- Created a year ago
- Comments:14 (13 by maintainers)
Top Results From Across the Web
4 steps to apply product analytics to track user onboarding
Find out how to apply analytics to track user onboarding and help users better navigate your app or product.
Read more >How to Measure User Onboarding to Better Convert and ...
Learn how product analytics can help you measure and optimize your onboarding experience to drive customer retention.
Read more >Top 9 user onboarding metrics to track - Mixpanel
With product analytics, you can set up funnels to identify when and where users are dropping out of an onboarding process. You can...
Read more >Demonstrate Business Impact Through Employee Onboarding ...
One of the fundamental steps in any new hire onboarding process is demonstrating business impact with employee onboarding analytics.
Read more >10 Must-Track User Onboarding Metrics & KPIs (2023) - Whatfix
Metrics and KPIs will empower you to improve your user onboarding flow. Here are the top user onboarding metrics and KPIs to track....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Okay, summary of what we want to do so far:
onboarding_start_project_created
+new_project_start_project_created
. If they’re FE, we may as well create separate events for them since it’s weird to have one FE event for multiple pages in the app.project_id
to FE events?personal_access_token_created
we want to adduser_id
+auto_generated
(boolean)am I missing anything?
Page events dont have the project id.
Currently the
personal_access_token.created
doesn’t have any metadata, so we could change it to have:userId: string
auto_generated: boolean