> For the complete documentation index, see [llms.txt](https://help.theaffiliateplatform.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.theaffiliateplatform.com/reporting/funnels-and-trends.md).

# Funnels & Trends

The below Dashboard is accompanied by its' **personal AI Analyst.** Hitting the "AI Analysis" button on the dashboard tab will explore the charts and the tables, outline the positive and the negative points, and suggests the ways to optimize your affiliate program based on the actual data.

<figure><img src="/files/Q0VXosjHWIr9EKVL8HUv" alt=""><figcaption></figcaption></figure>

## Upper Funnel

**What it is:**\
\
This chart shows conversion rates in the initial stage of the players journey - **from visit to registration.**<br>

**Why it matters**

Measures the efficiency of your affiliate program in converting first-time visitors into new registrations.<br>

**Key Metrics:**

* Visits (Unique) - Count of unique visits, generated on affiliates' tracking links&#x20;
* Registrations - Number of visitors who registered.
* Visits (Unique) to Registrations - Percentage (%) of unique visitors who registered (Count of Registrations divided by Count of Count of unique visits, in %)

<figure><img src="/files/flvNkAFdlC0nPLuDWNUp" alt=""><figcaption></figcaption></figure>

## Acquisition Funnel

**What it is:**\
\
This chart shows conversion rates in the next stage of the player journey - **from registration to first-time deposit*****.***<br>

**Why it matters:**\
\
Measures the efficiency of your affiliate program in converting registrations into first-time deposits.<br>

**Key Metrics:**

* Registrations - Number of registrations
* Registrations to FTDs - Percentage (%) of registered players who made an FTD (Count of FTDs divided by Count of Registrations, in %)<br>

<figure><img src="/files/iAQrCEvMH0WP2UOPoQ5A" alt=""><figcaption></figcaption></figure>

## Trend of Net PnL (NGR) VS. Commission

\
**What it is:**\
\
Compares **revenue generated from affiliate traffic** (Net PnL) with the **fees paid to affiliates** over time.<br>

**Why it matters:**

* Monitors affiliate profitability
* Compare revenue vs. payout obligations
* Optimize commission structures based on real performance data<br>

**Example Insight**

* When Net PnL is significantly higher than Total Commission, the traffic is profitable.
* If Total Commission approaches or exceeds NGR, margins are tight.

<figure><img src="/files/sKWVeBunErTPeZOTYtlH" alt=""><figcaption></figcaption></figure>

**Hint**

* Hover over the metrics and
  * click once to toggle metric visibility on and off
  * double click to isolate metric from the chart

<figure><img src="/files/yXamJLV11NdeAfuLQPCv" alt=""><figcaption></figcaption></figure>


---

# 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.theaffiliateplatform.com/reporting/funnels-and-trends.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.
