Ship faster.
Docs that respect your time.
Concept-first guides, runnable snippets, and copy-paste integrations. Every example is tested against the production tracker before it ships.
Six paths. One platform.
Whether you're scoping a migration or wiring up your first postback, start where it makes sense for your team.
Quickstart
Track your first click in under 5 minutes. Postback, S2S and pixel — covered.
Concepts
How campaigns, offers, flows, and traffic sources fit together inside MyTrack360.
Integrations
Wire up Meta, TikTok, Google Ads, RedTrack importers and 60+ traffic sources.
Postbacks & S2S
Server-to-server callbacks with signed payloads and retry semantics.
Security
RBAC, SSO, audit log, IP allowlists, and data residency options.
Playbooks
Battle-tested workflows from teams running 7- and 8-figure spend.
Three lines.
First conversion tracked.
Drop the tracker on your landing page, fire an event, watch it land in the dashboard in real time.
- 01Install the trackerAdd a single script tag to your landing page or app.
- 02Send your first eventPOST /v1/events with a click_id and payout — that's it.
- 03See it in real timeOpen the dashboard; the event lands within 200ms p95.
$ curl https://api.mytrack360.com/v1/events \
-H "Authorization: Bearer mk_live_••••" \
-H "Content-Type: application/json" \
-d '{
"click_id": "ck_3aZ9q8XpL2",
"type": "conversion",
"payout": 24.50,
"currency": "USD"
}'
→ { "id": "ev_8H2nQpRz", "attributed": true }