In this guide, we will walk through the step-by-step S2S postback setup between Keitaro and CRM Trackbox / Elnopy, and show how to verify the integration is working correctly.
As a result, you will get:
- Keitaro will receive leads and FTDs from the CRM
- Conversions will be matched by clickid
- Reports will show Lead / Sale statuses
Step 1. Getting the Postback URL in Keitaro
Opening the Postback URL
In Keitaro:
- Click Maintenance
- Select Postback URL
A window will open with:
http://195.111.11.111/1e1a111/postback?subid=REPLACE&status=REPLACE&payout=REPLACE
Copy the full URL.
For Trackbox, the MPC_1 tag is typically used, while for Elnopy, the subid must be passed strictly in the click_id parameter.
Step 2. Setting Up Postback in Trackbox
Navigating to Postbacks
In Trackbox:
- Open the Postbacks tab
- Click Add Postback
A form will open with the following fields:
Lead Setup
In the Lead field, paste the URL from Keitaro and replace:
(or another available MPC_ parameter)
Result:
http://195.111.11.111/1e1a111/postback?subid={MPC_1}&status=lead&payout={payout}
Method: GET
FTD Setup
In the second field (FTDs), duplicate the Lead field
After filling in the fields, click Create.
Verification in Trackbox
Go to the Postbacks Log tab.
A valid postback should have:
HTTP Status = 200
If the status is 200, the CRM successfully sent the request.
Step 3. Setting Up Postback in Elnopy
On the Elnopy main page:
- Open Utils
- Go to Postbacks
- Click Add New
Filling Out the Form
In the Postback URL field, paste the URL from Keitaro and replace:
Result:
http://195.111.11.111/1e1a111/postback?subid={click_id}&status=lead&payout={payout}
Important: Elnopy uses the {click_id} macro.
Make sure to specify: Event → registration, HTTP Method → GET, Data Type → query.
These fields are initially empty — you need to select them manually.
After filling in the form, click Submit.
Step 4. Verification in Keitaro
Via Campaign → Conversions log
- Go to Campaigns
- Open the desired campaign
- Click the three dots → Conversions log
Here, check:
- Whether a record exists
- What status it has (Lead / Sale)
- Whether Revenue is being passed
If Lead and Sale are displayed, the postback has been processed correctly.
Verification via Maintenance → Logs
For technical verification:
- Go to Maintenance
- Select Logs
- Open the S2S postbacks tab
The logs should show:
Sub_id: XXXXX
Success: 200
This means the Keitaro server has successfully processed the postback.
Summary
The integration is considered correctly configured if:
- CRM shows status 200
- S2S postbacks show Success 200
- Conversions log displays Lead / Sale
- Statuses match those passed in the URL