gokart-logo-v2
GoKart - Documentation
API

icon picker
Schema - No Batch: v1

Liubomyr Maievskyi
Example of the request body
{
"id": "af5877b5-83cf-408c-bde9-85dd21ab19e6",
"sentAt": "2024-09-18T18:29:26.8469471+00:00",
"conversion":
{
"viewId": "bf6fc719-f85b-48ac-81f7-9017b5be1990",
"clickId": "b5c445f5-378f-41b4-8653-4f032446f79e",
"conversionId": "ea499300-4aa3-45bf-9bf1-fc199bb97203",
"offerId": "dd58fbe3-5251-49ea-92d0-10ef555e4e6e",
"offerName": "Heroic Journey. TEST LU",
"OfferEventId": "849b3999-c25a-49f2-9201-c7897f1c1b1c",
"offerAdvertiserId": "63c8f7d6-87e9-4a4b-9cdd-e4f2ed31f2d5",
"offerAdvertiserName": "Blizzard Inc.",
"offerCategoryId": "10c9c516-5069-4dc0-82ba-62ea07ca6a57",
"offerCategoryName": "MMORPG",
"offerCountryId": "3deb6b6c-fb69-4561-bf72-2cf35a366bfc",
"offerCountryCode2": "US",
"offerCountryCode3": "USA",
"eventId": null,
"rewardPoints": 89,
"revenue": null,
"pubMemberId": "lus",
"pubSessionId": null,
"pubGender": null,
"pubAge": null,
"pubGeoCountry": null,
"pubGeoState": null,
"pubPostalCode": null,
"pubSub1": null,
"pubSub2": null,
"pubSub3": null,
"pubSub4": null,
"pubSub5": null,
"pubDevice": null,
"createdAt": "2024-09-18T18:24:51.621197+00:00"
}
}

Conversion Callback API
Field Name
Type
Description
Example
1
id
UUID
Unique identifier of the record
af5877b5-83cf-408c-bde9-85dd21ab19e6
2
sentAt
datetime
Timestamp when the record was sent
2024-09-18T18:29:26.8469471+00:00
3
conversion.viewId
UUID
Unique identifier for the view
bf6fc719-f85b-48ac-81f7-9017b5be1990
4
conversion.clickId
UUID
Unique identifier for the click
b5c445f5-378f-41b4-8653-4f032446f79e
5
conversion.conversionId
UUID
Unique identifier for the conversion
ea499300-4aa3-45bf-9bf1-fc199bb97203
6
conversion.offerId
UUID
Unique identifier for the offer
dd58fbe3-5251-49ea-92d0-10ef555e4e6e
7
conversion.offerName
string
Name of the offer
Heroic Journey. TEST LU
8
conversion.offerAdvertiserId
UUID
Unique identifier for the offer advertiser
63c8f7d6-87e9-4a4b-9cdd-e4f2ed31f2d5
9
conversion.offerAdvertiserName
string
Name of the offer advertiser
Blizzard Inc.
10
conversion.offerCategoryId
UUID
Unique identifier for the offer category
10c9c516-5069-4dc0-82ba-62ea07ca6a57
11
conversion.offerCategoryName
string
Name of the offer category
MMORPG
12
conversion.offerCountryId
UUID
Unique identifier for the offer's country
3deb6b6c-fb69-4561-bf72-2cf35a366bfc
13
conversion.offerCountryCode2
string
Two-letter country code (ISO)
US
14
conversion.offerCountryCode3
string
Three-letter country code (ISO)
USA
15
conversion.eventId
UUID/null
Unique identifier for the event (nullable)
“111”, null
16
conversion.rewardPoints
integer
Points rewarded for this conversion
89
17
conversion.revenue
decimal/null
Revenue generated from this conversion (nullable)
89, null
18
conversion.pubMemberId
string
Publisher member ID
lus
19
conversion.pubSessionId
string/null
Publisher session ID (nullable)
null
20
conversion.pubGender
string/null
Publisher's gender (nullable)
null
21
conversion.pubAge
integer/null
Publisher's age (nullable)
null
22
conversion.pubGeoCountry
string/null
Publisher's country of residence (nullable)
null
23
conversion.pubGeoState
string/null
Publisher's state (nullable)
null
24
conversion.pubPostalCode
string/null
Publisher's postal code (nullable)
null
25
conversion.pubSub1
string/null
Additional publisher data (nullable)
null
26
conversion.pubSub2
string/null
Additional publisher data (nullable)
null
27
conversion.pubSub3
string/null
Additional publisher data (nullable)
null
28
conversion.pubSub4
string/null
Additional publisher data (nullable)
null
29
conversion.pubSub5
string/null
Additional publisher data (nullable)
null
30
conversion.pubDevice
string/null
Device used by the publisher (nullable)
null
31
conversion.createdAt
datetime
Timestamp when the record was created
2024-09-18T18:24:51.621197+00:00
There are no rows in this table

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.