Conversion Tracking with AdsBridge
How to connect AdsBridge 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 AdsBridge-specific steps.
The illustration below is schematic: field names match AdsBridge's settings, but the visual layout is simplified.
1. Traffic Source in AdsBridge
In AdsBridge create a traffic source "Adexium". Fill the Tracking ID field — it is required for the source S2S postback: parameter name e.g. click_id, value [CLICK_ID].
2. Traffic Source Postback URL
Set the postback URL with AdsBridge's <tracking_id> token — note that AdsBridge tokens use angle brackets, not curly braces:
https://go.atechspace.live/conversion?click_id=<tracking_id>&event_type=level1&key=YOUR_POSTBACK_KEYOptionally append &payout=<payout>.
3. Campaign URL in Adexium
Campaign URL in Adexium (the parameter you configured as Tracking ID):
https://YOUR-ADSBRIDGE-DOMAIN.com/PATH?click_id=[CLICK_ID]Event Mapping
| Event | Meaning |
|---|---|
level1 | Registration / Install |
level2 | First Deposit |
level3 | 2nd+ Deposit |
Verify
- Open the campaign URL preview in AdsBridge and check that
[CLICK_ID]is present verbatim — the macro is replaced by Adexium at click time, not by the tracker. - Send a test click, take the real click ID from AdsBridge's click log and fire the postback manually in a browser. You should get
{"message":"Accepted"}. - 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.
