# Pendo: Visitor Daily Metrics

## Description

* Table capturing daily event metrics for tracked visitors, from the day that ane event was first tracked for this visitor to the current date.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/pendo/resources/pendo.svg" alt="" data-size="line"> Pendo

## Columns

| Type    | Name                     | Description                                                                                             |
| ------- | ------------------------ | ------------------------------------------------------------------------------------------------------- |
| DATE    | date\_day                | Day for which these metrics were calculated.                                                            |
| STRING  | visitor\_id              | Unique identifier of the visitor.                                                                       |
| INTEGER | sum\_minutes             | Total daily time, in minutes, of logged event activity for this visitor (based on `event.num_minutes`). |
| INTEGER | sum\_events              | Total daily number of tracked events for this visitor (based on `event.num_events`)                     |
| INTEGER | count\_event\_records    | Count of records in the `EVENT` table logged for this visitor on this day.                              |
| INTEGER | count\_pages\_viewed     | Count of distinct pages viewed by this visitor on this day.                                             |
| INTEGER | count\_features\_clicked | Count of distinct features clicked by this visitor on this day.                                         |


---

# 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://endash-guidance-docs.gitbook.io/cigro-data-templates/data-model-templates/pendo-visitor-daily-metrics.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.
