Journey events
view$.
SDK event bus
The SDK also exposes an event bus for cross-surface observation.Resume
CallresumeAll() after SDK initialization when you want to restore known journey state for the current browser session.
journey.view$ as usual.
Cross-tab behavior
The SDK can synchronize public session and journey state across tabs. You can keep the default behavior for most browser integrations.Data handling
Avoid sending grants, session values, or raw snapshots to third-party analytics and logging tools. If you need analytics, record high-level outcomes such asjourney_started, journey_gated, journey_granted, or journey_ended without sensitive runtime values.