Company logo
January 2, 2023

Built-in user activity and usage conditions

Thomas Kainrad's avatar

We've added support for user activity and usage data to be used in conditions. For example, we now natively support conditions such as "last seen at" and "number of executions."

These can be used for any conditions throughout CommandBar with zero engineering work. Namely, these conditions can be used to:

  • Control when nudges get shown
  • Control when commands are available
  • Control when commands are recommended
  • Control when Questlists get shown

Options include:

  • Activity properties: First seen, last seen, # shortcuts executed, # sessions
  • Usage properties: # opens, # deadends, # commands executed

Previously, you'd have to build these conditions yourself in JavaScript — now, they're just built in!