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

# 広告主向け ExoClick RTB

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

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

* [ExoClick RTB 入札リクエスト仕様](/rtb/ja/guang-gao-zhu/exoclick-rtb/bid-request.md)
* [ExoClick RTB 入札レスポンス仕様](/rtb/ja/guang-gao-zhu/exoclick-rtb/bid-response.md)
* [ExoClick RTB IPネットワーク](/rtb/ja/guang-gao-zhu/exoclick-rtb/ipnettowku.md)

## 要件

* 1リクエストにつき、入札は1件のみ許可されます。
* 対応している料金モデル：
  * バナー、ポップアンダー広告：CPM。
  * プッシュ通知広告：CPMまたはCPC。\*
* 入札価格の通貨は、ExoClickアカウントの通貨（EURまたはUSD）になります。
* 広告主は有効なRTB URLを提供し、POST経由で当社の入札を受信できる必要があります。

\* 料金モデルは入札レスポンスで定義します。

## 対応広告タイプ

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

## ベストプラクティス

* 接続パフォーマンスを改善する最も簡単で効果的な方法の一つは、HTTP Persistent Connections（「Keep-Alive」とも呼ばれます）を有効にすることです。これは、接続管理のオーバーヘッドとインターフェースの両側でのCPU使用率を削減することで、全体的なパフォーマンスに大きな影響を与えます。
* ExoClick RTB仕様では、パフォーマンス上の理由からプレーンHTTPを推奨する以外、セキュリティについては扱っていません。ExoClickのJSON/XMLリクエストを認証する必要がある場合は、ホワイトリストに登録できます [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/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.
