> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/rtb/ru/reklamodateli/sokrashenie-raskhozhdenii-v-izmereniyakh.md).

# Сокращение расхождений в измерениях

При интеграции вашего спроса с RTB-платформой ExoClick то, как сигнализируются оплачиваемые события, влияет на то, насколько ваши подсчёты совпадают с подсчётами издателя:

* **Включите `burl` в ответе на ставку** (вместе с `nurl`) чтобы срабатывать server-to-server, когда показ (или клик в случае моделей оплаты CPC) становится оплачиваемым, чтобы события учитывались от оплачиваемого события, а не от клиентского пикселя.
* **Без `burl`,** Зоны издателя ExoClick, использующие подсчёт по оплачиваемым событиям, будут фиксировать `Показы = 0` для этого спроса, так что предоставление его важно для точной сверки.
* **Сверка выполняется только между соседними узлами** в многозвенной цепочке поставок каждая пара сетей сверяется независимо; это не переносится на всю цепочку.
* **Оплачиваемое событие определяется моделью ценообразования** показ для CPM или клик для CPC, согласно `btype` полю.
* **Сверяйте клики один к одному** (валидные + невалидные вместе), и ожидайте, что у display-форматов сверка будет наиболее надёжной по показам, а у click-форматов — по кликам.

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.exoclick.com/rtb/ru/reklamodateli/sokrashenie-raskhozhdenii-v-izmereniyakh.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
