Quickstart
Install the SDK and send your first event.
1. Install
Or load the browser build from a CDN — it exposes a global pivolio:
2. Initialize
Grab your write key from the dashboard under Settings → Keys. Write keys can only ingest events, so they’re safe to ship in the browser.
3. Track an event
The event is validated at the edge, enriched server-side (identity resolution, geo, PII hashing), and delivered to your connected destinations.
4. Identify a customer
Tie anonymous activity to a known user:
Next, see Ingesting events for batching, page views, and server-side delivery.