Events let you record meaningful product actions from your application and use them in analytics, segmentation, and conditions. A tracked event is always associated with the current user. If the user has also been associated with a company throughDocumentation Index
Fetch the complete documentation index at: https://docs.usertour.io/llms.txt
Use this file to discover all available pages before exploring further.
group(), the event can also be associated with that company.
Typical use cases include:
- Measuring product adoption
- Triggering flows or checklists based on behavior
- Building segments from user actions
- Recording milestone actions like
project_createdorsubscription_upgraded
Available methods
track()records a custom event for the current user, with optional event attributes and tracking options.