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

ブランドが広告のディープリンクを許可している場合、既存のトラッキングリンクにディープリンクでエンコードされた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={エンコードされたランディングページのURL}`.

   * リンクの形式は次のようになります： `https://{tracking domain}/c/{Account ID}/{AdID}/{Campaign ID}?u={エンコードされたランディングページの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: 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:

```
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>
```

The question should be specific, self-contained, and written in natural language.
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.
