Skip to content

Conversion Tracking with FunnelFlux

How to connect FunnelFlux 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 FunnelFlux-specific steps.

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

1. Traffic Source in FunnelFlux

FunnelFlux Pro: in the "Adexium" traffic source's tracking fields table, use the external field slot — field name external, token [CLICK_ID]. FunnelFlux (classic, self-hosted): there is no external slot — create a custom tracking field (e.g. clickid) with the token [CLICK_ID].

2. Traffic Source Postback URL

Pro: set the postback URL with the {external} token — it is replaced with the stored traffic source click ID. Classic: use {trackingfield-<your field name>} instead (e.g. {trackingfield-clickid}):

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

Optionally append &payout={payout}.

FunnelFlux setup: traffic source and postback URL

3. Campaign URL in Adexium

Campaign URL in Adexium (Pro; for classic use your custom field's parameter name):

http
https://YOUR-FUNNELFLUX-DOMAIN.com/PATH?external=[CLICK_ID]

Event Mapping

EventMeaning
level1Registration / Install
level2First Deposit
level32nd+ Deposit

Verify

  1. Open the campaign URL preview in FunnelFlux 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 FunnelFlux'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.