Postback Tracking Guide: How to Track Lead Status and Conversions
Postback tracking is one of the most important components of a profitable lead system.
Without it, you don’t know which traffic actually generates revenue.
What Is Postback Tracking?
Postback is a server-to-server request sent when a lead status changes.
It allows you to receive real-time updates such as accepted, rejected, or delivered.
Ad space
How Postback Works
- You send a lead via API
- The system processes it
- Status is updated later
- Postback is sent to your URL
- Your system updates the lead
This ensures accurate tracking without relying on browser cookies.
Example Postback URL
https://yourdomain.com/postback.php?status=accepted&subid=12345
This request updates the lead status inside your system.
Pros and Cons
Pros
- Real-time tracking
- Accurate data
- No dependency on frontend
Cons
- Requires backend handling
Common Mistakes
- Not saving subid
- Ignoring failed postbacks
- No logging system
- Incorrect status mapping
Ad space
Optimization Tips
- Log every postback request
- Retry failed updates
- Normalize statuses
- Track response times
Conclusion
Postback tracking is essential for understanding real performance.
With LeadRouter, you can track every lead and optimize your routing strategy.