JavaScript
Properties
When to Fire
- After demo request form submission
- After sales call booking confirmation
- After Calendly/HubSpot meeting scheduled
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 requests a product demo in your SaaS application.
window._upstack('track', 'demo_requested', {
userEmail: 'buyer@enterprise.com',
companyName: 'Enterprise Corp',
companySize: '500-1000',
useCase: 'marketing_analytics'
});
| Property | Type | Required | Description |
|---|---|---|---|
| userEmail | string | No | Requester email |
| companyName | string | No | Company name |
| companySize | string | No | Company size range |
| useCase | string | No | Primary use case |
Was this page helpful?