⚙️Postback
Embark on a smooth journey as we guide you through the process of setting up your very own Postback. Each step is carefully explained, ensuring you have comprehensive guidance throughout the process.
Last updated
Embark on a smooth journey as we guide you through the process of setting up your very own Postback. Each step is carefully explained, ensuring you have comprehensive guidance throughout the process.
Last updated
Key Insight: After a user successfully completes an offer, our system promptly triggers a call to the Postback URL you've designated within your placement. This call includes all pertinent details needed to reward your users, acting as a real-time notification to your server.
PARAMETER | DESCRIPTION | EXAMPLE |
---|---|---|
This is how we call your postback url
Important Reminder:
For successful interaction, our servers anticipate an HTTP Status Code 200 from your Postback URL. Should this response not be received, we'll make up to 5 additional attempts with a 1-hour interval between each. Subsequent to the 5th attempt, an email indicating Postback failure will be sent.
Please take note that the response message from your postback endpoint should refrain from containing error-related terms like "fail" or "error." Any inclusion of such messages will be regarded as a postback failure.
{user_id}
The id of your user, the one you have placed in the iframe integration. This id should not be empty or 0.
user1
{payout}
Complete payment in USD, paid to the publisher.
0.01
{user_ip}
IP Address of the user when the click happened.
192.168.1.1
{offerName}
Name of the completed offer.
Porix - Sign up and Earn
{reward}
User reward in app currency. You can configure it in the currency settings.
500
{country}
The country the user took the offer from as ISO2 Code.
US
{status}
Determines whether to add or subtract the amount of the reward. "1" is when the virtual currency should be added to the user and "2" when it should be subtracted.
1 (valid) / 2 (chargeback)
{debug}
Check if it’s a test or a live postback call.
1 (test) / 0 (live)