> For the complete documentation index, see [llms.txt](https://docs.neodove.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neodove.com/product-updates/september-2023/find-out-if-your-leads-are-even-being-attempted-or-not.md).

# Find out if your leads are even being attempted or not?

It may happen that some agents might dispose of leads as either Yes Connected or Not Connected without even attempting a call. For any business, such behaviour is counter productive and business has to face loss of lead. To find out if any lead is being disposed without even attempting a call to that lead in your organisation, follow the steps given below:&#x20;

1. Go to the campaign for which you want to do this analysis
2. Click the “View” button on the top.
3. Go to “Call Logs”

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

4. Apply a date filter for which duration you would like to do this analysis.&#x20;
5. Download the call logs
6. Open the downloaded file in Excel or any other similar application.
7. Find the column called Call Duration

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

8. Create a pivot table with this entire table and in Column choose “Call Duration”, in Rows choose “User Assigned” and finally for values choose the “Call Duration”&#x20;
9. Now with this analysis, you will be able to see how many leads by any agents were disposed of without even attempting the call. If there is any count against any agent under the “Null” Column in your pivot table, then that would mean that the agent has disposed of these many leads without even attempting a call

<br>

**Why this update?**

This update helps the admins better understand their user performances and behaviors. The admin can download the call log report and analyze using a pivot table in accordance with his needs. Also he can distinguish between his executives who are making calls and those who are not.

<br>


---

# 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://docs.neodove.com/product-updates/september-2023/find-out-if-your-leads-are-even-being-attempted-or-not.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.
