# Pendo: Account Daily Metrics

## Description

* Table capturing daily event metrics for tracked accounts, from the day that ane event was first tracked for this account 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  | account\_id                        | Unique identifier for the account.                                                                      |
| INTEGER | count\_active\_visitors            | Count of visitors who have triggered any kind of event in Pendo on this day.                            |
| INTEGER | sum\_minutes                       | Total daily time, in minutes, of logged event activity for this account (based on `event.num_minutes`). |
| INTEGER | sum\_events                        | Total daily number of tracked events for this account (based on `event.num_events`)                     |
| INTEGER | count\_event\_records              | Count of records in the `EVENT` table logged for this account on this day.                              |
| INTEGER | count\_pages\_viewed               | Count of distinct pages viewed by this account.                                                         |
| INTEGER | count\_features\_clicked           | Count of distinct features clicked by this account.                                                     |
| INTEGER | count\_page\_viewing\_visitors     | Count of distinct visitors who triggered pageview events under this account.                            |
| INTEGER | count\_feature\_clicking\_visitors | Count of distinct visitors who triggered feature-click events under this account.                       |


---

# 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-account-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.
