# Custom Analytics

> Custom Analytics: a note from the Obsidian vault behind https://saifsiddiqui.in.

Canonical URL: https://saifsiddiqui.in/ar/brain/custom-analytics/ (this is its markdown representation; the same URL serves HTML to browsers)
Other languages: en: https://saifsiddiqui.in/brain/custom-analytics/ · hi: https://saifsiddiqui.in/hi/brain/custom-analytics/ · kn: https://saifsiddiqui.in/kn/brain/custom-analytics/ · ur: https://saifsiddiqui.in/ur/brain/custom-analytics/ · te: https://saifsiddiqui.in/te/brain/custom-analytics/ · hi-Latn: https://saifsiddiqui.in/hi-latn/brain/custom-analytics/

**Type:** feature  
**Status:** planned  
**Created:** 2026-07-17  
**Tags:** feature, analytics, flagship

## Custom Analytics: "This site, measured"

A public, in-site analytics product built end-to-end, the flagship engineering proof. Decision + trade-offs: [D008 - Fully Custom Analytics](/brain/d008-fully-custom-analytics/).

**Pipeline (all yours):**
`custom ~3KB tracker → /api/track ingest → Neon Postgres + Upstash Redis → /api/insights (cached) → custom dashboard`

- **Tracker:** cookieless, lazy after LCP, one delegated click listener → {section, element, x%, y%}; scroll depth + time-on-section; named events (demo_used, cta_click, lang_change, theme_change); `sendBeacon` batching; DNT-aware.
- **Ingest:** validate, rate-limit, bot-filter, derive country from IP then **discard IP**.
- **Dashboard (`/analytics` + teaser):** live visitors, top sections, click map, scroll-depth curve, device/referrer/locale splits, landed→work→demo→contact funnel. Accessible chart alternatives.

Ties to [Internationalization](/brain/internationalization/) (locale split) and is the "I measure" beat of [North Star - Site as Proof](/brain/north-star-site-as-proof/). Privacy note on the page is itself a maturity signal. Scaling answer: columnar store (ClickHouse/Tinybird) at real scale.

**As built ([Phase 4 - Analytics](/brain/phase-4-analytics/)):** 2.1KB tracker; env-driven `POSTGRES_URL` + `REDIS_URL`; country via `x-vercel-ip-country` (IP never parsed); session id in tab-scoped `sessionStorage` (cookieless, anonymous) for MPA funnel continuity; DNT + GPC make it inert. Prod storage wired at launch ([D017 - Defer External Service Activation](/brain/d017-defer-external-service-activation/)).

## مرتبط من

- [D001 - Site as Proof Principle](/ar/brain/d001-site-as-proof-principle/)
- [D002 - Tech Stack](/ar/brain/d002-tech-stack/)
- [D008 - Fully Custom Analytics](/ar/brain/d008-fully-custom-analytics/)
- [D017 - Defer External Service Activation](/ar/brain/d017-defer-external-service-activation/)
- [Internationalization](/ar/brain/internationalization/)
- [North Star - Site as Proof](/ar/brain/north-star-site-as-proof/)
- [Open Questions](/ar/brain/open-questions/)
- [Portfolio Brain](/ar/brain/portfolio-brain/)
- [Roadmap](/ar/brain/roadmap/)

جميع الملاحظات: [/ar/brain/](/ar/brain/)

---

Mohd Saif, Product Engineer. I build solutions, not dead software.
Email: saifmd238@gmail.com · GitHub: https://github.com/Saif-09 · LinkedIn: https://www.linkedin.com/in/mohd-saif-134076141/ · Résumé (PDF): https://saifsiddiqui.in/resume

More for agents:
- [/llms.txt](/llms.txt): short summary of this site
- [/llms-full.txt](/llms-full.txt): the complete text of every page in one fetch
- [/agents.md](/agents.md): when to use this site, and how to query it
- [/sitemap-index.xml](/sitemap-index.xml): every URL, in seven languages
