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

Stepper Tracking: incorrect signup_domain_origin for Skip Domain + Free Plan scenarios #95225

Open
skim1220 opened this issue Oct 8, 2024 · 0 comments

Comments

@skim1220
Copy link

skim1220 commented Oct 8, 2024

👋 Hi Team,

I noticed that in the Stepper onboarding flow, the "Skip Domain + Free Plan" scenarios are incorrectly logging signup_domain_origin property for calypso_signup_complete event. This should be logged as choose-later, but the Stepper flow is logging it as free. See the recordings and details below. This issue does not occur in the Classic onboarding flow.

Select .blog domain > Select “Elegir mi dominio más tarde” option in the right pane + Free Plan (recording)

  • flow: onboarding
  • is_new_user: true
  • is_new_site: true
  • has_cart_items: false
  • signup_domain_origin: free
  • site_count: 0
  • site_id_label: wpcom
  • _en: calypso_signup_complete
skip_domain_right_pane_free_plan_v3.mp4

Skip domain (click “Ver los planes de pago »”) + Free Plan (Stepper: recording)

  • flow: onboarding
  • is_new_user: true
  • is_new_site: true
  • has_cart_items: false
  • signup_domain_origin: free
  • site_count: 0
  • site_id_label: wpcom
  • _en: calypso_signup_complete
skip_domain_free_plan_v3.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant