JavaScript
Properties
When to Fire
- After support manually extends trial
- After promotional extension is applied
- After win-back campaign grants extension
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 period is extended.
window._upstack('track', 'trial_extended', {
accountId: 'acct_abc123',
trialEndDate: '2026-03-11T14:30:00.000Z',
trialDaysRemaining: 7,
extensionReason: 'support_request'
});
| Property | Type | Required | Description |
|---|---|---|---|
| accountId | string | Yes | Account identifier |
| trialEndDate | string | No | New trial end date |
| trialDaysRemaining | number | No | New days remaining |
| extensionReason | string | No | Why trial was extended |
Was this page helpful?