Get started
Three steps, about ten minutes. Events show up in the dashboard as they arrive — there is no ingestion delay to wait out.
- 1
Install the SDK
npm install @datapulse/browserOne script tag or one package. No build step required.
- 2
Identify the user
datapulse.identify(user.id)Anonymous events are stitched to the profile on identify.
- 3
Send an event
datapulse.track("checkout_started", { plan })Any property you send becomes a filter, immediately.