Skip to main content

Automatic Mapping with GoKart

Written by GoKart Support

GoKart simplifies tracking setup by automatically appending necessary parameters and macros for certain tracking systems.

This means publishers don’t need to modify tracking links or postbacks manually—just copy and paste!

For the full list of tracking systems that GoKart auto-appends, see the table below.


How it Works

  • When creating an offer and pasting the tracking link from a supported tracking system, GoKart automatically appends the appropriate tracking parameters to the URL.

  • The Postback URL is also automatically generated and appended after offer creation. You can find your postback in several places:

    • Under your profile → Postback tab — select a supported tracking system from the dropdown

    • After saving your offer — the postback URL will be visible for you to copy into your tracking platform.

    • In Offer Management — click the 🔗 (hyperlink) button next to the offer to view and copy the postback URL.

Important Note:

  • GoKart only auto-appends parameters for tracking systems where it knows the correct click ID parameter, ensuring accurate data flow without extra configuration.

  • If you need to include additional parameters or prefer to use a different parameter from the one GoKart auto-mapped, you’ll need to manually update your tracking link and postback accordingly


Example: Impact Radius

Impact Radius requires click IDs to be passed in SubId1. GoKart automatically maps this, making setup seamless:

  • Tracking Link:

    https://impact.com/track?SubId1={gk_click_id}
  • Postback URL:

    https://api.getgokart.ai/postback?gk_click_id={SubId1}

Tracking Systems GoKart Auto-Appends

Tracking Platform

Parameter to pass gk_click_id

Example Offer URL

Postback URL Example

ADGEM / AdAction

c1

https://adgem.com/v1/click?...&c1={gk_click_id}

{goal_name}

https://api.getgokart.ai/postback?gk_click_id={c1}&cnv_event_id={goal_name}

AdGateMedia

conversion_id

https://adgate.com/v1/click?...conversion_id={gk_click_id}

{event_id}

https://api.getgokart.ai/postback?gk_click_id={conversion_id}&cnv_event_id={event_id}

AyeTstudios

transaction_id

https://adgate.com/v1/click?...transaction_id={gk_click_id}

{event_name}

https://api.getgokart.ai/postback?gk_click_id={transaction_id}&cnv_event_id={event_name}

AWIN

clickref

https://www.awin1.com/cread.php?clickref={gk_click_id}

https://api.getgokart.ai/postback?gk_click_id=!!!clickRef!!!

CAKE

s2

https://cake.com/s2={gk_click_id}

https://api.getgokart.ai/postback?gk_click_id=#s2#

CJ

sid

http://www.jdoqocy.com/?sid={gk_click_id}

{actionId}

https://api.getgokart.ai/postback?gk_click_id={url(sid)}&cnv_event_id={actionId}

Everflow

sub1

https://www.test.com/.../?sub1={gk_click_id}

{event_name}

https://api.getgokart.ai/postback?gk_click_id={sub1}&cnv_event_id={event_name}

Impact

SubId1

https://impact.zgkv.net/c/...?...&subid1={gk_click_id}

https://api.getgokart.ai/postback?gk_click_id={SubId1}

Lootably

transactionID

https://api.lootably.com/api/offerwall/redirect/offer/...&transactionID={gk_click_id}

{goalID}

https://api.getgokart.ai/postback?gk_click_id={transactionID}&cnv_event_id={goalID}

MAF

click_id

https://www.test.com/.../?click_id={gk_click_id}

{event_name}

https://api.getgokart.ai/postback?gk_click_id={click_id}&cnv_event_id={event_name}

PerformCB

subid1

https://noklnk.com/x/6000441?subid1={gk_click_id}

{event_id}

https://api.getgokart.ai/postback?gk_click_id={subid1}&cnv_event_id={event_id}

Rakuten

u1

https://www.test.com/.../?u1={gk_click_id}

https://api.getgokart.ai/postback?gk_click_id=<u1>

Revenue Universe

sid

https://publishers.revenueuniverse.com/click.php?...&sid={gk_click_id}

$sid4$

https://api.getgokart.ai/postback?gk_click_id=$sid2$&cnv_event_id=$sid4$

TUNE

aff_click_id

https://tune.go2cloud.org/aff_c?offer_id=123&aff_id=1&aff_click_id={gk_click_id}

{goal_id}

https://api.getgokart.ai/postback?gk_click_id={aff_click_id}&cnv_event_id={goal_id}

Torox (formerly Offertoro)

subid1

https://www.test.com/.../?subid1={gk_click_id}

{event}

https://api.getgokart.ai/postback?gk_click_id={subid1}&cnv_event_id={event}

Wannads

aff_click_id

https://www.test.com/.../?aff_click_id={gk_click_id}

{goal_name}

https://api.getgokart.ai/postback?gk_click_id={aff_click_id}&cnv_event_id={goal_name}


Postback Event ID Macro

*For multi-event offers, the Postback Event ID Macro represents the event identifier from the tracking system. GoKart requires the tracking system to return the Event ID in the postback to ensure that each conversion is correctly attributed to the corresponding event.

The macro should be appended to the cnv_event_id parameter in the GoKart postback. When the tracking platform fires the postback, the macro dynamically populates with the Event ID or Event Name, allowing GoKart to recognize which event the conversion corresponds to.

For more details on multi event conversion tracking, click here.

Did this answer your question?