Setting up a postback for Pocketpartners
Postback settings are customized for each company. Log in to your account and open the Postbacks section. Click the Add button to add a new postback.
1. Setting up a postback for registration
Campaign field - select the desired campaign from the list
Link type field - leave the default value Default Link
Traffic link example field - keep the original state of the field
URL field - go to the Spots section in MVP, select the desired spot, and click the "Postback links" button in the actions. Copy the registration link and add it to this field. Delete everything after the word postback/? and add the conversion goal. An example of the final link:
https://thedinator.com/api/v1/api_send_postback/?goal=regMethod field - specify the data transfer method - GET
Data format field - generate the final link according to the selected parameter configuration. Check the boxes next to the fields as shown in the attached screenshot. Change the display of the click_id field to clickid, the trader_id field to playerid, and the sumdep field to sum. After selecting the desired parameters, save the changes by clicking the Save button.

An example of the final link for the registration postback in the Data format field:
?clickid={click_id}&playerid={trader_id}&sum={sumdep}®={reg}2. Setting up a postback for a deposit
Campaign field - select the desired campaign from the list
Link type field - leave the default value Default Link
Traffic link example field - keep the original state of the field
URL field - go to the Spots section in MVP, select the desired spot, and click the "Postback links" button in the actions section. Copy the deposit link and add it to this field. Delete everything after the word postback/? and add the conversion goal. An example of the final link:
https://thedinator.com/api/v1/api_send_postback/?goal=depMethod field - specify the data transfer method - GET
Data format field - generate the final link according to the selected parameter configuration. Check the boxes next to the fields as shown in the attached screenshot. Change the display of the click_id field to clickid, the trader_id field to playerid, and the sumdep field to sum. After selecting the desired parameters, save the changes by clicking the Save button.

An example of the final link for a deposit postback in the Data format field:
?clickid={click_id}&playerid={trader_id}&sum={sumdep}&ftd={ftd}3. Setting up a postback for a repeat deposit
Campaign field - select the desired campaign from the list
Link type field - leave the default value Default Link
Traffic link example field - keep the original state of the field
URL field - go to the Spots section in MVP, select the desired spot, and click the "Postback links" button in the actions section. Copy the re-deposit link and add it to this field. Delete everything after the word postback/? and add the conversion goal. Example of the final link:
https://thedinator.com/api/v1/api_send_postback/?goal=redepMethod field - specify the data transfer method - GET
Data format field - generate the final link according to the selected parameter configuration. Check the boxes next to the fields as shown in the attached screenshot. Change the display of the click_id field to clickid, the trader_id field to playerid, and the sumdep field to sum. After selecting the desired parameters, save the changes by clicking the Save button.

An example of the final link for a re-deposit postback in the Data format field:
?clickid={click_id}&playerid={trader_id}&sum={sumdep}&dep={dep}