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.

Before you begin

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

Open the logs

Go to Postbacks > Postbacks Logs.

Filter the logs

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>.

Debug a failed postback

  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 reference

ColumnDescription
StatusSuccess or Failed
Postback NameName of the postback configuration
Postback TypeClick, Conversion, or Event
Offer IDID of the offer the postback is tied to
Publisher IDID of the publisher receiving the postback
Event IDEvent identifier (Event postbacks only)
Transaction IDIntegr8’s unique click or conversion ID
Response CodeHTTP response code from the publisher’s server
URLThe full URL that was called
ErrorError message if the postback failed
Server ResponseRaw response body from the publisher’s server

Next steps