TrackStack Docs
TrackStack Docs
DashboardPricingTrackStack DocsQuickstartExamplesSDK SetupB2B SaaS EventsSupported PlatformsIntegrationsAPI Playground
GitHub

TrackStack Docs

Edge conversion infrastructure docs for setup, event contracts, and delivery reliability.

TrackStack is the conversion infrastructure layer between your product events and ad platform CAPIs.

Documentation map

AreaPurpose
QuickstartInstall the SDK and send the first event
ExamplesIntegration recipes and copy-paste starter patterns
SDK setupImplement production integration patterns
B2B SaaS eventsStandardize canonical event naming and payloads
Supported platformsUnderstand destination behavior and overrides
IntegrationsAnalytics, auth, payments, frameworks
API playgroundValidate requests against runtime OpenAPI

AI-ready: Cursor skills, Claude Code setup, and full platform reference — see AI_READY.md in the repo.

Architecture at a glance

App / Server
   |
TrackStack SDK (canonical events)
   |
TrackStack Edge (routing + reliability)
   |
Ad Platform Conversion APIs

Guiding principles

  • Keep app code simple with canonical capture calls.
  • Keep destination-specific complexity on the edge.
  • Keep operations observable with delivery and failure visibility.

Quickstart

Send your first conversion event in minutes.

On this page

Documentation mapArchitecture at a glanceGuiding principles