> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/it/what-would-you-like-to-learn-about/platform-features/ads/manage-ads/test-a-dynamic-content-ad.md).

# Testa un annuncio di contenuti dinamici

Dopo aver salvato l’annuncio del contenuto, puoi testarlo per assicurarti che il percorso di reindirizzamento funzioni come previsto. Il modo più semplice è inviare l’annuncio del contenuto al tuo account partner di test.

{% stepper %}
{% step %}

#### Passaggio 1: condividi con l’account partner

1. Dal menu di navigazione a sinistra, seleziona ![](/files/56eb48c7f3195590132b62ea75c0575abe0113e5) **\[Engage] → Contenuti → Annunci**.
2. Nella *Annunci* schermata, trova il tuo annuncio del contenuto nell’elenco e seleziona **Condividi**.
3. Nella *Invia annunci* schermata, trova il *Partner* campo e usa la **casella di ricerca** per aggiungere il tuo account partner di test.
4. Nella parte inferiore della schermata, seleziona **Invia annunci**.

<figure><img src="/files/401c4c8f1f39c39880528cc538e038c1b5d61f52" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Passaggio 2: test sull’account partner

1. In un nuovo browser (o in una scheda in incognito), **accedi** al tuo account partner di test.
2. Dal menu di navigazione in alto, seleziona **Contenuti → Asset**.
3. Seleziona l’annuncio e, nella finestra modale che appare, seleziona **Codice asset → Copia codice**.
   * Nel blocco di codice, verifica che il tuo link assoluto sia stato trasformato in un link di tracciamento.
     {% endstep %}

{% step %}

#### Passaggio 3: risoluzione degli errori di convalida

Potresti visualizzare i seguenti messaggi di errore quando [crei o aggiorni](/brand/it/what-would-you-like-to-learn-about/platform-features/ads/create-ads/create-an-article-asset.md) il tuo annuncio del contenuto. Ecco cosa puoi fare per risolverli:

| Errore di convalida                            | Spiegazione                                                                                                                                                                                                                                                   |
| ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| *“Nessun link sostituibile presente”*          | impact.com non riesce a rilevare alcun link sostituibile nel *Contenuti* campo: tutti i link forniti devono usare `http` (non `https`). In seguito i tuoi link verranno convertiti automaticamente in `https` link di tracciamento.                           |
| *“Il nome dell’annuncio non può essere vuoto”* | Devi fornire un nome per il tuo annuncio del contenuto. Inserisci un nome appropriato nel *Nome* campo.                                                                                                                                                       |
| *“L’URL sull’ancora non è assoluto”*           | Il link che hai fornito nel *Contenuti* campo non è assoluto. I link assoluti utilizzano l’intero percorso, a partire da `http://`. Potresti anche voler controllare eventuali problemi di sintassi nel link fornito, come spazi prima o dopo il `href=` tag. |
| {% endstep %}                                  |                                                                                                                                                                                                                                                               |
| {% endstepper %}                               |                                                                                                                                                                                                                                                               |


---

# 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://help.impact.com/brand/it/what-would-you-like-to-learn-about/platform-features/ads/manage-ads/test-a-dynamic-content-ad.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.
