Skip to main content
Fires when a specific feature is used. Track key features to understand product adoption and identify power users.

JavaScript

window._upstack('track', 'feature_used', {
  accountId: 'acct_abc123',
  userId: 'usr_xyz789',
  featureId: 'feat_export',
  featureName: 'CSV Export',
  featureCategory: 'reporting'
});

Properties

PropertyTypeRequiredDescription
accountIdstringYesAccount identifier
featureIdstringYesFeature identifier
userIdstringNoUser who used the feature
featureNamestringNoFeature display name
featureCategorystringNoFeature category

When to Fire

  • When key features are used
  • When premium features are accessed
  • When usage-based actions are performed