Database querying
In some cases it can be useful to query the UXWizz database directly. This page explains the database structure and how the data is stored in it.
Database structure
NOTE: This was the database structure for version 8.5.0. A newerer version might include new tables.
Here is a diagram created using PHPMyAdmin->Designer for an existing UXWizz database:

Remarks
ust_clients - Stores unique sessions/visits. An unique user can have multiple entries. The
ipcan be used to link all sessions from the user.ust_clientpage - Stores unique pageviews. Each session has multiple pageviews.
ust_records/ust_partials - Store the record playback information for a specific pageview.
ust_movements/ust_clicks - Heatmap data, stored per pageview.
ust_client_tag - Session level tag/label/event data.
ust_client_event - Events stored linked to a specific pageview, session and user.
ust_ab - Stores AB tests
ust_users (internal) - Stores list of UXWizz dashboard users
ust_access (internal) - Stores which domain data can be accessed by which users
Examples
Basic query
Domain change (move all users tracked from one domain to another)
Get the path each visitor took before first reaching the pricing page:
Last updated
Was this helpful?