Configuration Issues:

Postback Configuration

Configure your S2S postback URL and default parameters. This URL will be called when conversions are fired from offer pages.

Your tracker's postback URL. Macros like {transaction_id}, {goal}, {amount} will be replaced automatically.
Default goal/event name for conversions
Default conversion amount/payout
Additional parameters to include in all postbacks. Use JSON format or query string format (key=value&key2=value2).

Test Postback

Test your postback configuration by sending a sample postback with test data.

Please configure your postback URL above before testing.

Configuration Examples

Popular Tracker Examples

Optima Wall

https://tr.optimawall.com/pbtr?transaction_id={transaction_id}&goal={goal}&amount={amount}

Generic S2S Tracker

https://yourtracker.com/postback?tid={transaction_id}&offer_id={offer_id}&payout={amount}&status=approved

Testing with httpbin.org

https://httpbin.org/get?transaction_id={transaction_id}&goal={goal}&test=true

Extra Parameters Examples

JSON Format

{"source":"s2s_tool","version":"1.0","affiliate_id":"12345"}

Query String Format

source=s2s_tool&version=1.0&affiliate_id=12345