> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.marketcall.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to Integrate Marketcall Offers with External Traffic Trackers (RedTrack, Keitaro, Voluum, etc.)

Integrating Marketcall with a third-party tracker helps you monitor performance, optimize campaigns, and track conversions effectively. Follow the steps below to set up call and lead tracking with your preferred platform.

### 🔁 Call Tracking Integration

**Step 1: Enable Dynamic Call Tracking**  
Start by enabling dynamic call tracking on your Marketcall account. [Click here for detailed instructions.](https://help.marketcall.com/en/article/how-to-use-dynamic-call-tracking-tool-9wadfu/)

**Step 2: Pass Click IDs to Marketcall**  
Ensure your tracking tool appends `subid={clickid}` in the URL of your landing page or passes it dynamically via JavaScript inside the Marketcall script:

```
subid: "{subid}"
```

Replace `{subid}` with the unique click ID generated by your tracking platform.

**Step 3: **[Set Up Postback](https://www.marketcall.com/affiliate/postbacks/create) **for Call Conversions**  
Configure your tracking platform’s postback URL to receive call conversion data from Marketcall. Make sure the URL includes necessary parameters like subid, payout, status, etc.

**Example Postback URL for Calls:**

```
https://your-tracker.com/postback?subid={subid}&payout={earn}&status={state}&lead_status=2,3,5,6,7,9,11,12,13,14,15,16,17&sale_status=10,8&rejected_status=9,5&currency=USD&from=Marketcall
```

Customize this URL as needed based on your tracking system's required parameters.

### 📥 Lead Tracking Integration

**Step 1: Get Your Marketcall Tracking Link**  
Copy your unique tracking link from the selected offer inside Marketcall.

**Step 2: Append SubID to Your Traffic URLs**  
When sending traffic, make sure to pass the click ID using the `subid` parameter.

**Example URL:**

```
https://trkmcl.com/6d8qjrynop/wy8ovr0m43?subid={subid}
```

**Step 3: **[Set Up Postback](https://www.marketcall.com/affiliate/postbacks/create) ** for Lead Conversions**  
Insert your tracker’s postback URL and include parameters as per your platform’s requirements.

**Example Postback URL for Leads:**

```
https://your-tracker.com/postback?subid={subid}&payout={earn}&status={state}&lead_status=1,2,3,5,7,8,9,10,11&sale_status=6,4&rejected_status=5&currency=USD&from=Marketcall
```


### ✅ Final Tips

* Always test your setup with a few test clicks and conversions before going live.
* Refer to your tracker’s documentation for any additional macros or parameter formats they require.
* For questions, contact your Marketcall account manager.
