Shopify: Manual implementation required. Integrate with your contact form.
JavaScript
Properties
When to Fire
- Contact us form submission
- Support request submission
- Product inquiry
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 submits a contact form
window._upstack('track', 'contact', {
formName: 'product_inquiry',
email: 'customer@example.com'
});
| Property | Type | Required | Description |
|---|---|---|---|
| formName | string | No | Form or inquiry type |
| string | No | Contact’s email |
Was this page helpful?