βš™οΈPostback

Experience a seamless journey towards setting up your own Postback as we walk you through each step, providing comprehensive guidance along the way.

What The Postback?

When a user successfully completes an offer, we immediately trigger a call to the Postback URL you have provided in your placement. This call contains all the relevant information required to credit your users, serving as a real-time notification to your server.

Postback Parameter

Parameter

DESCRIPTION

EXAMPLE

{user_id}

This is the unique identifier code of the user who completed action on your platform.

varchar (25)

{offer_name}

The Name of the offer completed.

varchar (255)

{amount}

The amount of your virtual currency to be credited to your user.

99999

{payout}

Amount in USD that you earned for this conversion.

100.5

{user_ip}

IP address of the user that completed the offer.

1.1.1.1

{txid}

Unique ID of the conversion generated by ClickWall.

sdf8sd7fs

{offer_id}

Display number in our system

varchar (50)

Example Postback URL

https://example.com/postback/clickwall.php?user_id={user_id}&payout={payout}&amount={amount}&offer_name={offer_name}&user_ip={user_ip}&txid={txid}

We expect a response with a status code of Ok or 1 to indicate that the retransmission was received successfully.

PHP Example

Last updated

Was this helpful?