JavaScript
Properties
When to Fire
- When signup form is opened
- When registration page loads
- When “Start Free Trial” button is clicked
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Track when a user begins the signup flow in your SaaS application.
window._upstack('track', 'signup_started', {
planId: 'plan_pro_monthly',
source: 'pricing_page'
});
| Property | Type | Required | Description |
|---|---|---|---|
| planId | string | No | Pre-selected plan (if applicable) |
| source | string | No | Where signup was initiated |
Was this page helpful?