Skip to main content

Static Properties

These properties are predefined by GuideWhale and should be provided when identifying or importing users into GuideWhale.
user_id
string
required
Primary user identifier used to identify users across integrated platforms. Usually a unique ID or an email address.
email
string
User’s email address.
image_url
string
URL of user’s profile image.
first_name
string
User’s first name.
last_name
string
User’s last name.
date_signed_up
date
Timestamp when user signed up for your application.

Automatically Populated Properties

Any property starting with and underscore(_) is reserved for internal use and is automatically populated by GuideWhale.
_date_first_seen
date
Timestamp when user was first seen by GuideWhale.
_date_last_seen
date
Timestamp when user was last seen by GuideWhale.
_last_nps_score
number
How satisfied user is with your application (0-10).
_last_device
string
Last device type that user logged-in with (desktop, tablet, mobile).
_last_os
string
Last operating system that user logged-in with.
_last_browser
string
Last browser that user logged-in with.
_last_locale
string
Last detected user browser language.
_session_count
number
How many different application sessions user has started.
_experiment_group
number
Randomly assigned group (useful for A/B testing).
_is_anonymous
boolean
Whether user has a known ID or is anonymous.

Custom Properties

You are able to add custom user properties through the GuideWhale dashboard. These can then be used across the platform to segment users or target and personalize in-app content.