question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Analytics events for new onboarding flow

See original GitHub issue

Description

  1. webapp event: onboarding_getting_started_docs_click
  2. Webapp event: onboarding_create_project_manually_click
  3. If we add a copy button for the code, can we add a webapp event: onboarding_copy_code_block_click
  4. Can we add a parameter to the project_created event where we have a method field that’s set to manual or cli depending on how the project was created (this would be for onboarding + new projects created not in onboarding as well!) Screenshot 2022-09-28 at 15 45 39

^same event as (2), but for creating a new project not in onboarding

  • webapp event: new_project_create_project_manually_click image

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:14 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
TuringLovesDeathMetalcommented, Sep 30, 2022

Okay, summary of what we want to do so far:

  1. FE event for 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.
  2. Can we add project_id to FE events?
  3. for personal_access_token_created we want to add user_id + auto_generated (boolean)

am I missing anything?

1reaction
ZeRegocommented, Sep 30, 2022

If we can’t, I’ll survive with a FE event for the page load (as long as it includes the project_id as a parameter!)

Page events dont have the project id.

in the token created could we add a parameter for this? I can’t think of a good name 😅 location sounds terrible

Currently the personal_access_token.created doesn’t have any metadata, so we could change it to have: userId: string auto_generated: boolean

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found