Pendo: Visitor Feature

Description

  • Table aggregating interactions between individual users and features. Visitor-feature combinations without any interactions to date do not appear here.

Supported Data Sources

  • Pendo

Columns

Type
Name
Description

STRING

visitor_id

Foreign key reference to the visitor interacting with the feature.

STRING

feature_id

Foreign key reference to the feature being clicked on.

STRING

feature_name

Name of the feature

STRING

product_area_id

Foreign key referencing the GROUP (product area) that the feature is tagged under.

STRING

product_area_name

Name of the product area (ie GROUP) that the feature is tagged under.

DATETIME

first_click_at

Timestamp of the first time the visitor clicked on the feature.

DATETIME

last_click_at

Timestamp of the last time the visitor clicked on the feature.

INTEGER

sum_clicks

The total sum of click interactions between the visitor and this feature (based on num_events).

INTEGER

sum_minutes

The total interaction time between the visitor and this feature (based on num_minutes).

INTEGER

avg_daily_minutes

Of the visitors' active days, the average total daily time spent interacting with the feature.

INTEGER

count_active_days

The count of days in which the visitor interacted with the feature.

INTEGER

count_click_events

Count of records in feature_event logged between the visitor and the feature.

Last updated

Was this helpful?