Skip to content

Postback logs

Postback logs record every postback Integr8 attempted to fire, including success status, the full URL called, and any error details. Use logs to verify postbacks are firing and to diagnose delivery failures.

  • Have at least one postback configured.
  • Trigger a test conversion or event so there is something to inspect.

Go to Postbacks > Postbacks Logs.

The Postback Logs table with fire status per row

Every column supports filtering. Filters offer:

  • Is: exact match.
  • Is not: excludes exact match.
  • Contains: substring match.

For example, to find all failed postbacks for one publisher, filter Status = Failed and Publisher ID = <publisher ID>.

  1. Find the failed row in the logs.
  2. Check the Response Code:
    • 4xx: the publisher’s server rejected the request. Check URL parameters.
    • 5xx: the publisher’s server returned an error. Contact the publisher.
    • 0 or timeout: the publisher’s server was unreachable.
  3. Read the Error and Server Response columns for specific messages.
  4. Correct the postback URL or parameters in the postback configuration and verify on the next conversion.

Integr8 does not retry failed postbacks automatically. Once you fix the underlying issue, ask the advertiser to re-fire the original conversion postback to trigger a new attempt.

Column Description
Status Success or Failed
Postback Name Name of the postback configuration
Postback Type Click, Conversion, or Event
Offer ID ID of the offer the postback is tied to
Publisher ID ID of the publisher receiving the postback
Event ID Event identifier (Event postbacks only)
Transaction ID Integr8’s unique click or conversion ID
Response Code HTTP response code from the publisher’s server
URL The full URL that was called
Error Error message if the postback failed
Server Response Raw response body from the publisher’s server