> 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 on anchor は絶対パスではありません」* | 次のフィールドに入力したリンクは *コンテンツ* 絶対パスではありません。絶対リンクは、 `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.
