> 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/zh/guang-gao-zhu/jian-shao-ce-liang-cha-yi.md).

# 减少测量差异

当你将需求与 ExoClick RTB 平台集成时，可计费事件的信号传递方式会影响你的计数与发布商计数的接近程度：

* **包含 `burl` 在你的出价响应中** （以及 `nurl`）在展示（或在 CPC 定价模型中为点击）变为可计费时由服务器到服务器触发，因此事件从可计费事件而非客户端像素开始计数。
* **如果没有 `burl`,** 使用可计费事件计数的 ExoClick 发布商版位将记录 `展示次数 = 0` 对于该需求，因此提供它对于准确对账很重要。
* **对账仅在相邻节点之间进行** 在多跳供应链中，每一对网络各自独立对齐；它不会贯穿整个链路。
* **可计费事件遵循定价模型** 根据定价模型，CPM 对应一次展示，CPC 对应一次点击， `btype` 字段。
* **对点击进行同类对账** （有效和无效一起），并预计展示类格式在展示次数上最容易准确对账，而点击类格式在点击上最容易准确对账。

<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/zh/guang-gao-zhu/jian-shao-ce-liang-cha-yi.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.
