# Amplitude: User Enhanced

## Description

* Each record represents a distinct user with aggregated metrics for that user.

## Supported Data Sources

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

## Columns

| Type     | Name                                    | Description                                                                                           |
| -------- | --------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| STRING   | amplitude\_user\_id                     | Unique key for each user, which is user\_id by default. If user\_id does not exist, use amplitude\_id |
| DATETIME | user\_created\_at                       | Event\_time (UTC) of the user's first event                                                           |
| DATETIME | first\_session\_at                      | Timestamp of user's first recorded activity                                                           |
| DATETIME | last\_session\_at                       | Timestamp of user's most recent activity                                                              |
| INTEGER  | total\_events\_per\_user                | The total number of events for a certain user                                                         |
| INTEGER  | total\_sessions\_per\_user              | The total number of sessions for a certain user                                                       |
| DECIMAL  | average\_session\_length\_in\_minutes   |                                                                                                       |
| DECIMAL  | average\_minutes\_in\_between\_sessions | Average time in between sessions for a user, in minutes                                               |


---

# 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/amplitude-user-enhanced.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.
