> 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/kai-fang-rtb/open-rtb.md).

# 面向广告主的开放 RTB 集成

本文档说明广告主如何使用 OpenRTB 标准将其平台与 ExoClick 集成。

## 出价请求/响应规范

* [Open RTB 2.4 出价请求规范](/rtb/zh/guang-gao-zhu/kai-fang-rtb/adv-open-rtb-2.4-request.md)
* [Open RTB 2.4 出价响应规范](/rtb/zh/guang-gao-zhu/kai-fang-rtb/adv-open-rtb-2.4-response.md)
* [Open RTB 2.5 出价请求规范](/rtb/zh/guang-gao-zhu/kai-fang-rtb/adv-open-rtb-2.5-request.md)
* [Open RTB 2.5 出价响应规范](/rtb/zh/guang-gao-zhu/kai-fang-rtb/adv-open-rtb-2.5-response.md)

## 要求

ExoClick RTB API 严格遵循 [OpenRTB v2.4 规范](http://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-4-FINAL.pdf) 和 [OpenRTB v2.5 规范](https://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf)，但有一些限制/要求。

* 每次请求的出价数量：
  * 对于所有广告格式——每次请求仅允许一个出价（一个展示对象）
  * 对于原生广告——支持每次请求多个出价
* 广告标记 **必须** 遵循 ExoClick XML 广告标记
* 创意（广告标记）必须直接在出价响应中提供
* 出价价格的货币将是您的 ExoClick 账户货币（EUR 或 USD）
* 广告主需要提供一个有效的 RTB URL，该 URL 可以包含端点可能需要的任何 GET 参数，并且必须能够通过 HTTP POST 接收我们的出价请求

## 支持的广告类型和价格模型

| 广告格式                                                                   | 价格模型        |
| ---------------------------------------------------------------------- | ----------- |
| 横幅（图片和 Iframe）、全屏插页广告（图片和 Iframe）、弹出页、信息流、原生广告、推送通知（192x192 和 720x480） | CPM         |
| 直链、邮件点击                                                                | CPC 和智能 CPC |

定价模型在出价响应中定义。

## 支持的广告类型 Open RTB 2.4 和 2.5

* 横幅
* 直链
* 邮件点击
* 视频（信息流视频、Outstream 视频、视频滑块）
* 原生广告
* 弹出后台页
* 推送通知：720 x 480 和 192 x 192
* 插页广告

## 最佳实践

* 提升连接性能最简单且最有效的方法之一是启用 HTTP 持久连接，也称为 **Keep-Alive**。这通过减少连接管理开销以及接口双方的 CPU 使用率，对整体性能产生深远影响。
* OpenRTB 规范除了 **建议使用普通 HTTP** 出于性能原因，不包含其他安全性内容。如果您需要对 ExoClick RTB 请求进行授权，您可以将其列入白名单 [IP 网络](/rtb/zh/guang-gao-zhu/exoclick-rtb/ip-wang-luo.md).


---

# 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/kai-fang-rtb/open-rtb.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.
