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

# Analytics

> Normalised metrics across every network — in build.

<div className="pillar-hero" data-pillar="analytics">
  <span className="pillar-hero__mark">
    <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round">
      <path d="M4 20V10m5 10V4m5 16v-7m5 7V8" />
    </svg>
  </span>

  <div className="pillar-hero__body">
    <span className="pillar-hero__eyebrow">Pillar 3 of 3</span>
    <p>Every network reports differently — different metric names, different windows, different pagination. Nylon will normalise them into one response shape.</p>
    <span className="pillar-status pillar-status--soon">In build — not yet available</span>
  </div>
</div>

<Warning>
  Analytics is not available yet. Nothing in the API returns analytics data today, and there is no endpoint to call. This page describes the intended shape so you can plan around it — treat it as a design note, not a contract.
</Warning>

## Planned model

<CardGroup cols={2}>
  <Card title="One schema everywhere" icon="layers">
    Impressions, reach, engagement, follower growth and link clicks under the same field names on every network.
  </Card>

  <Card title="Per post and per account" icon="chart-column">
    Query a single post's performance or an account's trend over a window, without a second pagination model.
  </Card>
</CardGroup>

## Pricing

Analytics is part of the per-account price when it ships. There is no add-on to enable and no separate meter.

## Getting notified

Analytics will appear in this navigation with a documented endpoint and a working playground when it is released. Until then, nothing here is callable.
