> 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/bid-request.md).

# ExoClick RTB Bidリクエスト

このページでは、入札を行うために受け取る RTB リクエストのさまざまな構成要素について説明します。

## 入札リクエストヘッダー

* **ExoClick RTB バージョン HTTP ヘッダー**: `x-exadsrtb-version: 1.0`
* **Keep-Alive HTTP ヘッダー**: `Connection: Keep-Alive`
* **コンテンツ JSON**: `Content-Type: application/json`
* **データエンコーディングヘッダー**: `Accept-Encoding`

## 入札リクエストオブジェクト

特定のコンテキストで入札を要求する場合、プラットフォームはタイムアウト **300ms**. リクエストボディにPOSTとしてJSONエンコードされた以下のオブジェクトが送信されます:

| 属性                | 説明                                                             |
| ----------------- | -------------------------------------------------------------- |
| id                | 一意のbidリクエストID（文字列）\*                                           |
| ip                | ユーザーの IP アドレス（string）\*                                        |
| language          | ISO-639-1 alpha-2を使用したブラウザ言語（文字列）\*                            |
| remote\_addr      | ユーザーのメイン IP アドレス（string）                                       |
| x\_forwarded\_for | ユーザーの X-FORWARDED-FOR IP アドレス。未設定の場合は空（string）                 |
| type              | リクエストタイプ。「banner」「popunder」または「push\_notification」のいずれか（文字列）\* |
| ua                | ブラウザのユーザーエージェント（文字列）\*                                         |
| url               | 広告が表示されるページの完全なURL（文字列）\*                                      |
| user\_id          | 一意のユーザーID（文字列）\*                                               |
| export            | レスポンスタイプ。「json」または「xml」のいずれか（文字列）\*                            |
| keyword           | キーワード（文字列）                                                     |
| size              | パブリッシャー広告タイプのサイズ（文字列）\*\*                                      |
| sub               | subには、リクエストの発生元であるゾーンのIDを表す整数が入ります（{zone\_id}トークンと混同しないでください）  |

\*必須項目

\*\*bannerタイプの場合のみ必須。Push Notificationでは、空の場合192x192と見なされます

## 例

受信可能なすべてのリクエスト種類の完全な一覧は、次のページで確認できます。 [Advertiser Request のサンプルページ](/rtb/ja/guang-gao-zhu/exoclick-rtb/exoclick-rtb-advertiser-code-examples.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/bid-request.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.
