# Pendo: Feature Event

## Description

* Table capturing all recorded click events matching tagged features. Contains custom columns passed through via the `pendo__feature_event_pass_through_columns`, as well as any `visitor` and `account` custom columns.

## Supported Data Sources

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

## Columns

| Type     | Name                                   | Description                                                                                                                                      |
| -------- | -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| STRING   | account\_id                            | Foreign key referencing the `ACCOUNT` associated with the event, if any.                                                                         |
| INTEGER  | app\_id                                | Foreign key referencing the `APPLICATION` that the event was tracked in.                                                                         |
| STRING   | feature\_id                            | Foreign key referencing the `FEATURE` that the event is tagged with.                                                                             |
| INTEGER  | num\_events                            | Number of feature events tracked for this unique combination of day/hour, visitorId, accountId, server name, and IP address.                     |
| INTEGER  | num\_minutes                           | Number of feature events minutes tracked for this unique combination of day/hour, visitorId, accountId, server name, and IP address.             |
| STRING   | remote\_ip                             | The IP address of the event triggerer.                                                                                                           |
| STRING   | server\_name                           | Name of the server (your website) on which the event was tracked.                                                                                |
| DATETIME | occurred\_at                           | Day/hour-part timestamp of when the event occurred.                                                                                              |
| STRING   | user\_agent                            | String identifying the browser and operating system on which the event was triggered.                                                            |
| STRING   | visitor\_id                            | Foreign key referencing the `VISITOR` who triggered the event.                                                                                   |
| DATETIME | \_fivetran\_synced                     | UTC timestamp that indicates the time when Fivetran last successfully synced the row.                                                            |
| INTEGER  | \_fivetran\_id                         | Fivetran created id hashed on the `property_*` and `param_*` fields.                                                                             |
| STRING   | feature\_event\_key                    | Unique key hashed on \['visitor\_id', 'timestamp', 'account\_id', 'server\_name', 'feature\_id', 'remote\_ip', 'user\_agent', '\_fivetran\_id']. |
| STRING   | previous\_feature\_id                  | Foreign key referencing the `feature` that the visitor previously interacted with.                                                               |
| DATETIME | previous\_feature\_event\_at           | Timestamp of the previous time the visitor interacted with a feature.                                                                            |
| INTEGER  | previous\_feature\_num\_minutes        | The time logged for the visitor's previous interaction with a feature.                                                                           |
| INTEGER  | previous\_feature\_num\_events         | The number of clicks logged for the visitor's previous interaction with a feature.                                                               |
| STRING   | feature\_name                          | Name of the feature.                                                                                                                             |
| STRING   | page\_id                               | Foreign key referencing the `PAGE` that the feature is placed on.                                                                                |
| STRING   | page\_name                             | Name of the page that the feature lives on.                                                                                                      |
| STRING   | product\_area\_name                    | Name of the product area (ie `GROUP`) that the feature is tagged under.                                                                          |
| STRING   | product\_area\_id                      | Foreign key referencing the `GROUP` (product area) that the feature is tagged under.                                                             |
| STRING   | app\_display\_name                     | Display name of the application that the feature is a part of.                                                                                   |
| STRING   | app\_platform                          | Platform on which the feature's application is served.                                                                                           |
| STRING   | previous\_feature\_name                | Name of the previous feature the visitor interacted with.                                                                                        |
| STRING   | previous\_feature\_page\_id            | Foreign key referencing the `page` of the feature that the visitor previously interacted with.                                                   |
| STRING   | previous\_feature\_page\_name          | Name of the page housing the feature that the visitor previously interacted with.                                                                |
| STRING   | previous\_feature\_product\_area\_name | Name of the product area (group) that the visitor's previous feature is tagged under.                                                            |
| STRING   | previous\_feature\_product\_area\_id   | Foreign key reference to the product area (group) that the visitor's previous feature is tagged under.                                           |


---

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