> 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/de/what-would-you-like-to-learn-about/platform-features/ads/manage-ads/test-a-dynamic-content-ad.md).

# Eine Dynamic-Content-Anzeige testen

Nachdem Sie Ihre Content-Anzeige gespeichert haben, können Sie sie testen, um sicherzustellen, dass der Weiterleitungspfad wie erwartet funktioniert. Der einfachste Weg besteht darin, die Content-Anzeige an Ihr Testpartner-Konto zu senden.

{% stepper %}
{% step %}

#### Schritt 1: Mit Partnerkonto teilen

1. Wählen Sie im linken Navigationsmenü ![](/files/8189ccdb3d6833e64eac05afbd5a6e7ceadce224) **\[Engage] → Content → Anzeigen**.
2. Auf dem *Anzeigen* Bildschirm, suchen Sie Ihre Content-Anzeige in der Liste und wählen Sie **Teilen**.
3. Auf dem *Anzeigen senden* Bildschirm, suchen Sie das *Partner* Feld und verwenden Sie die **Suchbox** um Ihr Testpartner-Konto hinzuzufügen.
4. Wählen Sie unten auf dem Bildschirm **Anzeigen senden**.

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

{% step %}

#### Schritt 2: Auf dem Partnerkonto testen

1. In einem neuen Browser (oder einem Inkognito-Tab) **anmelden** bei Ihrem Testpartner-Konto.
2. Wählen Sie im oberen Navigationsmenü **Content → Assets**.
3. Wählen Sie die Anzeige aus und im angezeigten Dialogfenster wählen Sie **Asset-Code → Code kopieren**.
   * Überprüfen Sie im Codeblock, ob Ihr absoluter Link in einen Tracking-Link umgewandelt wurde.
     {% endstep %}

{% step %}

#### Schritt 3: Validierungsfehler beheben

Möglicherweise sehen Sie die folgenden Fehlermeldungen beim [Erstellen oder Aktualisieren](/brand/de/what-would-you-like-to-learn-about/platform-features/ads/create-ads/create-an-article-asset.md) Ihrer Content-Anzeige. Hier erfahren Sie, was Sie tun können, um sie zu beheben:

| Validierungsfehler                    | Erklärung                                                                                                                                                                                                                                                                                        |
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| *„Keine ersetzbaren Links vorhanden“* | impact.com kann keine ersetzbaren Links im *Inhalt* Feld erkennen — alle angegebenen Links sollten `http` verwenden (nicht `https`). Ihre Links werden später automatisch in `https` Tracking-Links umgewandelt.                                                                                 |
| *„Anzeigenname darf nicht leer sein“* | Sie müssen Ihrer Content-Anzeige einen Namen geben. Geben Sie im *Namen* Feld einen geeigneten Namen ein.                                                                                                                                                                                        |
| *„URL auf Anker ist nicht absolut“*   | Der von Ihnen im *Inhalt* Feld angegebene Link ist nicht absolut. Absolute Links verwenden den vollständigen Pfadnamen, beginnend mit `http://`. Möglicherweise sollten Sie auch auf Syntaxprobleme mit dem von Ihnen angegebenen Link achten, z. B. Leerzeichen vor oder nach dem `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/de/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.
