Postback Configuration
Set up server-to-server postback notifications for real-time conversion tracking.
Your Postback URL
Enter the URL where you want to receive postback notifications when a conversion occurs. We will send a GET request to this URL with conversion data.
Available Macros
Use these macros in your postback URL. They will be replaced with actual values when a conversion occurs.
| Macro | Description | Example |
|---|---|---|
| {aff_id} | Your affiliate code | ABC123 |
| {offer_id} | The offer ID | offer_abc123 |
| {payout} | Your payout amount | 2.50 |
| {status} | Conversion status | approved |
| {sub_id} | Your custom sub ID | campaign_1 |
| {transaction_id} | Unique transaction ID | txn_xyz789 |
| {country} | User country code | US |
| {ip} | User IP address | 192.168.1.1 |
Example Postback URL
YOUR_URL?aff_id={aff_id}&offer_id={offer_id}&payout={payout}&status={status}&sub_id={sub_id}&transaction_id={transaction_id}