LuBot supports two data modes: My Data (file uploads) and LuBot Data (live connections).
click_logs — Raw traffic events
timestamp— When the visit happenedpage_name— Which page was viewedreferrer— Traffic source (Google, LinkedIn, direct, etc.)session_id— Unique visitor sessiontime_on_page— How long they stayed (seconds)user_agent— Device/browser info
daily_click_summary — Aggregated daily metrics
date— The dayproject_name— Which project/pagetotal_clicks— Total visits that dayavg_time_on_page— Average time spentdevice_split— Mobile vs Desktop breakdown (JSON)top_referrers— Traffic sources ranking (JSON)repeat_visits— Returning visitors count
user_uploads — Uploaded files metadata
filename— Original file namefile_type— CSV, Excel, etc.row_count— Number of rowscolumns— Column names (JSON)uploaded_at— Upload timestamp
The complete LuBot database includes 34 tables covering:
- Core infrastructure
- User data storage
- Memory & context
- Learning & preferences
- Analytics & tracking
- Profiles & segmentation
See the full architecture at lubot.ai/architecture.