/* Google Analytics (GA4) view ======================================= GA4 is not yet wired to a live data source in this build. Rather than show fabricated sessions/geo data, this surface is an honest empty state that points to where a GA4 connection would be configured. (Add a GA4 integration that returns the normalized data bundle to light this up — see Admin → Integrations and HANDOFF_MYSQL.md.) =================================================================== */ function GA4View({ accountId }){ return (

Google Analytics 4

Site behavior & conversions · blended with ad ROAS
Google Analytics isn’t connected
Connect a GA4 source (MCP, API, or manual import) that returns sessions, channel mix and conversions, and this page will populate with real data.
Configure under Admin → Integrations
); } Object.assign(window, { GA4View });