> 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/tutorials/ja/chtoriaru/paburisshkechtoriaru/how-implement-in-stream-part3.md).

# インストリーム：インストリームの実装方法。パート3：広告ゾーンのテスト

サイトがインストリーム広告枠で公開されると、動画広告によってトラフィックの収益化が始まります。ただし、VAST タグを実装した後に、動画内で広告が表示されない場合があります。

これが起こる最も一般的な理由は、インストリーム広告枠が受信している **空の VAST 応答**。表示する動画広告がない場合、当社の広告サーバーは空の VAST XML を返します。

ただし、これは必ずしもインストリーム広告枠が正常に機能していないことを意味するわけではありません。VAST 互換性の問題についてプレーヤーをトラブルシューティングするには、以下のテストコードのいずれかを使用する必要があります。

* **メインカテゴリの場合**: <https://s.magsrv.com/v1/vast.php?idzone=2366423>
* **Mainstream の場合**: <https://s.magsrv.com/v1/vast.php?idzone=2916384>
* **サードパーティ製 Vast タグツールの場合**: <https://s.magsrv.com/v1/vast.php?idzone=3165233>

上記のいずれかのコードでプレーヤーが広告を表示する場合、統合は正しく行われています。ご自身の広告枠に切り替えて、トラフィックの収益化を開始できます。現在の環境で広告が表示されなくても、他国や他デバイスのユーザーは正しく収益化されることを覚えておいてください。

{% hint style="info" %}
**注意**: これらの広告枠はテスト目的でのみ使用されます。プレロール動画が正しく再生されていることを確認したら、テスト用ゾーン ID を本番のゾーン ID に置き換える必要があります。
{% endhint %}

この手順で追加のヘルプが必要な場合は、以下を選択して当社のカスタマーサクセスチームにお問い合わせください **技術サポート** 問い合わせフォームの [**こちら**](https://www.exoclick.com/contact/)


---

# 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/tutorials/ja/chtoriaru/paburisshkechtoriaru/how-implement-in-stream-part3.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.
