JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
GoKart - Documentation
GoKart - Documentation
GoKart - Documentation
Welcome
Glossary
Integration with GoKart
1. Offer Wall Integration
Integration Options
URL
Example #1
Example #2
Example #3
Example #4
Iframe
Example #1
Example #2
Example #3
Example #4
API
v1
Offer-Centric
Get Offers
Example
Get Offer Details
Get Offer Link
Get Offer Link Redirect
PubMember-Centric
Get Offers
General Schemas
Response Data
Pagination
Filterting & Sorting
2. Conversion Callback Integration
Integration Options
API
Security Options
Schema - No Batch: v1
Schema - Batch: v1
Parameters
Publisher Parameters
pub_gender
pub_age
pub_geo_country
pub_geo_state
pub_postal_code
pub_sub_#
GoKart Parameters
Monitoring
View, Click, Conversion
Event History Logs
Environments
Your Own Tenant
Your Web App
Your Web API
Live Technical Support
Offer-Centric
Get Offer Link
Liubomyr Maievskyi
Endpoint
api
/
v1
/
offer
-
wall
/
offer
-
link
Parameters
Parameters for Offer Link
Parameters for Offer Link
Field Name
Type
Description
Examples
Field Name
Type
Description
Examples
1
viewId
string/text
A
required
unique identifier used to retrieve the specific offer link associated with a view.
“3fa85f64-5717-4562-b3fc-2c963f66afa6”
There are no rows in this table
Response
it returns the general response schema, more details below
Response Data
Offer Link schema
Offer Link API Params
Offer Link API Params
Field Name
Type
Description
Examples
Field Name
Type
Description
Examples
1
url
string/text
Dynamically generated offer link that contains parameters specific to the user's click and offer, such as the country code and transaction ID.
“https://impact.io/c/3536079/1564299/18205?subid1=5468c28c-4825-406a-a623-6dfd07284376”
There are no rows in this table
Get the offer link for the selected offer.
Request:
GET
https
:
/
/
api
.
brownboots
.
getgokart
.
ai
/
api
/
v1
/
offer
-
wall
/
offer
-
link
?
offerId
=
6bd57ffe
-
3eda
-
404c
-
9c7c
-
1bd466a18886
&
viewId
=
024bc172
-
f8ed
-
4ee4
-
868e
-
b40bff7f5fcd
Response:
{
"data"
:
{
"url"
:
"https://impact.io/c/3536079/1564299/18205?subid1=5468c28c-4825-406a-a623-6dfd07284376"
}
,
"responseId"
:
"ec4b0694-86a3-4b3b-b75d-fc28769d354f"
,
"isSuccessful"
:
true
,
"responseTitle"
:
"Success"
,
"responseType"
:
"Success"
,
"messages"
:
[
]
}
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.