> 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/cross-channel-performance-insights/optimize-reports/optimize-metrics-explained.md).

# Optimize 指标说明

本文说明了 impact.com 如何在客户可能采取的不同场景中，将一次转化（如销售或注册）的功劳归因给某个特定合作伙伴，从单次点击到涉及多个合作伙伴的旅程。

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

<details>

<summary>单步路径</summary>

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

在最简单的场景中，客户点击了某个合作伙伴的链接并完成转化。 *closer* 因此赢得归因。两者的 *参与点击数* 和 *参与数* 均为 1。

</details>

<details>

<summary>两步路径（一个合作伙伴）</summary>

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

在这条路径中，客户两次点击同一合作伙伴的链接，该合作伙伴同时充当 *介绍者* （第一次点击）和 *closer* （第二次点击）。 *closer* 点击赢得归因。 *参与点击数* 为 2，但 *参与数* 仍然是 1，因为只涉及一个唯一合作伙伴。

</details>

<details>

<summary>三步路径（一个合作伙伴）</summary>

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

在这条路径中，单个合作伙伴现在承担了所有角色： *介绍者* （点击 1）、 *影响者* （点击 2）以及 *closer* （点击 3）。临近转化者获胜， *参与点击数* 为 3， *参与数* 为 1。

</details>

<details>

<summary>N 步路径（一个合作伙伴）</summary>

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

这将同一合作伙伴的任意次数（N 次）点击规则进行概括。该合作伙伴在 *介绍者*中的每次点击都参与其中，既是 *closer*。 *closer* （第 N 次点击）赢得归因。 *参与点击数* 为 N，但 *参与数* 始终为 1，因为只有 1 个合作伙伴。

</details>

<details>

<summary>双合作伙伴路径</summary>

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

当涉及 2 个或更多合作伙伴时， *closer* 并不总是 *获胜者*。根据归因规则的定义，任一合作伙伴都可能获得功劳。即使合作伙伴 A 是 *closer*.

在合作伙伴 A 有 3 次点击而合作伙伴 B 只有 1 次点击的情况下， *参与点击数* 为 4，但 *参与数* 仅为 2（A 一个，B 一个）。

</details>

<details>

<summary>多合作伙伴路径</summary>

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

与双合作伙伴路径一样， *获胜者* 可以根据合同条款是像合作伙伴 B 这样的合作伙伴，而不一定是 *closer* （合作伙伴 D）。在每次点击都来自不同合作伙伴的情况下， *参与点击数* （4）和 *参与数* （4）将相等。

</details>


---

# 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/zh/what-would-you-like-to-learn-about/platform-features/cross-channel-performance-insights/optimize-reports/optimize-metrics-explained.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.
