Amplitude: User Enhanced
Description
Each record represents a distinct user with aggregated metrics for that user.
Supported Data Sources
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
Last updated
Was this helpful?