# Event Tracks Graphs

The y-axis on each graph depicts the statistical value indicated by the graph name. The x-axis displays the specified period (day, week, month).

To enlarge each graph, click the thumbnail of the graph from within the page, or select it from the sub-menu under the Event Tracker section.

To change the period interval on this graph, select one of the Day/Week/Month buttons located in the top right of this menu. Selecting one of these changes the period of the x-axis on the graph.

To view the data for a specific phone number, select the desired phone number from the drop-down menu in the top left. “*All Phone Numbers*” is the default setting for this menu until changed by the user.<br>

## **# Log Events**

This graph indicates the total number of log events encountered over the specified date range. A log event correlates to a single instance of a \<log> tag.

![](/files/-M5hKPQF_f_wLDuLmH0O)

## **Loops Per Call**

A loop occurs when a caller is in a specific form item and then re-enters that same form item. This commonly occurs during nomatch/noinput event when application plays a message and the caller then re-enters the same form to be re-prompted for the same data. This is the sum of all loops divided by the total number of calls.

![](/files/-M5hKPQHL60a4Yr7R5m1)

## **Form Items**

This graph displays the total number of form items encountered in all calls. A form item is a field within a form. VoiceTrends only includes forms labeled with a id attribute and fields labeled with a name attribute in this total.

![](/files/-M5hKPQBq4gBSUbwxIeB)

## **Loop Count**

This graph displays loop count data total for all calls in the specified date range.

![](/files/-M5hKPQG5tNH1yP64f1w)

## **Average Form Items**

This graph displays the average number of form items per call. VoiceTrends divides the total number of form items by the total number of calls, in the selected date range, to calculate this value.

Understanding the average number of form items that callers experience can help identify trouble areas. This data can reveal how far callers make it through an application and can indicate excessive areas where excessive nomatch/noinput events occur.

![](/files/-M5hKPPqw966TBJKl9jz)


---

# 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://docs.plumvoice.com/voicetrends/event-tracker/event-tracks-graphs.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.
