> 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/es/tutoriales/tutoriales-para-editores/how-implement-in-stream-part3.md).

# In-Stream: Cómo implementar In-Stream. Parte 3: Prueba de la zona publicitaria

Una vez que tu sitio web esté en línea con tu zona de anuncios In-stream, comenzarás a monetizar tu tráfico con anuncios de video. Sin embargo, puede ocurrir que no veas anuncios en el video después de implementar la etiqueta VAST.

La razón más común por la que esto sucede es porque la zona de anuncios In-Stream está recibiendo una **respuesta VAST vacía**. Cuando no hay ningún anuncio de video para mostrar, nuestro servidor de anuncios responde con un XML VAST vacío.

Sin embargo, esto no necesariamente significa que tu zona de anuncios in-stream no esté funcionando. Para diagnosticar problemas de compatibilidad VAST en tu reproductor, debes usar uno de los siguientes códigos de prueba.

* **Para la categoría principal**: <https://s.magsrv.com/v1/vast.php?idzone=2366423>
* **Para Mainstream**: <https://s.magsrv.com/v1/vast.php?idzone=2916384>
* **Para herramientas de etiquetas Vast de terceros**: <https://s.magsrv.com/v1/vast.php?idzone=3165233>

Si tu reproductor muestra anuncios con cualquiera de los códigos anteriores, entonces tu integración se ha realizado correctamente. Puedes cambiar a tu propia zona de anuncios y empezar a monetizar tu tráfico. Recuerda que, aunque no veas anuncios en tu entorno actual, los usuarios de otros países y dispositivos se monetizarán correctamente.

{% hint style="info" %}
**Nota**: Estas zonas de anuncios son solo para fines de prueba. Una vez que confirmes que el video pre-roll se está reproduciendo correctamente, tendrás que reemplazar el ID de la zona de prueba por el ID de tu zona real.
{% endhint %}

Si necesitas ayuda adicional con este paso, ponte en contacto con nuestro equipo de Customer Success seleccionando **Asistencia técnica** en el formulario de contacto [**aquí**](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/es/tutoriales/tutoriales-para-editores/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.
