mediabuyer
← All terms

Tracking

Postback (S2S)

Server-to-server conversion notification.

A postback (also called server-to-server / S2S tracking) is an HTTP call from the offer's server to the tracker's server when a conversion fires. Carries the click ID and conversion value. More reliable than pixel-based tracking — no JS, no ad-blockers, no cookies. Standard for affiliate networks.

Example

MaxBounty fires GET https://tracker.example.com/postback?cid={cid}&payout={payout} on every confirmed lead. Tracker logs the conversion against the original click.

Related terms