Tracker recipes
Copy-paste postback templates for the trackers media buyers actually use — zero back-and-forth with managers.
Before you start
- Send traffic to your landing with a click id in the URL — we accept
subid,sub_id,sub1,clickid,click_idorcid. That value comes back to your tracker as{clickid}. - Create the postback under Postbacks in the portal (one per event:
REGISTRATION,DEPOSIT), paste the template for your tracker, and hit test — we fire a synthetic delivery with sample values so you can verify the conversion lands before spending a cent.
Example landing link (from your tracker)
https://your-domain.com/?subid={external_id}&promo=YOURCODE
Keitaro
Use the S2S postback URL from Campaign → Integration. Map our {clickid} to Keitaro's subid:
Registration
https://YOUR-KEITARO-DOMAIN/click.php?subid={clickid}&status=lead
Deposit
https://YOUR-KEITARO-DOMAIN/click.php?subid={clickid}&status=sale&payout={amount}¤cy={currency}&tid={txid}
tip
tid (transaction id) makes deposit conversions idempotent in Keitaro — repeated deliveries of the same deposit won't double-count.
Binom
Registration
https://YOUR-BINOM-DOMAIN/click.php?cnv_id={clickid}&cnv_status=lead
Deposit
https://YOUR-BINOM-DOMAIN/click.php?cnv_id={clickid}&cnv_status=sale&payout={amount}&cnv_id2={txid}
RedTrack
Registration
https://YOUR-DOMAIN.rdtk.io/postback?clickid={clickid}&type=lead
Deposit
https://YOUR-DOMAIN.rdtk.io/postback?clickid={clickid}&type=purchase&sum={amount}&txid={txid}
Voluum
Registration
https://YOUR-VOLUUM-DOMAIN/postback?cid={clickid}&et=reg
Deposit
https://YOUR-VOLUUM-DOMAIN/postback?cid={clickid}&et=dep&payout={amount}&txid={txid}
Any other tracker
Every value is available as a macro — build the URL your tracker expects:
https://YOUR-TRACKER/postback?click={clickid}&event={event}&value={amount}&cur={currency}&tx={txid}&geo={geo}&host={domain}&promo={promo}
Meta CAPI / server-side pixels
Postbacks carry {clickid}, value and currency. If you fire CAPI from your own backend, join the postback to the visitor's fbp/fbc you stored at click time — or pull richer match signals (ip, user agent, fbclid) from GET /v1/conversions.