Custom postback API
We created special custom postback API endpoint to allow our customers integrate trackers we have not impemented yet. Also you can use this API to transfer data about attribution from your own server if you have such data.
You need your project's API Key which can be obtained by going to 'Settings -> SDK -> Integration' section in Application menu.
The endpoint accepts request in either GET or POST form. Examples:
Field formats
string: ordinary text string
uuid: identifiers with following format 0123456789ab-cdef-0123-456789abcde
country: ISO 3166-1 alpha-2
number: float number (99.99)
Field list
Example request
Last updated