# Pendo: Visitor Feature

## Description

* Table aggregating interactions between individual users and features. Visitor-feature combinations without any interactions to date do not appear here.

## Supported Data Sources

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

## Columns

| Type     | Name                 | Description                                                                                       |
| -------- | -------------------- | ------------------------------------------------------------------------------------------------- |
| STRING   | visitor\_id          | Foreign key reference to the `visitor` interacting with the feature.                              |
| STRING   | feature\_id          | Foreign key reference to the `feature` being clicked on.                                          |
| STRING   | feature\_name        | Name of the feature                                                                               |
| STRING   | product\_area\_id    | Foreign key referencing the `GROUP` (product area) that the feature is tagged under.              |
| STRING   | product\_area\_name  | Name of the product area (ie `GROUP`) that the feature is tagged under.                           |
| DATETIME | first\_click\_at     | Timestamp of the first time the visitor clicked on the feature.                                   |
| DATETIME | last\_click\_at      | Timestamp of the last time the visitor clicked on the feature.                                    |
| INTEGER  | sum\_clicks          | The total sum of click interactions between the visitor and this feature (based on `num_events`). |
| INTEGER  | sum\_minutes         | The total interaction time between the visitor and this feature (based on `num_minutes`).         |
| INTEGER  | avg\_daily\_minutes  | Of the visitors' active days, the average total daily time spent interacting with the feature.    |
| INTEGER  | count\_active\_days  | The count of days in which the visitor interacted with the feature.                               |
| INTEGER  | count\_click\_events | Count of records in `feature_event` logged between the visitor and the feature.                   |


---

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