> 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="https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fgit-blob-50500e0c05347cae50075039e1c285bf18146af6%2F0d4703b4888e1b0b4ec339fe76c47848126a700c321274e9c50fc56f09221ea1.png?alt=media" alt=""><figcaption></figcaption></figure></div>

impact.comは、トラフィックが正しいプログラムに紐づくようにするため、またWebページ間のサイト内クリックを新規トラフィックや参照トラフィックと区別するために、これらの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. 上部のナビゲーションバーから ![](https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2F210dEQa93qyQgoJDkieL%2FUser%20profile.svg?alt=media\&token=f84c5b17-fae4-4a30-990a-9de5e57a150b) **\[ユーザープロフィール] → 設定**.
2. 右側の次の項目の下で、 *トラッキング*、次を選択します **全般**.
3. では *URIスキーム*、渡したいカスタムURIスキームを入力します。各値はカンマで区切ってください。
4. 選択 **保存**.

   <div data-with-frame="true"><figure><img src="https://1458456015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2FHbgAfZPbR0HnZhksGX7P%2FScreenshot%202026-05-06%20at%2012.03.17.png?alt=media&amp;token=f9cbe6f3-5feb-4fe1-bb9d-cc86ea6b762c" 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.
