BongaCash is your thing.

Their
other program converts good, too.

You can specify postback url or add trackers to each campaign, no matter ppl or rev share. You can also make campaigns for whitelabels.
PostBack request will be sent to specified URL using GET method. To pass parameters to query, you can use the following macros.
Example:
PostBack URL to transfer the earnings amount and subaccount ID
http://example.com/mystat.php?myprofit={commission}&mySubID={subid}
{commission} and {subid} macros will be replaced with the appropriate values.
General parameters
{subid} subaccount 1, can be used to specify affiliate inside 3rd party tracking system
{subid2} subaccount 2, can be used to specify affiliate inside 3rd party tracking system
{cid} campaign ID
{uip} member IP address
{unique_member_id} unique member ID
{commission} affiliate income amount
{currency} currency amount (USD)
PPS parameters
{date} member signup date (yyyy-mm-dd)
revshare parameters
{unique_transaction_id} unique transaction ID
{type} transaction type (initial/rebill/refund/chargeback)
{date} transaction date (yyyy-mm-dd)
Good luck!