# Test a Dynamic Content Ad

After saving your content ad, you can test it to ensure the redirect path works as expected. The easiest way is to send the content ad to your test partner account.

{% stepper %}
{% step %}

#### Step 1: Share to partner account

1. From the left navigation menu, select ![](/files/CDnwOBeIdds9r3Z6zTnO) **\[Engage] → Content → Ads**.
2. On the *Ads* screen, find your content ad in the list and select **Share**.
3. On the *Send Ads* screen, find the *Partner* field and use the **search box** to add your test partner account.
4. At the bottom of the screen, select **Send Ads**.

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

{% step %}

#### Step 2: Test on partner account

1. In a new browser (or incognito tab), **sign in** to your test partner account.
2. From the top navigation menu, select **Content → Assets**.
3. Select the ad and in the modal that appears, select **Asset Code → Copy code**.
   * In the code block, verify that your absolute link has changed into a tracking link.
     {% endstep %}

{% step %}

#### Step 3: Troubleshoot validation errors

You may see the following error messages when [creating or updating](/brand/what-would-you-like-to-learn-about/platform-features/ads/create-ads/create-an-article-asset.md) your content ad. Here's what you can do to solve them:

| Validation error                  | Explanation                                                                                                                                                                                                                                             |
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| *“No replaceable links present”*  | impact.com cannot detect any replaceable links in the *Content* field—all links provided should use `http` (not `https`). Your links will later be automatically converted to `https` tracking links.                                                   |
| *“Ad name cannot be empty”*       | You must provide a name for your content ad. Input an appropriate name in the *Name* field.                                                                                                                                                             |
| *"URL on anchor is not absolute"* | The link you provided in the *Content* field isn't absolute. Absolute links use the entire path name, starting with `http://`. You may also want to check for syntax issues with the link you provided, such as spaces before or after the `href=` tag. |
| {% endstep %}                     |                                                                                                                                                                                                                                                         |
| {% endstepper %}                  |                                                                                                                                                                                                                                                         |


---

# Agent Instructions: 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:

```
GET https://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/ads/manage-ads/test-a-dynamic-content-ad.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
