> For the complete documentation index, see [llms.txt](https://knowledgebase.offer18.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.offer18.com/ru/set/faq/kakie-byvayut-statusy-v-zhurnalakh-postbekov-reklamodatelya.md).

# Какие бывают статусы в журналах постбэков рекламодателя?

Список всех сообщений журнала Postback, которые можно просмотреть в журналах Postback рекламодателя.

{% hint style="success" %}
**Статус: Конверсия зафиксирована.**
{% endhint %}

Когда URL Postback был точно обработан платформой рекламодателя и конверсия успешно зафиксирована.&#x20;

***

{% hint style="danger" %}
&#x20;**недействительная транзакция {tid}**
{% endhint %}

Когда URL Postback был успешно вызван, но из-за недействительного Click ID или отсутствия Click ID в Tracking URL.\
\
**Причины**

1. Отсутствует Click ID в Tracking URL кампании&#x20;
2. Вместо Click ID в Tracking URL используется другой токен/макрос
3. Click ID не предоставлен рекламодателем&#x20;
4. В случае пикселя домен Postback отличается от домена отслеживания кликов

***

{% hint style="danger" %}
**несоответствие auth\_token**
{% endhint %}

Когда включён токен Postback для рекламодателя и Postback отправлен без auth token или с другим auth\_token

***

{% hint style="danger" %}
**Очищено из-за мультиконверсии**&#x20;
{% endhint %}

Когда Postback отправлен несколько раз для одного и того же Click ID

***

{% hint style="danger" %}
**Очищено из-за истечения срока действия клика**
{% endhint %}

Когда Postback отправлен для истёкшего Click ID. (По умолчанию срок жизни клика — 30 дней)

***

{% hint style="danger" %}
**очищено: событие не найдено**
{% endhint %}

Когда токен события не совпадает с конфигурацией оффера и выбрана опция отбрасывать конверсии, это будет отражено в этом ответе

***

{% hint style="danger" %}
**IP не в белом списке**
{% endhint %}

Когда Postback не отправлен с IP-адреса Postback, включённого в белый список.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/ru/set/faq/kakie-byvayut-statusy-v-zhurnalakh-postbekov-reklamodatelya.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.
