Skip to main content
Fires when a trial ends without conversion. Use this event to measure trial-to-paid conversion rates and identify drop-off reasons.

JavaScript

window._upstack('track', 'trial_expired', {
  accountId: 'acct_abc123',
  planId: 'plan_pro_monthly',
  planName: 'Pro Plan',
  trialDays: 14
});

Properties

PropertyTypeRequiredDescription
accountIdstringYesAccount identifier
planIdstringNoExpired trial plan
planNamestringNoPlan display name
trialDaysnumberNoTotal trial length

When to Fire

  • When trial end date is reached without payment
  • When account is downgraded to free tier
  • When access is revoked after grace period