# What are different status in Advertiser Postback logs?

List of all Postback log messages that can be viewed in Advertiser Postback logs.

{% hint style="success" %}
**Status: Conversion Recorded.**
{% endhint %}

When a Postback URL triggered is accurately by the Advertiser Platform and Conversion is recorded successfully.&#x20;

***

{% hint style="danger" %}
&#x20;**invalid transaction {tid}**
{% endhint %}

When a Postback URL triggered is successfully but due to an Invalid Click ID or not having a Click ID in the Tracking URL.\
\
**Reasons**

1. Not having Click ID in Tracking URL of the Campaign&#x20;
2. Instead of Click ID, another Token / Macro is used in Tracking URL
3. Click ID is not provided by Advertiser&#x20;
4. In the case of the pixel, Postback Domain is different from Click Tracking Domain

***

{% hint style="danger" %}
**auth\_token mismatch**
{% endhint %}

When enabled the Postback token for Advertiser and Postback is fired without auth token or with a different auth\_token

***

{% hint style="danger" %}
**Cleared due to Multi Conversion**&#x20;
{% endhint %}

When the Postback is fired multiple times for the same Click ID

***

{% hint style="danger" %}
**Cleared due to click expiry**
{% endhint %}

When the Postback is fired for the expired Click ID. (By default Click life-span is 30 days)

***

{% hint style="danger" %}
**cleared: event not found**
{% endhint %}

When the event token is a mismatch as per the Offer configuration and selects the discard Conversions then this response will reflect

***

{% hint style="danger" %}
**IP not in Whitelist**
{% endhint %}

When Postback is not fired from the whitelisted Postback IP address.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledgebase.offer18.com/network/faqs/what-are-different-status-in-advertiser-postback-logs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
