Global Postback
Postback Macro Parameters
Use these macros in your postback URL. They will be automatically replaced with real data when a conversion occurs.
| Macro | Description |
|---|---|
|
{aff_click_id}
|
Unique click ID for tracking |
|
{sub_aff_id}
|
Sub-affiliate ID for multi-level tracking |
|
{offer_id}
|
ID of the offer |
|
{event_name}
|
Name of conversion event |
|
{ip}
|
User IP address |
|
{c_time}
|
Click date time |
|
{t_time}
|
Conversion date time |
Sample Postback URL:
https://yourdomain.com/postback.php?click_id={aff_click_id}&sub_aff_id={sub_aff_id}&offer_id={offer_id}&event={event_name}&ip={ip}