Pendo: Visitor Daily Metrics
Description
Table capturing daily event metrics for tracked visitors, from the day that ane event was first tracked for this visitor to the current date.
Supported Data Sources
Pendo
Columns
DATE
date_day
Day for which these metrics were calculated.
STRING
visitor_id
Unique identifier of the visitor.
INTEGER
sum_minutes
Total daily time, in minutes, of logged event activity for this visitor (based on event.num_minutes
).
INTEGER
sum_events
Total daily number of tracked events for this visitor (based on event.num_events
)
INTEGER
count_event_records
Count of records in the EVENT
table logged for this visitor on this day.
INTEGER
count_pages_viewed
Count of distinct pages viewed by this visitor on this day.
INTEGER
count_features_clicked
Count of distinct features clicked by this visitor on this day.
Last updated
Was this helpful?