PrivyMap
Privacy-First Analytics
Privacy-First Analytics
Complete the initial setup
0
page loads0
0
| File:Line | Count | Last Message | Last Seen |
|---|
| Page | Start | Requests | Duration (s) | Stay |
|---|
PrivyMap is a lightweight, privacy‑first analytics tool you can self‑host. It collects only essential signals (no cookies) and still provides clear KPIs, page‑level visualizations and simple reports.
7,
30
or
90
days. The export aggregates Overview, Analytics and (if present) Server‑Log analytics.api/generate-report.php?site_id=...&range=7|30|90&format=csv|html
— add
&send=1&access_token=...
to email the report.*.1,
*.gz) and updates the cache for visualization.data/json/
flat files by default.send=1
is provided.0 2 1 * * wget -qO- "https://your-domain/privymap/api/generate-report.php?range=30&format=html&send=1&access_token=YOUR_ACCESS_TOKEN" > /dev/null 2>&1
58 23 * * * wget -qO- "https://your-domain/privymap/api/server-logs.php?access_token=YOUR_ACCESS_TOKEN" > /dev/null 2>&1
0 3 * * * wget -qO- "https://your-domain/privymap/api/cleanup.php?access_token=YOUR_ACCESS_TOKEN" > /dev/null 2>&1
PrivyMap focuses on privacy, simplicity and portability. When no database is configured, all data is stored in JSON files under
data/json/, making backups and migrations straightforward.