@extends('layouts.portal.app') @section('title', 'Insights Hub — InsightsReady') @push('styles') @endpush @section('content')
{{-- Header --}}

My E-Commerce Hub

The central data warehouse for your e-commerce operations.

{{-- Tabs --}} {{-- Panels --}}
{{-- STATUS --}}

Sync History & Health

Time Source Status Records Updated
2 minutes ago Magento Success 1,402
10 minutes ago Google Ads Success 89
1 hour ago AttributionHero Failed 0
{{-- CONFIGURATION --}}

Hub Configuration

{{-- CONNECTIONS --}}

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.

Power BI Direct Connection
Provides a live dataset for custom report building.
Disabled
{{-- SCHEMA --}}

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.
@endsection @push('scripts') @endpush