Skip to main content
Fires when a user schedules an appointment. Use this for service-based businesses where customers book appointments, fittings, or consultations.
Shopify: Manual implementation required. Integrate with your scheduling system.

JavaScript

window._upstack('track', 'schedule', {
  appointmentType: 'fitting',
  value: 75.00,
  currency: 'USD'
});

Properties

PropertyTypeRequiredDescription
appointmentTypestringNoType of appointment
valuenumberNoService value
currencystringNoISO 4217 currency code

When to Fire

  • Appointment booking confirmation
  • Service scheduling completion
  • book_call — For sales calls and consultations
  • lead — For general lead capture