Shopify: Manual implementation required. Integrate with your scheduling system.
JavaScript
Properties
When to Fire
- Appointment booking confirmation
- Service scheduling 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 schedules an appointment
window._upstack('track', 'schedule', {
appointmentType: 'fitting',
value: 75.00,
currency: 'USD'
});
| Property | Type | Required | Description |
|---|---|---|---|
| appointmentType | string | No | Type of appointment |
| value | number | No | Service value |
| currency | string | No | ISO 4217 currency code |
Was this page helpful?