> 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 は絶対 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.
