> 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/ja/guang-gao-zhu/open-rtb/open-rtb.md).

# 広告主向け Open RTB 統合

このドキュメントでは、広告主がOpenRTB標準を使用して自社のプラットフォームをExoClickと統合する方法を説明します。

## 入札リクエスト/レスポンス仕様

* [Open RTB 2.4 入札リクエスト仕様](/rtb/ja/guang-gao-zhu/open-rtb/adv-open-rtb-2.4-request.md)
* [Open RTB 2.4 入札レスポンス仕様](/rtb/ja/guang-gao-zhu/open-rtb/adv-open-rtb-2.4-response.md)
* [Open RTB 2.5 入札リクエスト仕様](/rtb/ja/guang-gao-zhu/open-rtb/adv-open-rtb-2.5-request.md)
* [Open RTB 2.5 入札レスポンス仕様](/rtb/ja/guang-gao-zhu/open-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)に従いますが、いくつかの制限／要件があります。

* 1リクエストあたりの入札数：
  * すべての広告フォーマットで、1リクエストにつき1入札のみ（1つのインプレッションオブジェクト）
  * ネイティブ広告では、1リクエストあたり複数入札に対応しています
* 広告マークアップ **必ず** ExoClickのXML広告マークアップに従ってください
* クリエイティブ（広告マークアップ）は、入札レスポンス内で直接提供する必要があります
* 入札価格の通貨は、ExoClickアカウントの通貨（EURまたはUSD）になります
* 広告主は有効なRTB URLを指定する必要があります。エンドポイントで必要となる任意のGETパラメータを含めることができ、HTTP POST経由で当社の入札リクエストを受信できなければなりません

## 対応広告タイプと価格モデル

| 広告フォーマット                                                                                      | 価格モデル             |
| --------------------------------------------------------------------------------------------- | ----------------- |
| バナー（画像およびIframe）、フルページインタースティシャル（画像およびIframe）、ポップアンダー、インストリーム、ネイティブ、プッシュ通知（192x192および720x480） | CPM               |
| ダイレクトリンク、メールクリック                                                                              | CPC および Smart CPC |

価格モデルは入札レスポンスで定義されます。

## 対応広告タイプ Open RTB 2.4 & 2.5

* バナー
* ダイレクトリンク
* メールクリック
* 動画（インストリーム動画、アウトストリーム動画、ビデオスライダー）
* ネイティブ広告
* ポップアンダー
* プッシュ通知：720 x 480 および 192 x 192
* インタースティシャル

## ベストプラクティス

* 接続パフォーマンスを改善する最も簡単で効果的な方法の一つは、HTTP永続接続を有効にすることです。これは **Keep-Alive**としても知られています。これにより、接続管理のオーバーヘッドとインターフェースの両側でのCPU使用率が削減され、全体的なパフォーマンスに大きな影響を与えます。
* OpenRTB仕様は、 **プレーンHTTPの使用を推奨する** 以外のセキュリティについては扱っていません。ExoClick RTBリクエストを認証する必要がある場合は、ホワイトリストに登録できます [IPネットワーク](/rtb/ja/guang-gao-zhu/exoclick-rtb/ipnettowku.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/ja/guang-gao-zhu/open-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.
