Table of Contents
The postback logs page is designed to track sent and received postbacks, their status and the data transferred.

You can find this page at each spot by clicking on the button
🔹 Basic page elements
Filter by date of sending
- Allows you to select a time range to search for the desired postbacks.
- Enter the date manually or select via the calendar.
- Button 🔍 Search — updates the list of logs according to the selected parameters.
List of logs
- Each postback is displayed as an expanded block with details.
-
Includes:
- Postback type (e.g. Outgoing Postback (Facebook) ).
- Time of dispatch (for example, 19:19, 21-03-2025 ).
- Processing status ( Successful 🟢 or Failed 🔴).
- Outgoing data – JSON structure with parameters sent in postback.
- The response from the server is a JSON response indicating whether the processing was successful.
🔹 Types of postbacks
Outgoing Postback (Facebook)
- Sending data to Facebook (conversions, subscriptions, etc.).
Outgoing Postback (Google)
- Sending data to Google Ads (conversion tracking).
Outgoing Postback (TikTok)
- Sending events to TikTok Ads.
Incoming postback
- Data received from external platforms (e.g. affiliate programs, advertising systems, etc.).
🔹 Processing statuses
- 🟢 Successful - The postback was successfully sent and received by the recipient.
- 🔴 Not successful - Error sending or rejected by the server.
🔹 Example of outgoing postback log (Facebook)
- Outgoing data:
"user_data" - user information in encrypted format
"event_name" - name of the sent event
"event_time" - time of sending the event
- Response from the server:
"events_received":1
- indicates that the event has been received.
🔹 How to use this page
- Use the date filter to find the postbacks you need.
- Check the sending status (🟢 / 🔴).
- Analyze outgoing data and server responses.
-
In case of errors, deal with the reasons, for example:
- Incorrect parameters in JSON.
- Problems with connection.
This page helps you quickly monitor the work of postbacks and fix possible problems.