> 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/ru/uchebnye-materialy/uchebnye-materialy-dlya-izdatelei/how-implement-in-stream-part3.md).

# In-Stream: как реализовать In-Stream. Часть 3: тестирование рекламной зоны

После того как ваш сайт будет запущен с вашей рекламной зоной In-stream, вы начнёте монетизировать свой трафик видеорекламой. Однако может случиться так, что после внедрения VAST-тега вы не увидите рекламу в видео.

Самая распространённая причина этого в том, что рекламная зона In-Stream получает **пустой ответ VAST**. Когда нет видеорекламы для показа, наш рекламный сервер отвечает пустым XML VAST.

Однако это не обязательно означает, что ваша рекламная зона in-stream не работает. Чтобы устранить проблемы совместимости вашего плеера с VAST, вам нужно использовать один из следующих тестовых кодов.

* **Для основной категории**: <https://s.magsrv.com/v1/vast.php?idzone=2366423>
* **Для Mainstream**: <https://s.magsrv.com/v1/vast.php?idzone=2916384>
* **Для сторонних инструментов Vast tag**: <https://s.magsrv.com/v1/vast.php?idzone=3165233>

Если ваш плеер отображает рекламу с любым из приведённых выше кодов, значит, интеграция выполнена правильно. Вы можете переключиться на свою рекламную зону и начать монетизировать трафик. Помните, что даже если вы не видите рекламу в текущей среде, пользователи из других стран и с других устройств будут монетизироваться корректно.

{% hint style="info" %}
**Примечание**: Эти рекламные зоны предназначены только для тестирования. Как только вы убедитесь, что преролл-видео работает правильно, вам нужно будет заменить ID тестовой зоны на ID вашей реальной зоны.
{% endhint %}

Если вам нужна дополнительная помощь на этом этапе, пожалуйста, свяжитесь с нашей командой Customer Success, выбрав **Техническая помощь** в контактной форме [**здесь**](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/ru/uchebnye-materialy/uchebnye-materialy-dlya-izdatelei/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.
