All Collections
SMS: Campaign Management
Call tracking - Retreaver conversion tracking integration
Call tracking - Retreaver conversion tracking integration

Integrating an SMS with a phone number - f.e - "Hi, please call 12345678" if called will mark as click if converted will mark as lead

Updated over a week ago

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.

Did this answer your question?