NOTE: This process will mark all the instances of that number in your account as click or lead. Make sure to separate your SMS link account from your SMS call account to avoid SMS with links marked as clicked.
To integrate conversion tracking in Retreaver go to Campaigns -> New .
Tracking incoming calls as Clicks
Then go to the end section called "Webhooks" and select "When a call comes in"
There fill the URL Field with
http://edgepxl.com/postback.php?phone=[caller_number_digits]&user_id=<your_user_id>&type=click
Replace <your_user_id> with your actual user id, ask your account manager to send it to you.
Tracking conversions as leads
Create a new webhook, select If call converted
In the URL field enter the following parameters
http://edgepxl.com/postback.php?phone=[caller_number_digits]&user_id=<your_user_id>&type=lead
Replace <your_user_id> with your actual user id, ask your account manager to send it to you.