🔌S2S Postback Setup

Server-to-server payout

To facilitate the delivery of rewards to your users, adjump offers a secure and transparent method known as Server-to-Server Payouts. This approach ensures that you have full control over how rewards are distributed and provides enhanced security for your users' benefits.

To notify you about rewards and deliver relevant information, adjump will initiate an HTTP GET request to your configured endpoint.

Example URL:

https://example.com/example?[YourParamName]={user_id}&[YourParamName]={reward_amount}

Parameter

Detail

user_id

This parameter uniquely identifies the eligible user to receive rewards.

reward_amount

This parameter indicates the rewards earned.

Last updated