> 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/pub-open-rtb-2.5-response.md).

# Open RTB 2.5 入札レスポンス

入札リクエストへのレスポンスは、次の構造になります：

## 入札レスポンスオブジェクト

| 属性      | 説明                           |
| ------- | ---------------------------- |
| id      | 入札リクエストのID（文字列）              |
| seatbid | 特定のシートを代表して入札者が行った入札のコレクション。 |

### seatbid

| 属性  | 説明                               |
| --- | -------------------------------- |
| bid | この入札が適用されるインプレッションオブジェクトのID（文字列） |

### seatbid.bid

| 属性      | 説明                               |
| ------- | -------------------------------- |
| id      | 入札者が選択した bid オブジェクトのID（文字列）      |
| impid   | この入札が適用されるインプレッションオブジェクトのID（文字列） |
| price   | CPMまたはCPCでの入札価格（浮動小数点数）          |
| adm     | ExoClickのXML広告マークアップ（文字列）        |
| nurl    | 落札通知URL（文字列）                     |
| burl    | 課金通知URL（文字列）                     |
| cid     | 広告品質チェックを支援するキャンペーンID（文字列）       |
| crid    | 広告品質チェックを支援するクリエイティブID（文字列）      |
| adid    | 広告品質チェックを支援する広告ID（cridと同じ）（文字列）  |
| adomain | 広告主ドメイン、または交換ドメイン（文字列の配列）        |
| cat     | クリエイティブのIABコンテンツカテゴリ（文字列配列）      |
| w       | クリエイティブの幅（整数）                    |
| h       | クリエイティブの高さ（整数）                   |
| ext     | ExoClick固有の拡張（オブジェクト）            |

### seatbid.bid.ext

| 属性    | 説明                                                          |
| ----- | ----------------------------------------------------------- |
| btype | 料金モデル。値：1 = CPM、2 = CPC。デフォルト = 1（整数）。                      |
|       | **注**：CPC料金モデルで入札できるのは、プッシュ通知、ネイティブ広告、ダイレクトリンク、メールクリックのみです。 |

## 入札なしレスポンス

実際に入札せずに入札リクエストへ応答するには、HTTPレスポンスコード204「No Content」が送信されます。

## 落札通知

パラメータ **入札レスポンスオブジェクト -> シート入札オブジェクト -> 入札オブジェクト -> nurl** が入札レスポンスに含まれている場合、そのURLに対してGETリクエストを実行する必要があります。

## 課金通知 <a href="#billing-notification" id="billing-notification"></a>

パラメータ **入札レスポンスオブジェクト > シート入札オブジェクト > 入札オブジェクト > burl** が入札レスポンスに含まれている場合、インプレッションまたはクリックが課金対象（CPMまたはCPC、次の `btype` フィールドによる）になった時点で、そのURLに対してGETリクエストが実行されます。これにより、インプレッションまたはクリックをクライアント側ベースのトラッキングではなく課金イベントからカウントでき、並列の **「配信済み」メトリクス** において [RTB統計。](/publishers/ja/paburissh.md#the-real-time-bidding-panel) これにより、表示された内容と課金された内容の差が示されます。

nurl と burl の両方が存在する場合、両方を呼び出す必要があります。

### カウントロジック <a href="#count-logic" id="count-logic"></a>

* **BURLが無効の場合** — インプレッションまたはクリックは、レンダリングされた広告によって発火されるクライアント側トラッカーに完全に依存します。これは、現在のインプレッションとクリックのカウントのデフォルトです。
* **BURLが有効の場合** — インプレッションまたはクリックは、クライアント側トラッキングではなく burl 呼び出しからカウントされます。
* **BURLが有効だが、パートナーが発火しない場合** — 課金目的ではインプレッションまたはクリックのカウントがゼロになりますが、配信済みインプレッション（ブラウザが記録したもの）は残ります。この不一致は技術的な統合問題を示します。

### クライアント側トラッキングに残るもの <a href="#what-stays-on-client-side-tracking" id="what-stays-on-client-side-tracking"></a>

* **フリークエンシーキャッピング**。FCは、BURLの切り替えに関係なく、引き続きインプレッションイベントに依存します。
* **すべての「配信済み」メトリクス**、定義上。
* **ダイレクト（非RTB）ゾーン**、BURLの概念がないものです。

## 例

受信できるレスポンスの詳細な例は、次の [サンプルページ](/rtb/ja/paburissh/open-rtb/open-rtb-2.5-pub-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/paburissh/open-rtb/pub-open-rtb-2.5-response.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.
