> 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/it/tutorial/tutorial-per-editori/how-implement-in-stream-part3.md).

# In-Stream: come implementare In-Stream. Parte 3: test della zona pubblicitaria

Una volta che il tuo sito web sarà online con la tua zona pubblicitaria In-stream, inizierai a monetizzare il tuo traffico con annunci video. Tuttavia, può accadere che non vedi annunci nel video dopo aver implementato il tag VAST.

La ragione più comune per cui ciò accade è che la zona pubblicitaria In-Stream sta ricevendo una **risposta VAST vuota**. Quando non c'è alcun annuncio video da mostrare, il nostro ad-server risponde con un XML VAST vuoto.

Tuttavia, ciò non significa necessariamente che la tua zona pubblicitaria in-stream non funzioni. Per risolvere i problemi di compatibilità VAST del tuo player, devi utilizzare uno dei seguenti codici di test.

* **Per la categoria Main**: <https://s.magsrv.com/v1/vast.php?idzone=2366423>
* **Per Mainstream**: <https://s.magsrv.com/v1/vast.php?idzone=2916384>
* **Per strumenti VAST di terze parti**: <https://s.magsrv.com/v1/vast.php?idzone=3165233>

Se il tuo player mostra annunci con uno dei codici sopra, allora la tua integrazione è stata eseguita correttamente. Puoi passare alla tua zona pubblicitaria e iniziare a monetizzare il tuo traffico. Ricorda che, anche se non vedi annunci nel tuo ambiente attuale, gli utenti di altri Paesi e dispositivi verranno monetizzati correttamente.

{% hint style="info" %}
**Nota**: Queste zone pubblicitarie sono solo per scopi di test. Una volta confermato che il video pre-roll funziona correttamente, dovrai sostituire l'ID della zona di test con l'ID della tua zona reale.
{% endhint %}

Se hai bisogno di ulteriore aiuto con questo passaggio, contatta il nostro team Customer Success selezionando **Assistenza tecnica** dal modulo di contatto [**qui**](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/it/tutorial/tutorial-per-editori/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.
