How the two directions work together
Both directions share the same click record, created the moment a visitor clicks a partner’s referral link:- Click — a visitor clicks a referral link such as
https://go.yourdomain.com/john?clickId=TRACKER_CLICK_ID. Partnero records the click, captures any trackable query parameters (sub-IDs likeclickIdabove), and generates its own click ID — appended to the landing URL on redirect links, or stored in a first-party cookie by PartneroJS on direct links. - Conversion (inbound) — your server calls the Partnero postback URL with that
click_idwhen the visitor signs up or purchases. Partnero attributes the conversion to the right partner. - Notification (outbound) — Partnero fires the partner’s affiliate postback, echoing the captured sub-IDs back to the partner’s tracking platform so the conversion appears in their tracker too.
When to use postbacks
- Your partners run paid traffic through tracking platforms and need conversions reported back automatically — use affiliate postbacks.
- You want cookieless, blocker-proof attribution without embedding an API key in any client — use postback URL tracking.
- You already use the REST API server-side — you may not need inbound postbacks; compare in the S2S tracking guide.
Next steps
Postback URL tracking
Report sign-ups and sales to Partnero with a keyless postback URL
Affiliate postbacks
Send conversion notifications to your partners’ tracking platforms
