Back to MyTrack360
Documentation · v1

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.

articles240+
languagesEN · DE · ES
last update2 days ago
Search 240+ articles…⌘K
GET/docs/quickstart
GET/docs/postback-signing
GET/docs/integrations/meta-capi
GET/docs/playbooks/voluum-migration
TrendingPostbackMeta CAPIVoluum
Browse the library

Six paths. One platform.

Whether you're scoping a migration or wiring up your first postback, start where it makes sense for your team.

01

Quickstart

Track your first click in under 5 minutes. Postback, S2S and pixel — covered.

02

Concepts

How campaigns, offers, flows, and traffic sources fit together inside MyTrack360.

03

Integrations

Wire up Meta, TikTok, Google Ads, RedTrack importers and 60+ traffic sources.

04

Postbacks & S2S

Server-to-server callbacks with signed payloads and retry semantics.

05

Security

RBAC, SSO, audit log, IP allowlists, and data residency options.

06

Playbooks

Battle-tested workflows from teams running 7- and 8-figure spend.

60-second quickstart

Three lines.
First conversion tracked.

Drop the tracker on your landing page, fire an event, watch it land in the dashboard in real time.

01
Install the tracker
Add a single script tag to your landing page or app.
02
Send your first event
POST /v1/events with a click_id and payout — that's it.
03
See it in real time
Open the dashboard; the event lands within 200ms p95.
terminal200 OK · 142ms
$ 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 }
Start in minutes

Own your
tracking stack.

Start tracking in minutes. No credit card required. Or book a 15-minute demo — we'll walk you through your first campaign.

Free trial · 10 campaigns · 100K clicks · upgrade anytime