gokart-logo-v3
GoKart - Documentation - Offer Wall Integration
API

icon picker
Schema: v1

Example of the request body
{
"id": "af5877b5-83cf-408c-bde9-85dd21ab19e6",
"sentAt": "2024-09-18T18:29:26.8469471+00:00",
"conversion":
{
"Status": "Success",
"RejectionReason": null,
"UserCompletedAt": "2025-05-19T15:36:19.756249+00:00",
"IsRewardSent": true,
"ViewId": "62feb0a5-33fe-4571-8b4e-6763b27dd099",
"ClickId": "34e72cca-7b4e-432d-805d-b91fbaba437b",
"ConversionId": "acaz17c9-878d-4afb-999c-6c8e3091b160",
"OfferId": "6a8273c6-fe06-4be2-927e-c8be786c3fff",
"OfferName": "CreditStrong",
"OfferAdvertiserId": "ee70b574-1274-4b4e-8b33-46e050754d1c",
"OfferEventId": null,
"OfferAdvertiserName": "Brown Boots",
"OfferCategoryId": "ddd1dade-0988-41e6-89e7-07f55c9f74be",
"OfferCategoryName": "Credit",
"OfferCountryId": "5b03d969-cef9-4b99-a2dc-d8415536fc7c",
"OfferCountryCode2": null,
"OfferCountryCode3": null,
"EventId": null,
"EventName": null,
"RewardPoints": 45,
"Revenue": 60,
"PubMemberId": "421f91c7-c621-4ca5-bf9d-af3e6fbe7c61",
"PubClickId": null,
"PubSessionId": null,
"PubGender": null,
"PubAge": null,
"PubGeoCountry": null,
"PubGeoState": null,
"PubPostalCode": null,
"PubSub1": null,
"PubSub2": null,
"PubSub3": null,
"PubSub4": null,
"PubSub5": null,
"PubSub6": null,
"PubSub7": null,
"PubSub8": null,
"PubSub9": null,
"PubSub10": null,
"PubSub11": null,
"PubSub12": null,
"PubSub13": null,
"PubSub14": null,
"PubSub15": null,
"PubDevice": null,
"TrackSysEventId": null,
"TrackSysConversionId": null,
"TrackSysConversionAmount": null,
"TrackSysConversionIpAddress": null,
"TrackSysConversionEmail": null,
"TrackSysConversionUserId": null,
"TrackSysConversionSub1": null,
"TrackSysConversionSub2": null,
"TrackSysConversionSub3": null,
"TrackSysConversionSub4": null,
"TrackSysConversionSub5": null,
"SequenceNumber": null,
"CreatedAt": "2025-05-19T15:36:19.756448+00:00"
}
}

Conversion Callback API
Field Name
Type
Description
Example
id
Unique identifier of the record
af5877b5-83cf-408c-bde9-85dd21ab19e6
sentAt
Timestamp when the record was sent
2024-09-18T18:29:26.8469471+00:00
conversion.viewId
Unique identifier for the view
bf6fc719-f85b-48ac-81f7-9017b5be1990
conversion.clickId
Unique identifier for the click
b5c445f5-378f-41b4-8653-4f032446f79e
conversion.conversionId
Unique identifier for the conversion
ea499300-4aa3-45bf-9bf1-fc199bb97203
conversion.offerId
Unique identifier for the offer
dd58fbe3-5251-49ea-92d0-10ef555e4e6e
conversion.offerName
Name of the offer
Heroic Journey. TEST LU
conversion.offerAdvertiserId
Unique identifier for the offer advertiser
63c8f7d6-87e9-4a4b-9cdd-e4f2ed31f2d5
conversion.offerAdvertiserName
Name of the offer advertiser
Blizzard Inc.
conversion.offerCategoryId
Unique identifier for the offer category
10c9c516-5069-4dc0-82ba-62ea07ca6a57
conversion.offerCategoryName
Name of the offer category
MMORPG
conversion.offerCountryId
Unique identifier for the offer's country
3deb6b6c-fb69-4561-bf72-2cf35a366bfc
conversion.offerCountryCode2
Two-letter country code (ISO)
US
conversion.offerCountryCode3
Three-letter country code (ISO)
USA
conversion.eventId
Unique identifier for the event (nullable)
“111”, null
conversion.rewardPoints
Points rewarded for this conversion
89
conversion.revenue
Revenue generated from this conversion (nullable)
89, null
conversion.pubMemberId
Publisher member ID
lus
conversion.pubSessionId
Publisher session ID (nullable)
null
conversion.pubGender
Publisher's gender (nullable)
null
conversion.pubAge
Publisher's age (nullable)
null
conversion.pubGeoCountry
Publisher's country of residence (nullable)
null
conversion.pubGeoState
Publisher's state (nullable)
null
conversion.pubPostalCode
Publisher's postal code (nullable)
null
conversion.pubSub1
Additional publisher data (nullable)
null
conversion.pubSub2
Additional publisher data (nullable)
null
conversion.pubSub3
Additional publisher data (nullable)
null
conversion.pubSub4
Additional publisher data (nullable)
null
conversion.pubSub5
Additional publisher data (nullable)
null
conversion.pubDevice
Device used by the publisher (nullable)
null
conversion.createdAt
Timestamp when the record was created
2024-09-18T18:24:51.621197+00:00
conversion.TrackSysEventId
Optional ID of the event in the external tracking system
"evt_12345"
conversion.TrackSysConversionId
Optional identifier for this conversion in the tracking system
"conv_67890"
conversion.TrackSysConversionAmount
Optional monetary amount recorded by the tracking system
"49.99"
conversion.TrackSysConversionIpAddress
Optional IP address from which the conversion was recorded
"203.0.113.42"
conversion.TrackSysConversionEmail
Optional email address associated with the conversion in the tracking system
"user@example.com"
conversion.TrackSysConversionUserId
Optional user identifier in the tracking system
"user_abc"
conversion.TrackSysConversionSub1
Optional custom sub-parameter 1 for segmentation/passing additional data to the tracking system
"sub_value_1"
conversion.TrackSysConversionSub2
Optional custom sub-parameter 2 for segmentation/passing additional data to the tracking system
"sub_value_2"
conversion.TrackSysConversionSub3
Optional custom sub-parameter 3 for segmentation/passing additional data to the tracking system
"sub_value_3"
conversion.TrackSysConversionSub4
Optional custom sub-parameter 4 for segmentation/passing additional data to the tracking system
"sub_value_4"
conversion.TrackSysConversionSub5
Optional custom sub-parameter 5 for segmentation/passing additional data to the tracking system
"sub_value_5"
conversion.SequenceNumber
Order index for dependent events in multi-event offers (null for single‐event or independent)
null or 2
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.