> For the complete documentation index, see [llms.txt](https://learn.doubletick.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.doubletick.io/enterprise-analytics/introduction-to-funnel-report/understanding-funnel-conversion-metrics.md).

# Understanding Funnel Conversion Metrics

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

Once the funnel is created, DoubleTick displays the funnel with event counts and conversion percentages.

Example funnel results:

**Templates Sent: 936**\
**Templates Delivered: 698**\
**Templates Read: 557**\
**CTA Button Clicked: 145**\
**Messages Received: 84**

***

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

#### <mark style="color:$primary;">**Conversion from Previous Step**</mark>

This metric shows the percentage of users who moved from the previous event to the next.

Example:

Template Delivered → Template Read

**557** out of **698** customers read the template.

**Conversion rate = 80 percent**.

#### <mark style="color:$primary;">**Conversion from First Event**</mark>

This metric shows the percentage of users who reached a step compared to the first event.

Example:

Template Sent → Template Read

**557** out of **936** customers read the template.

**Conversion rate = 60 percent.**

***

<figure><img src="/files/8blfO9zTrT25RG7l5scM" alt=""><figcaption></figcaption></figure>

#### <mark style="color:$primary;">**Overall Funnel Conversion**</mark>

This metric shows how many users completed the final step of the funnel.

Example:

**936** templates sent\
**84** customer responses

**Overall conversion = 9 percent.**

This metric represents the overall effectiveness of the communication journey.


---

# 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://learn.doubletick.io/enterprise-analytics/introduction-to-funnel-report/understanding-funnel-conversion-metrics.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.
