Postback Payout (S2S)
In order for users to redeem their accumulated rewarded plays, they must be disbursed. Each reward can only be claimed once.
Server to Server (S2S) Payout
To utilize server-to-server payout, you must establish an endpoint on your server. This endpoint will be requested by us to notify you of the user's rewards. Upon receiving the notification, it will be your responsibility to deliver it to the user.
We strongly advise implementing server-to-server payout for rewards, as it offers increased security and enhanced transparency on your part.
Please contact TyrAds team and send your endpoint URL
HTTP Request Structure
Your endpoint will be invoked via HTTP
request with GET
method. The parameters of the request are as follows:
Paramater | Data Type | Description |
---|---|---|
| enum | The status of conversion. Enum: |
| enum | The type of conversion: Enum: |
| string | The reason if the conversion is rejected |
| decimal | The payout amount you earn from Tyrads in U.S. Dollars. |
| decimal | The payout amount the user earns based on the currency conversion set. |
| integer | The UNIX timestamp of the conversion |
| string | The unique user id of the publisher used to identify the user |
| integer | The unique conversion ID can be used for deduplication |
| integer | The unique postback ID can be used for deduplication |
| string | The sub3 value, this can be any value you want and can be used to send to us on the click. |
| string | The sub4 value, this can be any value you want and can be used to send to us on the click. |
| string | The unique ad unit identifier |
Security
To verify the authenticity of incoming requests, kindly reach out to the TyrAds team. Upon request, we will provide you with the whitelist IP addresses, enabling you to confidently authenticate requests originating from our platform.
Last updated