> 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. 左側のナビゲーションメニューから、 ![](https://1458456015-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://1458456015-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/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.
