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

# パブリッシャー向けRTBの概要

## RTB連携

Open RTBおよびExoClick RTBとの連携についてはこちら:

* [Open RTB連携](/rtb/ja/paburissh/open-rtb/open-rtb.md)
* [ExoClick RTB連携](/rtb/ja/paburissh/exoclick-rtb/exoclick-rtb.md)

## Bidリクエスト/レスポンスの構成

Bidリクエスト/レスポンスの仕様はこちら:

* [Open RTB 2.4 Bidリクエスト](/rtb/ja/paburissh/open-rtb/pub-open-rtb-2.4-request.md)
* [Open RTB 2.4 Bidレスポンス](/rtb/ja/paburissh/open-rtb/pub-open-rtb-2.4-response.md)
* [Open RTB 2.5 Bidリクエスト](/rtb/ja/paburissh/open-rtb/pub-open-rtb-2.5-request.md)
* [Open RTB 2.5 Bidレスポンス](/rtb/ja/paburissh/open-rtb/pub-open-rtb-2.5-response.md)
* [ExoClick RTB Bidリクエスト](/rtb/ja/paburissh/exoclick-rtb/bid-request.md)
* [ExoClick RTB Bidレスポンス](/rtb/ja/paburissh/exoclick-rtb/bid-response.md)

## Bidリクエスト/レスポンスの例

Bidリクエスト/レスポンスの例はこちら:

* [Open RTB 2.4の例](/rtb/ja/paburissh/open-rtb/open-rtb-publisher-code-examples.md)
* [Open RTB 2.5の例](/rtb/ja/paburissh/open-rtb/open-rtb-2.5-pub-code-examples.md)
* [ExoClick RTBの例](/rtb/ja/paburissh/exoclick-rtb/exoclick-rtb-publisher-code-examples.md)

ExoClick RTBで使用されるIPネットワークの詳細はこちら:

* [IPネットワーク](/rtb/ja/guang-gao-zhu/exoclick-rtb/ipnettowku.md)

## 重要ポイント

1. Open RTB標準のバージョン2.4および2.5に対応しています。ただし、ADMは標準仕様とは異なります。クライアントがOpen RTBに対応している場合は、ADMをExoClickの仕様に合わせて調整する必要があります。
2. クライアントがXMLに対応している場合は、RTB仕様をExoClickに提供する必要があり、当社の仕様に合わせてシステムを調整していただく必要があります。
3. ExoClick RTBサーバーは、北米、ヨーロッパ、アジアの複数のデータセンターに配置されています。通常、特定の地域からのリクエストは最寄りのサーバーから送信されますが、常にそうとは限りません。システムは、その時点のサーバー負荷に応じて、リクエストをあるサーバーから別のサーバーへ分散します。そのため、トラフィックを1つのサーバー拠点のみに限定して振り分けることはできません。
4. 「tmax」（タイムアウトを回避するためにSSPが入札受信に許可する最大時間（ミリ秒））は300msです。この情報は常に同じため、リクエストには含まれません。
5. 通貨も、RTB Floor CPMが0のリクエストでは送信されません。通貨はアカウントレベルで設定されているためです。広告主がリクエスト内で通貨の送信を求める場合は、RTB Floor CPMを非常に低く設定する必要があります。
6. リクエストの総数は、フォーマット、地域、選択したカテゴリ、そして **RTB手動スロットル** 設定されます。これは主に、特定の地域で収益を生んでいないゾーンで有効にされます。この場合、自動スロットルは一時的にリクエストを1%まで削減します。収益が増加し、その地域でゾーンが再び利益を生み始めると、スロットルは自動的に増加します。


---

# 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/rtb-supply.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.
