Postback Tester
Replay the exact callback and store the HTTP response you got back.
Open tool >Postback troubleshooting
The endpoint answers successfully, but the network, tracker, or CRM still does not record the conversion you expected.
This issue appears when a postback request gets a 200 response, so teams assume everything is healthy, but the conversion never shows up in the affiliate network, partner dashboard, or internal reporting system. The transport layer looks fine while the business event is still missing.
It is common during new offer launches, tracker migrations, or partner endpoint changes. The callback is technically accepted, but one of the required identifiers, goal values, or validation rules still prevents the receiving system from crediting the conversion.
A 200 response only proves the server answered. It does not prove the partner created a conversion record. Many endpoints return success for syntactically valid requests even when they ignore the payload internally because a click ID is stale, the payout field is blank, or the goal name does not match their setup.
That is why this problem sits between broad delivery failures and explicit macro failures. The request leaves your side, but the receiving system still has a semantic reason to discard it.
Most cases fall into three buckets: identifier mismatch, business-rule mismatch, or duplicate suppression. Start there before you blame the transport layer.
The cleanest investigations compare the expected conversion template against the exact callback that returned 200, then confirm how the receiving side interpreted that request.
The fastest path is to prove three layers in order: the source click exists, the callback payload contains the right values, and the receiving side can match that payload to a conversion record.
Do not start by editing the template blindly. First capture one failing callback that returned 200 and inspect it side by side with the partner specification.
Use Postback Tester or your tracker logs to confirm the click ID, goal, payout, and timestamp you believe should create the conversion.
Open the request in Postback URL Checker and confirm that identifiers, goal parameters, and auth fields are really present.
Match the callback that returned 200 against the partner's required template. If placeholders stayed literal, continue with Postback Macro Not Replaced.
Confirm whether they treated it as duplicate, invalid, stale, test, or unmatched. A successful HTTP response is not enough without that business-layer answer.
Fix the exact mismatch that prevented the 200-response callback from becoming a conversion. That usually means replacing one wrong identifier, goal name, or mapping field rather than rebuilding the whole transport stack.
Once corrected, rerun the same scenario with a fresh click and save both the request and the partner confirmation so the next launch has a reference.
Use the real landing path or a controlled QA click so you are not retesting with stale identifiers that will never be accepted.
Update the template, goal mapping, payout format, or status fields so the payload matches the endpoint's current rules.
Replay the corrected request in Postback Tester and archive the response plus the partner-side conversion proof.
If the callback stops returning 200 or never leaves the tracker, branch into Fix postback not working instead of mixing transport and payload problems.
Use the tester to replay the callback, the URL checker to inspect the payload structure, and the broader postback fixes only when you prove the problem is not a simple mapping mismatch.
This cluster works best when you keep one failing request, one corrected request, and one partner confirmation side by side.
Replay the exact callback and store the HTTP response you got back.
Open tool >Rebuild the callback template cleanly once you know which field or macro is wrong.
Open tool >Generate or verify the original click path when you need to prove the source identifier was valid.
Open tool >Inspect the click ID or tracking parameter when the receiving side claims it cannot match the request.
Open tool >Treat '200 but no conversion' as a mapping problem until proven otherwise. The server answered, but the event still failed the partner's internal logic.
Keep a reference pack with the approved template, a fresh valid click, the successful test callback, and the partner confirmation. That evidence is what keeps future postback launches fast and predictable.
FAQ
Yes. It usually means the endpoint accepted the HTTP request, not that the partner created a conversion record. Business validation can still reject the event internally.
Move there when the callback no longer leaves the tracker, returns transport errors, or the endpoint becomes unreachable. This page is for callbacks that technically succeed but still do not credit the conversion.
That is a different failure mode. Continue with <a href="/fix/postback-macro-not-replaced" class="text-blue-600 font-semibold">Postback Macro Not Replaced</a> and fix the macro substitution first.
Tracking bugs rarely travel alone. Explore these related guides to build a full remediation plan.
Networks show zero conversions because callbacks never trigger or fail validation.
View guide >Callbacks arrive but contain literal {clickid} or {payout} strings because the template never swapped values.
View guide >Trackers show callbacks firing, yet partners insist nothing arrived because firewalls or filters intercepted them.
View guide >Use this diagnostic stack whenever you need to capture evidence or verify that a fix worked.
Fire sample conversion callbacks and read the raw response before launch.
Open tool >Generate correct postback URLs for trackers and affiliate networks.
Open tool >Inspect redirect paths, status codes, and campaign landing behavior before launch.
Open tool >Extract click IDs and tracking parameters from URLs instantly.
Open tool >Need deeper theory? These long-form KB articles expand on the concepts touched in the troubleshooting guide.
Run a pre-launch callback QA routine so trackers, affiliate networks, and partners agree before paid traffic starts.
Read article >Use a structured checklist to diagnose silent postback failures, missing payouts, and inconsistent partner logs.
Read article >