Shopify: Manual implementation required. Not automatically tracked.
JavaScript
Properties
When to Fire
- Account registration form submission
- OAuth signup completion (Google, Facebook)
- Post-purchase account creation
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Track when a customer creates an account
window._upstack('track', 'complete_registration', {
method: 'email',
source: 'checkout_page'
});
| Property | Type | Required | Description |
|---|---|---|---|
| method | string | No | Registration method (e.g., 'email', 'google', 'facebook') |
| source | string | No | Where registration occurred |
Was this page helpful?