> 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/tracking/set-up-tracking/configure-custom-uri-schemes.md).

# カスタムURIスキームを設定する

**URI スキーム**、URL のプロトコルに表示され、ある *クライアント*、Web ブラウザーのようなクライアントに対して、URL のプロトコルの後に続くすべて（つまり、次の後に来るすべて）をどのように解釈するかを指示するための `://`）。impact.com の Page Load API を使用していて、カスタム URI スキームを使いたい場合は、impact.com の Web アプリで渡したいスキームを一覧にする必要があります。

<div data-with-frame="true"><figure><img src="/files/66fb080588580ed3c4efebe7c97cbca747de70d6" alt=""><figcaption></figcaption></figure></div>

impact.com はこれらの URI スキームを使用して、トラフィックが正しいプログラムに紐付けられていることを保証し、またサイト内のページ間クリックと新規または参照トラフィックを区別します。ただし、使用したいスキームを一覧にしないと、カスタム URI スキームを含む URL で Page Load API がエラーを返したり、impact.com がそれらを完全に拒否したりする可能性があります。

次のものを使用する予定がある場合は、カスタム URI スキームも一覧にすることを検討してください [ダイレクトトラフィックトラッキング](/brand/ja/what-would-you-like-to-learn-about/platform-features/tracking/set-up-tracking/set-up-direct-traffic-tracking.md) プログラム内で。

#### URI スキームを一覧表示

1. 上部ナビゲーションバーから、 ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → 設定**.
2. 右側の *Tracking*、選択します **一般**.
3. で *URI スキーム*、渡す予定のカスタム URI スキームを入力します。各値はカンマで区切ってください。
4. 選択します **保存**.

   <div data-with-frame="true"><figure><img src="/files/799dc0461a6d3654f8ad84c7409a85a0410e4e66" alt="" width="338"><figcaption></figcaption></figure></div>

PayPal などの決済ゲートウェイサイトは、自動的にサイト内トラフィックと見なされるため、手動で追加する必要はありません。

{% hint style="info" %}
**メモ**：impact.com は HTTP 形式以外の URI スキーム（例： `file` または `mailto`).
{% endhint %}


---

# 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/tracking/set-up-tracking/configure-custom-uri-schemes.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.
