> Portal Navigation:
> 
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt

## Resource: Analytics Dashboard Navigation

## Article: Analytics Dashboard Navigation

## Article Link: https://dev.wix.com/docs/api-reference/business-management/analytics/skills/analytics-dashboard-navigation.md

## Article Content:

# Analytics Dashboard Navigation

Build direct links into the analytics pages of a site's dashboard. For the general URL contract (metaSiteId, fallbacks, redirects), see [Dashboard Navigation](https://dev.wix.com/docs/api-reference/business-solutions/bookings/skills/dashboard-navigation.md).

All Analytics (app ID `3459e2b7-9739-4833-acdd-66e32fc0ab11`) pages live under:

```
https://manage.wix.com/dashboard/{metaSiteId}/analytics/{route}
```

## Main Pages

| Page | URL after `/dashboard/{metaSiteId}/` | What it shows |
|---|---|---|
| Highlights | `analytics/highlights` | Key metrics at a glance |
| Reports | `analytics/reports` | The full report library |
| Custom reports | `analytics/custom-reports` | User-built reports |
| Traffic overview | `analytics/overviews/traffic` | Sessions, sources, top pages |
| Behavior overview | `analytics/overviews/behavior` | On-site behavior |
| Sales overview | `analytics/overviews/sales` | Revenue and orders |
| Marketing overview | `analytics/overviews/marketing` | Campaign and channel performance |
| Performance insights | `analytics/performance/insights` | Automated insights |
| Benchmarks | `analytics/performance/benchmarks` | Compare against similar sites |

Per-business-solution overviews also exist at `analytics/overviews/{solution}` (`bookings`, `blog`, `subscriptions`).

## Pairing Data with Its Read API

Answer the question with the [Query Site Analytics](https://dev.wix.com/docs/api-reference/business-management/analytics/skills/query-site-analytics.md) recipe (Semantic Model API — `GET /analytics/semantic-model/v3/semantic-models`, `POST .../semantic-models/query-data`), then link the matching overview page.

Example:

```
Your site had 1,240 sessions this week (up 18%).
Full picture: https://manage.wix.com/dashboard/{metaSiteId}/analytics/overviews/traffic
```