The Operation Tools in GoKart provide a simple way to test conversions, generate conversion IDs, and send callbacks without relying on live traffic. These tools are primarily used by operations, QA, and integration teams to ensure tracking and callback flows are working correctly.
Find the Operation Tools in your side panel menu here:
1. Click ID
The first step is to choose how you want to proceed with your test.
I have Click ID
Use this option if you already have aclick_idgenerated from a test or live click. You can paste it directly into the input field.I don’t have Click ID
Select this option if you have not yet generated aclick_id. The tool will create one for you after you provide the Offer ID and Publisher Member ID. This is useful for generating test traffic when you don’t have an existing click available.I have Click ID and Conversion ID
Select this option if you already have both identifiers and want to only send a callback
2. Generate Conversion ID
After selecting your option in Step 1, you can generate a test conversion_id that will be tied to your click.
Click ID (Required)
Event ID
Select the eventID from the offer you want to test (e.g., install, signup, purchase).Add Parameters (Optional)
You can include additional parameters such as pub_sub or cnv_amountGenerate
Clicking Generate will create aconversion_idthat can be used for callback testing.After a conversion is generated, a callback is automatically sent to the configured endpoint.
3. Send Callback
Once you have a conversion_id, you can test the callback flow.
You can only unlock the Send Callback section when you select the I have Click ID and Conversion ID option.
Notes
Any relevant information or notes about the test will appear here.Send
Click Send to trigger the callback. The system will attempt to send a callback to the configured endpoint.API Response
The full response from the API (success or error) will display in this section. This helps verify that the callback was received and processed correctly by the endpoint.
When a conversion is added through Operation Tools, it is flagged in PubSub5 of the callback as:
"pubSub5": "[Testing Tools] This view/click was generated by the testing tools",
The full payload can be viewed by navigating to the Conversion Callbacks tab and clicking the cell under the Note column.
Common Use Cases
QA Testing: Generate a real conversion without actually completing the offer. This allows you to verify that callbacks are received correctly and triggers a reward before a campaign goes live.

