Introduction

Server-side ad-event tracking with identity resolution and multi-destination delivery.

Pivolio collects events on your server, resolves them to a customer, and delivers conversions to every major ad platform’s Conversions API — open-source and self-hostable.

Two API surfaces

Pivolio exposes two kinds of endpoints, each with its own authentication:

  • Ingestion — send events from a browser or server using a workspace write key (the X-Write-Key header). This is what the SDK uses.
  • Management — workspaces, integrations, reporting, and account endpoints authenticate with the dashboard session cookie.

See Authentication for details.

Where to next

  • Quickstart — install the SDK and send your first event.
  • API Reference — browse every endpoint, grouped by area.
  • Changelog — what’s new.