My E-Commerce Hub
The central data warehouse for your e-commerce operations.
Sync History & Health
Hub Configuration
Direct Data Access
For advanced analysis, you can enable a direct connection to your Hub’s data for use in external tools like Power BI Desktop.
Hub Schema (Read-Only)
A reference for the tables and columns available in your standardized Insights Hub.
Table: Orders
- order_id (string, Primary Key)
- order_date (datetime)
- customer_id (string, Foreign Key -> Customers)
- total_amount (decimal)
- status (string)
Table: Customers
- customer_id (string, Primary Key)
- first_name (string)
- last_name (string)
- email (string)
Table: AdSpend
- ad_date (date)
- campaign_name (string)
- cost (decimal)
...and 5 more tables.