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

# 测试动态内容广告

在保存内容广告后，您可以对其进行测试，以确保重定向路径按预期工作。最简单的方法是将内容广告发送到您的测试合作伙伴账号。

{% stepper %}
{% step %}

#### 步骤 1：分享至合作伙伴账号

1. 从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage] → 内容 → 广告**.
2. 在 *广告* 页面中，在列表中找到您的内容广告并选择 **分享**.
3. 在 *发送广告* 页面中，找到 *合作伙伴* 字段并使用 **搜索框** 将您的测试合作伙伴账号添加进去。
4. 在页面底部，选择 **发送广告**.

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

{% step %}

#### 步骤 2：在合作伙伴账号上测试

1. 在新的浏览器（或无痕标签页）中， **登录** 到您的测试合作伙伴账号。
2. 在顶部导航菜单中，选择 **内容 → 资源**.
3. 选择该广告，并在出现的弹窗中，选择 **资源代码 → 复制代码**.
   * 在代码块中，验证您的绝对链接是否已变为跟踪链接。
     {% endstep %}

{% step %}

#### 步骤 3：排查验证错误

在 [创建或更新](/brand/zh/what-would-you-like-to-learn-about/platform-features/ads/create-ads/create-an-article-asset.md) 您的内容广告时，您可能会看到以下错误信息。您可以按以下方法解决它们：

| 验证错误                | 说明                                                                                              |
| ------------------- | ----------------------------------------------------------------------------------------------- |
| *“没有可替换的链接”*        | impact.com 无法检测到该 *内容* 字段中的任何可替换链接——提供的所有链接都应使用 `http` （而不是 `https`）。您的链接稍后将自动转换为 `https` 跟踪链接。 |
| *“广告名称不能为空”*        | 您必须为内容广告提供一个名称。请在 *名称* 字段中输入合适的名称。                                                              |
| *“锚点上的 URL 不是绝对链接”* | 您在 *内容* 字段中提供的链接不是绝对链接。绝对链接使用完整路径名，并以 `http://`开头。您还应检查您提供的链接是否存在语法问题，例如在 `href=` 标签之前或之后有空格。   |
| {% 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:

```
GET https://help.impact.com/brand/zh/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.
