Exporting your data
Your data is yours, so leaving with it, or syncing it continuously, is a first-class feature, not a support ticket.
- Key takeaways
- Any view exports CSV on every plan; Settings → Export does full-history dumps.
- Scale schedules nightly drops to email or S3-compatible buckets, dated and idempotent.
- Post-cancel you keep a 30-day export window.
One-off exports (every plan)
Any dashboard view has a ↓ CSV button exporting exactly what you see, respecting the active date range and filters. For full-history dumps, Settings → Export → Full export emails you a link to a zipped CSV set within minutes.
Scheduled exports (Scale)
Point a nightly export at your warehouse: Settings → Export → Schedule, choose daily/weekly, destination email or S3-compatible bucket, and the datasets (stats, pages, sources, goals). Files are dated, idempotent, and safe to re-ingest.
Via the API
Everything exportable is also queryable, see Stats endpoints, which is usually cleaner for BI tools than file drops.
Common pitfalls
The mistakes we see most often on this topic, so you can skip them entirely.
- Screen-scraping the dashboard when the API returns the same numbers cleanly.
- Re-ingesting scheduled files without dedupe keys, use the dated filenames.
- Hunting for a 'raw personal data' export; none exists because none is collected.
Quick reference
| Quick export | ↓ CSV on any view |
| Full dump | Settings → Export |
| Scheduled | Scale: daily/weekly, S3/email |
| After cancel | 30-day window |