Skip to content

Conversion Tracking with Keitaro

How to connect Keitaro to Adexium so conversions come back to us via S2S postback. Postback endpoint, full parameter list, response codes and the postback key are described in S2S Tracker Basics — this page covers only the Keitaro-specific steps.

The illustration below is schematic: field names match Keitaro's settings, but the visual layout is simplified.

1. Traffic Source in Keitaro

In Keitaro create a traffic source "Adexium". In the source's parameter table add a parameter named external_id with the token [CLICK_ID], so the campaign link template contains external_id=[CLICK_ID].

2. Traffic Source Postback URL

In the traffic source settings set the S2S postback URL using Keitaro's {external_id} macro:

http
https://go.atechspace.live/conversion?click_id={external_id}&event_type=level1&key=YOUR_POSTBACK_KEY

Configure the postback statuses so that "lead" sends event_type=level1 and "sale" sends event_type=level2. Optionally append &payout={payout}.

Keitaro setup: traffic source and postback URL

3. Campaign URL in Adexium

Copy the Keitaro campaign link into your Adexium campaign:

http
https://YOUR-KEITARO-DOMAIN.com/CAMPAIGN_PATH?external_id=[CLICK_ID]

Event Mapping

EventMeaning
level1Registration / Install
level2First Deposit
level32nd+ Deposit

Verify

  1. Open the campaign URL preview in Keitaro and check that [CLICK_ID] is present verbatim — the macro is replaced by Adexium at click time, not by the tracker.
  2. Send a test click, take the real click ID from Keitaro's click log and fire the postback manually in a browser. You should get {"message":"Accepted"}.
  3. Check the Tracking page in the Adexium dashboard — the conversion appears in campaign statistics within a few minutes.

Questions — contact us via the support bot.