> 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. 右側の *トラッキング*で、次を選択します： **一般**.
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.
