# Pendo: Guide Daily Metrics

## Description

* Table capturing daily event metrics for tracked features, from the day that the feature was created to the current date. Pendo tracks a variety of events around guides, and event-type-specific visitor-count-metrics are dynamically pivoted out in this table.

## 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  | guide\_id                    | Unique identifier of the guide.                                              |
| STRING  | guide\_name                  | Name of the guide.                                                           |
| INTEGER | count\_visitors              | Count of visitors interacting with the guide on this day.                    |
| INTEGER | count\_accounts              | Count of accounts interacting with the guide on this day.                    |
| INTEGER | count\_guide\_events         | Count of records in `guide_event` for this guide on this day.                |
| INTEGER | count\_first\_time\_visitors | Count of visitors interacting with the guide for the first time on this day. |
| INTEGER | count\_first\_time\_accounts | Count of accounts interacting with the guide for the first time on this day. |
| INTEGER | count\_visitors\_guideSeen   | Count of visitors who have been presented with a guide 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-guide-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.
