> 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/partner/ja/nitsuitebitaidesuka/platform-features/tracking/tracking-links/create-and-manage-links/create-a-deep-link-for-an-ad.md).

# 広告用のディープリンクを作成する

ブランドが広告に対してディープリンクを許可している場合、既存のトラッキングリンクにディープリンク形式の URL を追加できます。すでにその広告の完全なトラッキング URL を持っている場合は、impact.com にログインせずにディープリンクを作成できます。ただし、次のためにディープリンクを作成したい場合は、 *バニティリンク*、まず impact.com プラットフォーム内で完全なトラッキング URL を取得する必要があります。

#### impact.com にログインせずにディープリンクを作成する

{% hint style="warning" %}
**注意：** impact.com **強く推奨しています** 広告コードのカスタマイズミスを減らすために、impact.com プラットフォームから広告コードを取得すること。
{% endhint %}

1. 〜したら [トラッキングリンクを作成した](/partner/ja/nitsuitebitaidesuka/platform-features/tracking/tracking-links/create-and-manage-links/create-tracking-links.md) ら、手元に用意しておけば、ディープリンクを構成できます。
2. トラッキングリンクの末尾に、値 `u={Encoded Landing Page URL}`.

   * リンクの形式は次のとおりです： `https://{tracking domain}/c/{Account ID}/{AdID}/{Campaign ID}?u={Encoded Landing Page URL}`

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>例：</strong> <code>https://stark-industries.com/c/1987654/1234567/15676?u=https%3A%2F%2Fexample.com%2Fstore%2Fproduct.html</code></p></div>
3. 次の点を確認してください：
   * ディープリンク先の URL が許可されたドメインとパスであること。
   * URL がパーセントエンコードされていること（つまり、有効な ASCII 文字を使用していること）。

#### バニティリンクのディープリンクを作成する

ディープリンクは完全なトラッキング URL からのみ作成できます。現在この広告にバニティリンクを使用している場合は、まず impact.com にサインインしてその完全なトラッキング URL を取得する必要があります。

{% hint style="info" %}
**バニティリンクとは何ですか？** バニティリンクとは、アセットの完全なトラッキング URL を短縮したものです。ブランドで許可されている場合は、 [バニティリンクを作成できます](/partner/ja/nitsuitebitaidesuka/platform-features/tracking/tracking-links/create-and-manage-links/create-a-vanity-link.md) パートナーダッシュボードから。
{% endhint %}

1. 上部のナビゲーションメニューから、 **コンテンツ → バニティリンク**.
2. 該当するバニティリンクにカーソルを合わせてから、 ![](/files/4927eb1e5c4fa3b3dc6c7e11a5ab7eb37b71050d) **\[その他] → 編集**.
3. 以下の *トラッキング URL* 見出しを選択し、URL をコピーします。
4. 上記の手順に従って、ディープリンクを構成してください。


---

# 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/partner/ja/nitsuitebitaidesuka/platform-features/tracking/tracking-links/create-and-manage-links/create-a-deep-link-for-an-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.
