From f24be19c0c830130671d0a73bc95cd11a2882cc1 Mon Sep 17 00:00:00 2001 From: Marko Saric Date: Thu, 10 Sep 2026 12:57:49 +0200 Subject: [PATCH] export table --- docs/export-stats.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/export-stats.md b/docs/export-stats.md index 0f6a2b39..bc2bb9f0 100644 --- a/docs/export-stats.md +++ b/docs/export-stats.md @@ -5,7 +5,14 @@ description: "Export your Plausible stats as CSV files directly from the dashboa import useBaseUrl from '@docusaurus/useBaseUrl'; -There are a couple of different ways you can export your stats. +Choose an export method based on what you need: + +| Option | Best for | +|---|---| +| [Dashboard export](#export-specific-time-ranges-or-audience-segments) | Downloading CSV reports for a specific date range, audience segment or goal, including imported data. | +| [Site settings export](#export-all-stats-to-date) | Saving all native Plausible stats for a site. Excludes imported data. | +| [Stats API](#use-the-stats-api) | Querying aggregated stats programmatically for custom reports or integrations. | +| [Scheduled raw event data exports](#scheduled-raw-event-data-exports) | Receiving daily event-level data in your own storage for warehousing or custom analysis. | :::note Exporting after your trial or subscription ends If you no longer have an active trial or subscription, you can still export your stats from **Site Settings → Imports & Exports** before your dashboards and stats are deleted. Dashboard exports and the Stats API are unavailable without an active trial or subscription.