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

# パブリッシャー向け Open RTB 統合

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

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

* [Open RTB 2.4 入札リクエスト仕様](/rtb/ja/paburissh/open-rtb/pub-open-rtb-2.4-request.md)
* [Open RTB 2.4 入札レスポンス仕様](/rtb/ja/paburissh/open-rtb/pub-open-rtb-2.4-response.md)
* [Open RTB 2.5 入札リクエスト仕様](/rtb/ja/paburissh/open-rtb/pub-open-rtb-2.5-request.md)
* [Open RTB 2.5 入札レスポンス仕様](/rtb/ja/paburissh/open-rtb/pub-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つのインプレッションオブジェクト）。
* 入札価格は、取引所の設定に応じてCPMまたはCPCのいずれかにできます。
* クリエイティブ（広告マークアップ）は入札レスポンスで直接提供されます。
* 広告マークアップはExoClickのXML広告マークアップに準拠します。
* 入札価格の通貨は、ExoClickアカウントの通貨（EURまたはUSD）になります。

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

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

## ベストプラクティス

* 接続パフォーマンスを改善する最も簡単で効果的な方法の1つは、Keep-Aliveとも呼ばれるHTTP永続接続を有効にすることです。これにより、接続管理のオーバーヘッドと、インターフェースの両側でのCPU使用率が削減され、全体的なパフォーマンスに大きな影響を与えます。
* OpenRTB仕様では、パフォーマンス上の理由から通常のHTTPを推奨する以外に、セキュリティは扱われていません。


---

# 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/paburissh/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.
