EN

Feb 23, 2026

How to Set Up Keitaro Postback in CRM Trackbox / Elnopy

By FastTech Team | Tutorial
Keitaro Postback Trackbox Elnopy
[TUTORIAL]

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:

  1. Click Maintenance
  2. 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.

You need to configure subid passing in the CRM parameters on your offer.
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 FTDs Chargeback Lead Method (GET)

Lead Setup

In the Lead field, paste the URL from Keitaro and replace:

subid=REPLACE subid={MPC_1}

(or another available MPC_ parameter)

status=REPLACE status=lead
payout=REPLACE payout={payout}

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:

  1. Open Utils
  2. Go to Postbacks
  3. Click Add New

Filling Out the Form

In the Postback URL field, paste the URL from Keitaro and replace:

subid=REPLACE subid={click_id}
status=REPLACE status=lead
payout=REPLACE payout={payout}

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

  1. Go to Campaigns
  2. Open the desired campaign
  3. 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:

  1. Go to Maintenance
  2. Select Logs
  3. Open the S2S postbacks tab

The logs should show:

Sending "GET ..."
Sub_id: XXXXX
Success: 200
Key point — 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
After this, Keitaro will correctly receive leads and FTDs from Trackbox / Elnopy.