Your analytics data is never sold or shared. Exporting is always free.
Exporting via the Dashboard
Downloading a CSV takes less than a minute directly from your site dashboard. Use the date picker to scope the export to any time range, then grab the file in a single click — no email link, no waiting in a queue.1
Open your site dashboard
Log in to TinyTrack and click the site you want to export data for. The dashboard opens showing your default date range.
2
Set the date range you want to export
Use the date picker in the top-right corner to select the start and end dates for your export. You can choose a preset range (last 7 days, last 30 days, this month) or set a custom range.
3
Click Export → Download CSV
Click the Export button in the toolbar, then select Download CSV. Your browser downloads the file immediately — no email, no waiting.
4
Open in your tool of choice
Open the CSV in Excel, Google Sheets, Numbers, or import it directly into your data pipeline or BI tool. The file uses standard comma-separated formatting with a header row.
What’s Included in the Export
Each CSV export covers the date range you selected and includes the following columns:
Bot traffic is filtered out before export, so the numbers in your CSV match exactly what you see in the dashboard.
Exporting via API
If you are on the Pro plan, use the TinyTrack API to pull data programmatically — no manual downloads required. TheGET /v1/stats endpoint returns the same metrics available in the dashboard as JSON, scoped to any site and date range you specify.
A basic request looks like this:
YOUR_API_KEY with the key from Settings → API and your-site.com with your tracked domain. See the Stats API reference for the full list of parameters, filters, and response fields.
Use the API to:
- Schedule nightly exports into your data warehouse
- Build internal dashboards that pull live TinyTrack metrics
- Combine TinyTrack data with revenue or CRM data in a notebook or script