JavaScript
Properties
When to Fire
- After first key feature is used
- After onboarding checklist is completed
- After first data import succeeds
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Track when a trial user reaches a meaningful activation milestone.
window._upstack('track', 'trial_activated', {
accountId: 'acct_abc123',
planId: 'plan_pro_monthly',
trialDaysRemaining: 12,
activationMilestone: 'first_integration_connected'
});
| Property | Type | Required | Description |
|---|---|---|---|
| accountId | string | Yes | Account identifier |
| planId | string | No | Trial plan identifier |
| trialDaysRemaining | number | No | Days remaining in trial |
| activationMilestone | string | No | Which milestone was reached |
Was this page helpful?