Shopify: Manual implementation required. Integrate with your subscription/trial system.
JavaScript
Properties
When to Fire
- Trial signup confirmation
- Trial activation
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Track when a visitor begins a free trial
window._upstack('track', 'trial_started', {
planName: 'Premium Plan',
trialDays: 14,
value: 49.99,
currency: 'USD'
});
| Property | Type | Required | Description |
|---|---|---|---|
| planName | string | No | Trial plan or product name |
| trialDays | number | No | Trial duration in days |
| value | number | No | Plan value after trial |
| currency | string | No | ISO 4217 currency code |
Was this page helpful?