Stepper: improve calypso_signup_start
tracking
#91280
Labels
[Feature] Signup & Account Creation
All screens and flows for making a new WordPress.com account.
[Feature] Tracks Metrics & Monitoring
Capturing analytics about user behavior on WordPress.com.
Stepper
[Type] Task
Milestone
Details
As discussed in a call earlier this week (notes are in p58i-hhJ-p2), we are seeing the
calypso_signup_start
event being triggered too many times for flows built using Stepper.The core issue is that we may trigger a
calypso_signup_start
event when we first load the flow, but we then redirect to/start/account/user-social
to get the user signed up, and we then trigger a secondcalypso_signup_start
event when we're redirected back to the flow again.Related to:
calypso_signup_step_start
Tracks events when step is actually rendered #91243Checklist
isSignupFlow: true
, we should only create onecalypso_signup_start
event, even when we redirect the user to a separate user signup step.The text was updated successfully, but these errors were encountered: