Skip to main content
Fires when a user reaches an activation milestone within the product. Use this event to measure user onboarding success and product adoption.

JavaScript

window._upstack('track', 'user_activated', {
  userId: 'usr_xyz789',
  accountId: 'acct_abc123',
  userEmail: 'user@acme.com',
  activationMilestone: 'completed_onboarding',
  daysToActivation: 2
});

Properties

PropertyTypeRequiredDescription
userIdstringYesUser identifier
accountIdstringYesAccount identifier
userEmailstringNoUser email address
activationMilestonestringNoWhich milestone was reached
daysToActivationnumberNoDays from signup to activation

When to Fire

  • When user completes onboarding checklist
  • When user performs first key action
  • When user reaches engagement threshold