Skip to content

Multisite Network Dashboard

Richard Kent Gates edited this page May 13, 2026 · 1 revision

Multisite Network Dashboard

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.

Accessing the Dashboard

  1. Go to Network Admin → Rich Statistics
  2. The dashboard shows all sub-sites with 30-day KPIs in a sortable table
  3. Click any site name to open its individual analytics dashboard

What's displayed

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)

Cross-Site AI Assistant

The network dashboard includes a built-in AI chat interface. Configure it with your own OpenAI-compatible endpoint (cloud or local).

Configuration

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.

How it works

  1. The AI calls POST /ai/tool on every sub-site's REST API
  2. Each site returns structured analytics data (free tools for all, premium tools if that site has an active licence)
  3. The data is aggregated and sent to your configured LLM
  4. 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"

Premium Gating

  • 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

Documentation

Features

User Guide

Compliance


External Links

Clone this wiki locally