# Optimize Metrics Explained

This article explains how impact.com gives credit for a conversion, like a sale or sign-up, to a specific partner in the different scenarios a customer might take, from a single click to a journey involving multiple partners.

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

<details>

<summary>Single Step Path</summary>

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

In the simplest scenario, a customer clicks a link from a partner and converts. The *closer* thus wins attribution. Both the *participating click count* and the *participation count* are 1.

</details>

<details>

<summary>Two Step Path (One Partner)</summary>

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

In this path, a customer clicks twice on the links of the same partner, who acts as both the *introducer* (first click) and the *closer* (second click). The *closer* click wins attribution. The *participating click count* is 2, but the *participation count* remains 1, since only one unique partner was involved.

</details>

<details>

<summary>3 Step Path (One Partner)</summary>

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

In this path, the single partner now fills all the roles: *introducer* (click 1), *influencer* (click 2), and *closer* (click 3). The closer wins, the *participating click count* is 3, and the *participation count* is 1.

</details>

<details>

<summary>N Step Path (One Partner)</summary>

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

This generalizes the rule for any number (N) of clicks from the same partner. The partner is involved as the *introducer*, and on all intervening clicks, and as the *closer*. The *closer* (click N) wins attribution. The *participating click count* is N, but the *participation count* is always 1, since there is only 1 partner.

</details>

<details>

<summary>Two Partner Path</summary>

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

When 2 or more partners are involved, the *closer* is not always the *winner*. Either partner can be awarded credit, depending on how the attribution rules are defined. Partner B could win even if Partner A was the *closer*.

In the case that Partner A has 3 clicks and Partner B has 1, the *participating click count* is 4, but the *participation count* is only 2 (one for A, one for B).

</details>

<details>

<summary>Multiple Partners Path</summary>

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

As with the two-partner path, the *winner* can be a partner like Partner B based on contract terms, not necessarily the *closer* (Partner D). In a case where every click is from a unique partner, the *participating click count* (4) and the *participation count* (4) will be equal.

</details>


---

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