This article provides a comprehensive reference on Userorbit's event-based targeting, explaining how user actions tracked via the SDK can be used to trigger features like surveys, tours, and checklists.
Track product events with the JavaScript SDK, then use supported analytics and audience controls without assuming every event property is available as an in-app trigger.
Use stable event names and avoid secrets or sensitive free-form text.
Track an event
await userorbit.track("onboarding_completed", {
hiddenFields: { source: "checklist" },
});JavaScriptUse stable event names and avoid secrets or sensitive free-form text.