Skip to main content
Fires when a user begins the signup flow. Use this event to measure signup funnel drop-off and optimize conversion.

JavaScript

window._upstack('track', 'signup_started', {
  planId: 'plan_pro_monthly',
  source: 'pricing_page'
});

Properties

PropertyTypeRequiredDescription
planIdstringNoPre-selected plan (if applicable)
sourcestringNoWhere signup was initiated

When to Fire

  • When signup form is opened
  • When registration page loads
  • When “Start Free Trial” button is clicked