-
Notifications
You must be signed in to change notification settings - Fork 0
Multisite Network Dashboard
Richard Kent Gates edited this page May 13, 2026
·
1 revision
Rich Statistics provides a dedicated network admin page for WordPress multisite networks. No premium licence required — the dashboard itself is free for all multisite setups.
- Go to Network Admin → Rich Statistics
- The dashboard shows all sub-sites with 30-day KPIs in a sortable table
- Click any site name to open its individual analytics dashboard
| Column | Description |
|---|---|
| Site | Site name, links to the site's own Analytics dashboard |
| Pageviews (30d) | Total pageviews in the last 30 days |
| Sessions (30d) | Total sessions in the last 30 days |
| Bounce Rate | Percentage of sessions with only one pageview |
| Tracker | Whether analytics tracking is active (green) or disabled (red) |
The network dashboard includes a built-in AI chat interface. Configure it with your own OpenAI-compatible endpoint (cloud or local).
In the AI Analytics Assistant section on the dashboard page:
| Setting | Description |
|---|---|
| API Endpoint | OpenAI-compatible chat completions URL |
| API Key | Your API key (not required for local LLMs) |
| Model | Model name (e.g. gpt-4o-mini, llama3.2:3b) |
| Voice Input | Enable microphone for speaking questions |
| Voice Output | Enable speaker for hearing answers read aloud |
| Language | Speech recognition/synthesis language |
| Speech Speed | How fast the AI speaks (0.5 – 2.0) |
Settings are stored as network options and apply to all network admins.
- The AI calls
POST /ai/toolon every sub-site's REST API - Each site returns structured analytics data (free tools for all, premium tools if that site has an active licence)
- The data is aggregated and sent to your configured LLM
- The LLM generates a conversational answer
This means the AI can answer questions like:
- "Which site has the most traffic this month?"
- "Show me all sites with a bounce rate over 70%"
- "Compare pageviews across all sites"
- The network dashboard itself is free — no licence required
- The AI provider settings are free — configure any OpenAI-compatible endpoint
- Each sub-site's data access is gated by its own Freemius licence:
- Free tools (overview, pages, audience, referrers, behavior) work on all sites
- Premium tools (campaigns, user-flow, clicks, heatmap, woocommerce) require that specific site to have an active premium licence
- Unlicensed sites simply return 403 for premium tools; the AI silently skips missing data
- Home
- Release Tracks — Branch structure, promotion flows
- CI/CD Reference — Workflows, Freemius, deployment
- App Server Setup — Server infrastructure
- Code Map — Project structure