# Analytics wire-up — Search Console + Plausible
**Status:** Plausible script **SHIPPED** to live www 2026-09-08 (commit f6af691 on texanoai-website). Trial snippet from Michael.

## Live snippet
```html
<script async src="https://plausible.io/js/pa-DkqRMwm06Uep5sF8eiHT1.js"></script>
+ plausible.init()
```
Saved also in `plausible-snippet.html`.

## Desk numbers
- Script on www: **SHIPPED** (receiving data)
- Desk rail: needs **Stats API key**
  1. Plausible → Settings → API Keys → New (stats:read)
  2. Save `LOOK_AT_THESE/analytics/.env`:
     ```
     PLAUSIBLE_API_KEY=your_key
     PLAUSIBLE_SITE_ID=texanoai.com
     ```
  3. Run `python3 analytics/fetch_plausible.py` (or tell Eve — she’ll run it)
  4. Desk polls `/api/metrics`

## Still open
- Paste API key (above)
- Google Search Console verify — see `SEARCH_CONSOLE.md`
