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

# 動的コンテンツ広告をテスト

コンテンツ広告を保存した後、リダイレクト先のパスが期待どおりに機能することを確認するためにテストできます。最も簡単な方法は、コンテンツ広告をテスト用パートナーアカウントに送信することです。

{% stepper %}
{% step %}

#### 手順 1: パートナーアカウントに共有する

1. 左側のナビゲーションメニューから、 ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage] → コンテンツ → 広告**.
2. この *広告* 画面で、一覧からコンテンツ広告を見つけて **共有**.
3. この *広告を送信* 画面で、 *パートナー* フィールドを見つけて **検索ボックス** を使用してテスト用パートナーアカウントを追加します。
4. 画面下部で、 **広告を送信**.

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

{% step %}

#### 手順 2: パートナーアカウントでテストする

1. 新しいブラウザー（またはシークレット タブ）で、 **サインイン** してテスト用パートナーアカウントに入ります。
2. 上部のナビゲーションメニューから、 **コンテンツ → アセット**.
3. を選択します。広告を選択し、表示されるモーダルで、 **アセットコード → コードをコピー**.
   * コードブロックで、絶対リンクがトラッキングリンクに変わっていることを確認します。
     {% endstep %}

{% step %}

#### 手順 3: 検証エラーのトラブルシューティング

次のエラーメッセージが表示される場合があります。 [作成または更新時に](/brand/ja/what-would-you-like-to-learn-about/platform-features/ads/create-ads/create-an-article-asset.md) コンテンツ広告を作成または更新します。解決するには、次のことを行ってください。

| 検証エラー                          | 説明                                                                                                                                      |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------- |
| *「置き換え可能なリンクがありません」*           | impact.com は、 *コンテンツ* フィールド内の置き換え可能なリンクを検出できません。提供するすべてのリンクは `http` を使用している必要があります（ `https`ではありません）。リンクは後で自動的に `https` トラッキングリンク        |
| *「広告名を空にすることはできません」*           | コンテンツ広告には名前を指定する必要があります。 *名前* フィールドに適切な名前を入力してください。                                                                                     |
| *「アンカー上の URL が絶対 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/ja/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.
