> 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のプロトコルに表示され、 *クライアント*のようなウェブブラウザーに、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がそれらを完全に拒否したりする原因になります。

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

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

1. 上部のナビゲーションバーで、次を選択します ![](/files/2c38195ecc23a36266a65082c4bfc52f44a43503) **\[ユーザープロフィール] → 設定**.
2. 右側の *トラッキング*の下の **一般**.
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.
