> 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/breakdown-reports-and-detailed-customer-insights.md).

# Breakdown Reports and Detailed Customer Insights

#### <mark style="color:$primary;">**What is a Breakdown?**</mark>

When you run a funnel report, you see your overall numbers — how many templates were sent, delivered, read, and so on. But sometimes you need to dig deeper. You may want to know which agent is driving the most conversions, or whether one WhatsApp number is performing better than another.

That is exactly what Breakdown is for. It **splits your funnel data into smaller, more specific slices** so you can spot patterns you would otherwise miss.

DoubleTick gives you **three breakdown** options:

* **Date** — view results day by day
* **Team Member** — view results per agent
* **WhatsApp Number** — view results per WABA

You can use any one of these on its own, or combine them for even more detail.

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

#### <mark style="color:$primary;">**Date Breakdown**</mark>

Applying the **Date breakdown shows your funnel numbers for each day separately instead of as one combined total.**

This is useful when you want to understand how a campaign performed over time — for example, whether engagement dropped after the first day or picked up towards the end.

Here is what a date breakdown entry looks like:

16 February \
Templates Sent: 60\
Templates Delivered: 44\
Templates Read: 36 \
CTA Clicked: 10\
Messages Received: 5

#### <mark style="color:$primary;">**Team Member Breakdown**</mark>

Applying the **Team Member breakdown shows funnel performance grouped by each agent** on your team.

This helps you answer questions like: \
Which agent is closing the most conversations? \
Is one team member's response rate significantly lower than the rest? \
Use this breakdown during team reviews or when assessing individual performance.

#### <mark style="color:$primary;">**WhatsApp Number Breakdown**</mark>

Applying the **WhatsApp Number breakdown shows funnel performance grouped by each WhatsApp number (WABA).**

If your business runs campaigns across multiple WhatsApp numbers — for example, one for sales and one for support — this breakdown lets you compare how each number is contributing to the funnel.

#### <mark style="color:$primary;">**Combining Breakdowns**</mark>

You can **apply more than one breakdown at the same time. For example, combining Date and Team Member gives you a day-by-day view of each agent's funnel performance.** This level of detail is helpful when you want to track how individual performance changes over the course of a campaign.

***

#### <mark style="color:$primary;">**Viewing Detailed Reports**</mark>

Once you have applied a breakdown, you will see numbers in each row of the report. Clicking on any of those numbers opens a detailed report for that specific entry.

Inside the detailed report, you can see:

* **Customer name** and **phone number**
* **Timestamps** for each event in the funnel
* The **team member** assigned to that conversation
* The **template** that was used
* How long it took the customer to **move from one event to the next**

You can also click to open the actual WhatsApp conversation directly from this view, without having to search for it manually.

***

#### <mark style="color:$primary;">**View & Export Data with Custom Fields (New)**</mark>

When you click on any number in the report, a **Raw Data** pop-up opens showing the list of chats behind that metric.

In addition to the default chat details, you can now view your account’s **custom field data** directly alongside each chat.

**How to Add Custom Fields**

1. In the Raw Data pop-up, click **View Options** (top-right corner).
2. A searchable list of all custom fields will appear. Each field is tagged as:
   * **Customer** → Customer-level attributes
   * **Channel** → Channel-level attributes
3. Select one or more fields using the checkboxes.
4. Click **Add**.

The table will refresh and display your selected custom fields as additional columns.

**Exporting with Custom Fields**

Once you’ve added the required columns, click **Export** (next to View Options).

The downloaded file will include all visible columns — including the custom fields you selected.

***

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

Every conversation in the detailed report shows a funnel outcome. This tells you how far the customer got before they stopped engaging.

The possible outcomes are:

* **Completed** — the customer went through the entire funnel
* **Dropped at Event 2** — the customer stopped after the first step
* **Dropped at Event 3** — the customer stopped midway
* **Dropped at Event 4** — the customer dropped near the end

Knowing where customers drop off helps you identify which part of your funnel needs attention — whether that is the message content, the timing, or the follow-up approach.

***

#### <mark style="color:$primary;">**Summary**</mark>

Breakdown reports give you a layered view of your funnel data that a top-level report cannot. Whether you are tracking day-wise trends, comparing agent performance, or evaluating results across multiple WhatsApp numbers, the breakdown options in DoubleTick let you get to the right level of detail quickly. Combined with the detailed report view, funnel outcomes, and export capability, you have everything you need to understand where your campaigns are working and where customers are dropping off — so you can make informed decisions and act on them.


---

# 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/breakdown-reports-and-detailed-customer-insights.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.
