Shopify: Manual implementation required. Integrate with your scheduling tool (Calendly, etc.).
JavaScript
Properties
When to Fire
- Calendly booking confirmation
- Meeting scheduler submission
- Demo request completion
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 books a call or consultation
window._upstack('track', 'book_call', {
callType: 'sales_consultation',
value: 200.00,
currency: 'USD'
});
| Property | Type | Required | Description |
|---|---|---|---|
| callType | string | No | Type of call (e.g., 'sales_consultation', 'support') |
| value | number | No | Estimated value of the booking |
| currency | string | No | ISO 4217 currency code |
Was this page helpful?