> 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/zh/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/44e3d297312f915ac513ce242dd726442889d2d1" alt=""><figcaption></figcaption></figure></div>

impact.com 使用这些 URI 方案来确保流量关联到正确的项目，同时区分站内网页之间的点击与新流量或引荐流量。但是，如果不列出您要使用的方案，Page Load API 可能会对包含自定义 URI 方案的 URL 返回错误，或者 impact.com 直接拒绝它们。

如果您打算使用 [直接流量跟踪](/brand/zh/what-would-you-like-to-learn-about/platform-features/tracking/set-up-tracking/set-up-direct-traffic-tracking.md) ，还应考虑在项目中列出自定义 URI 方案。

#### 列出 URI 方案

1. 从顶部导航栏中，选择 ![](/files/1cbb667ec4878308f24ec4acd13cbf03ede0bdfe) **\[User profile] → Settings**.
2. 在右侧，位于 *Tracking*下，选择 **常规**.
3. 在 *URI 方案*中，输入您打算传递的自定义 URI 方案。各个值之间用逗号分隔。
4. 选择 **保存**.

   <div data-with-frame="true"><figure><img src="/files/88da511898f52f8cb32f4f92a9568d0f7a447312" 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:

```
GET https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/platform-features/tracking/set-up-tracking/configure-custom-uri-schemes.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.
