# Pendo: Guide Event

## Description

* Table capturing various types of events related to guide interactions. Contains 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 triggerer, if any.                                                                   |
| INTEGER  | app\_id            | Foreign key referencing the `APPLICATION` the event was triggered in.                                                                                |
| STRING   | country            | Country in which the guide event was recorded.                                                                                                       |
| STRING   | guide\_id          | Foreign key referencing the `GUIDE` that was interacted with.                                                                                        |
| STRING   | guide\_step\_id    | Foreign key referencing the `STEP` within the guide that was interacted with specifically.                                                           |
| INTEGER  | latitude           | Latitude of where the event was triggered from, if location is provided.                                                                             |
| INTEGER  | longitude          | Longitude of where the event was triggered from, if location is provided.                                                                            |
| STRING   | region             | Geographic region of the triggered event, if location is provided.                                                                                   |
| STRING   | remote\_ip         | IP Address of the event triggerer.                                                                                                                   |
| STRING   | server\_name       | Name of the server (your website) on which the event was tracked.                                                                                    |
| DATETIME | occurred\_at       | Timestamp of when the event occurred.                                                                                                                |
| STRING   | type               | Type of guide event that was tracked. Can be one of `guideAdvanced`, `guideSeen`, `guideDismissed`, `guideSnoozed`, `guideTimeout`, `guideActivity`. |
| STRING   | url                | URL on which the guide event was recorded.                                                                                                           |
| 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 primary key.                                                                                                                        |
| STRING   | guide\_event\_key  | Unique key hashed on \['visitor\_id', 'timestamp', 'account\_id', 'server\_name', 'guide\_id', 'user\_agent', 'remote\_ip', '\_fivetran\_id'].       |
| STRING   | guide\_name        | Name of the guide.                                                                                                                                   |
| STRING   | app\_display\_name | Display name of the application that the guide is a part of.                                                                                         |
| STRING   | app\_platform      | Platform on which the guide's application is served.                                                                                                 |


---

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