---
title: Analytics Overview
description: "Built-in analytics for page views, traffic sources, search queries, and visitor behavior. No external scripts required \u2014 data stays on your infrastructure."
---

Two dashboards: **Project Analytics** for traffic and **Search Analytics** for search queries.

## What You Get

<Columns cols={2}>
  <Card title="Project Analytics" icon="chart-line" href="/setup/project-analytics">
    Visitors, page views, referrers, and device breakdowns
  </Card>
  <Card title="Search Analytics" icon="magnifying-glass" href="/setup/search-analytics">
    Search queries, zero-result gaps, and click-through rates
  </Card>
</Columns>

## How To Access

<Steps>
  <Step title="Open your project">
    Go to [dashboard.jamdesk.com](https://dashboard.jamdesk.com) and select your project.
  </Step>
  <Step title="Open Analytics">
    Click **Analytics** in the sidebar to access both dashboards.
  </Step>
  <Step title="Pick a date range">
    Use the date picker to compare periods and spot changes over time.
  </Step>
</Steps>

## Example Snapshot

Here is a sample analytics rollup showing both dashboards side by side:

```json
{
  "period": "Last 30 days",
  "project_analytics": {
    "visitors": 4120,
    "views": 12890,
    "top_pages": ["/quickstart", "/content/mdx-basics", "/deploy/overview"]
  },
  "search_analytics": {
    "total_searches": 940,
    "zero_results": 42,
    "top_queries": ["authentication", "api keys", "custom domains"]
  }
}
```

## Common Workflows

- **Identify top entry pages** and make sure they explain the product quickly.
- **Find search gaps** where users get zero results and add the missing content.
- **Monitor launch impact** by comparing traffic before and after a release.

## Troubleshooting

If analytics appear empty or delayed, see:
- [Analytics Issues](/help/troubleshooting/analytics-issues)
- [Search Analytics](/setup/search-analytics)

## What's Next?

<Columns cols={2}>
  <Card title="Project Analytics" icon="chart-line" href="/setup/project-analytics">
    Track traffic and engagement
  </Card>
  <Card title="Search Analytics" icon="magnifying-glass" href="/setup/search-analytics">
    See what users search for
  </Card>
</Columns>
