> 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. 从左侧导航菜单中，选择 ![](https://1186853034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-230534471fef5f40808e921e41ee44e4a06ded03%2Fe6cb9548999afdc1ed3ce4942e4cb5b45b5cecbd323267aac2a7cd1915fccc09.svg?alt=media) **\[Engage] → 内容 → 广告**.
2. 在 *广告* 屏幕中，在列表中找到您的内容广告并选择 **共享**.
3. 在 *发送广告* 屏幕中，找到 *合作伙伴* 字段，并使用 **搜索框** 将您的测试合作伙伴账户添加进去。
4. 在屏幕底部，选择 **发送广告**.

<figure><img src="https://1186853034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2FvvrhYMCmtKuUpvVMu6HD%2FScreenshot%202026-05-08%20at%2011.00.50.png?alt=media&amp;token=363283dd-5885-400d-a21e-b9bf06e308bf" 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 不是绝对 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, and the optional `goal` 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>&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.
