gokart-logo-v2
GoKart - Documentation
The Conversion Callback is a crucial part of the integration with GoKart. It ensures that users receive their rewards after completing offers. This involves configuring your API to handle requests from GoKart, notifying you about the reward details for each user.

Setting Up Conversion Callback

To set up the Conversion Callback, follow these steps:
Add Conversion Callback Link in GoKart Account Settings:
Log in to your GoKart account.
Navigate to the Account Settings section.
Add the URL of your API endpoint where GoKart will send the conversion notifications.
Configure Your API Endpoint:
Ensure that your API endpoint is prepared to handle POST requests from GoKart.
This endpoint should be capable of processing the conversion data and rewarding the user accordingly.

How It Works

When a user completes an offer, GoKart will send a POST request to your configured Conversion Callback URL with detailed information about the conversion. Your API will then process this data to provide the reward to the user.
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.