> For the complete documentation index, see [llms.txt](https://docs.exads.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exads.com/rtb/publishers/rtb-discrepancies.md).

# RTB Discrepancies

## RTB Discrepancies & Reconciliation

A practical reference for understanding why RTB discrepancies happen, how to reduce them when integrating, and how to reconcile counts using billable-event tracking.

### What a Discrepancy Is <a href="#what-a-discrepancy-is" id="what-a-discrepancy-is"></a>

A discrepancy is the gap between what one side counts and what the other counts or bills. Some level is normal in RTB. The goal is to keep it low enough for clean invoicing and clear reporting, not to eliminate it.

| Discrepancy | What it means       |
| ----------- | ------------------- |
| Under 5%    | Acceptable          |
| 5–10%       | Worth monitoring    |
| Over 10%    | Worth investigating |

### Why Discrepancies Happen <a href="#why-discrepancies-happen" id="why-discrepancies-happen"></a>

Some discrepancy is normal in RTB: each platform in the chain, supply partner, demand partner, optimizer, analytics counts independently, with its own filters, so several different numbers for the same activity are expected, particularly for clicks on display formats. The factors that drive the gap are largely **client-side**:

* **Browser navigation optimization.** Modern browsers, *especially Chrome on Android*, optimize navigation aggressively. When the destination is known early, intermediate redirect hops can be collapsed, so a click or event may never reach the counting server — in which case it can't be counted. This is the single biggest driver of click discrepancies.
* **Different invalid-click / multiclick filtering.** Each side applies its own invalid-click logic, so totals only line up when compared like-for-like (valid + invalid together).
* **Client-side measurement methods.** Techniques used to enrich or fire events. Client Hints collection, `sendBeacon`, and browser "heavy ad" interventions can each affect whether and how an event is recorded.
* **Format differences.** Click discrepancies tend to run higher on video formats than on display. The most reliable events to reconcile on are **impressions for display formats** and **clicks for click formats**.

The structural way to reduce all of this is **server-to-server (S2S) counting** which removes the dependency on a client-side call firing and, for billable reconciliation, **billable-event (BURL) counting**.

### How to Integrate Cleanly and Reconcile <a href="#how-to-integrate-cleanly-and-reconcile" id="how-to-integrate-cleanly-and-reconcile"></a>

Detailed guidance lives on the pages below:

* **Supply side (publishers):** [Integrating Publishing Supply](/rtb/publishers/publishing-supply.md) best practices for reducing discrepancies when integrating supply.
* **Demand side (buyers / DSPs):** [Integrating Advertising Demand](/rtb/advertisers/advertising-demand.md) signalling billable events so your counts align with the publisher's.
* **Metrics & troubleshooting:** [Billable Event Counting (BURL)](/rtb/publishers/billable-event-counting-burl.md) the Pixel / Billable / Served metric model, Served Ratio, and a step-by-step troubleshooting workflow.


---

# 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.exads.com/rtb/publishers/rtb-discrepancies.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.
