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

# ExoClick RTB 統合

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

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

* [ExoClick RTB 入札リクエスト仕様](/rtb/ja/paburissh/exoclick-rtb/bid-request.md)
* [ExoClick RTB 入札レスポンス仕様](/rtb/ja/paburissh/exoclick-rtb/bid-response.md)

## 要件

* 1リクエストにつき、入札は1件のみ許可されます。
* 入札価格は、交換設定に応じてCPMまたはCPCのいずれかになります。
* 入札価格の通貨は、ExoClickアカウントの通貨（EURまたはUSD）になります。

## 対応広告タイプ

* バナー：画像
* ダイレクトリンク
* メールクリック
* ポップアンダー
* プッシュ通知：720 x 480 および 192 x 192

## ベストプラクティス

* 接続パフォーマンスを改善する最も簡単で効果的な方法の一つは、HTTP Persistent Connections（「Keep-Alive」とも呼ばれます）を有効にすることです。これは、接続管理のオーバーヘッドとインターフェースの両側でのCPU使用率を削減することで、全体的なパフォーマンスに大きな影響を与えます。
* ExoClick RTB仕様では、パフォーマンス上の理由からプレーン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/exoclick-rtb/exoclick-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.
