Skip to main content
Fires when a user logs into their account. This helps track returning user engagement and can be used to build audience segments of active customers.
Shopify: Manual implementation required. Not automatically tracked.

JavaScript

window._upstack('track', 'login', {
  method: 'email'
});

Properties

PropertyTypeRequiredDescription
methodstringNoLogin method ('email', 'google', 'facebook', 'shop_pay')

When to Fire

  • Successful login form submission
  • OAuth login completion
  • Automatic re-authentication