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
| Area | Purpose |
|---|---|
| Quickstart | Install the SDK and send the first event |
| Examples | Integration recipes and copy-paste starter patterns |
| SDK setup | Implement production integration patterns |
| B2B SaaS events | Standardize canonical event naming and payloads |
| Supported platforms | Understand destination behavior and overrides |
| Integrations | Analytics, auth, payments, frameworks |
| API playground | Validate 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.