> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keupera.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Analytics

> Website traffic, Google Search Console data, and AI bot crawl activity.

Query traffic and performance data for your website, cached Google Search Console stats, and AI bot crawl activity. Every endpoint below has a live playground in the sidebar.

## What you can do

<CardGroup cols={3}>
  <Card title="Website analytics" icon="chart-simple">
    Summary, daily series, top pages, referrers, and device / browser / geo breakdowns.
  </Card>

  <Card title="Search Console" icon="magnifying-glass-chart">
    Cached GSC daily stats plus top keywords and pages.
  </Card>

  <Card title="Bot traffic" icon="robot">
    AI bot crawl activity by bot, by day, and by most-crawled page.
  </Card>
</CardGroup>

## Date range parameters

Every analytics endpoint accepts the same date-range parameters:

<ParamField query="range" type="string" default="30d">
  Preset range — one of `7d`, `30d`, `90d`.
</ParamField>

<ParamField query="from" type="string">
  Start date (`YYYY-MM-DD`).
</ParamField>

<ParamField query="to" type="string">
  End date (`YYYY-MM-DD`).
</ParamField>

<Note>
  When both `from` and `to` are provided, `range` is ignored.
</Note>
