Product events describe actions users complete in your application.
~js await userorbit.track("Checklist Completed"); ~
Initialize Userorbit before calling track. Identification is recommended for account-level analysis but is not required before the first event. When no user ID is supplied, the SDK generates and stores an anonymous distinct ID.
Use stable names in past tense, such as “Project Created” or “Invite Sent.” Do not place variable values in the event name.
To verify an event:
  1. Open the correct Analytics project.
  2. Open Live Events.
  3. Perform the action in your product.
  4. Inspect the event and identity shown.

Was this helpful?