Skip to main content

Export channel performance (CSV)

From Settings → Account, export your channel performance for a date range as a CSV. The file is one row per channel:
You can also hit the export endpoint directly (authenticated as your session):
CSV export of channel performance is a paid-plan feature (Free returns an upgrade prompt). The days parameter defaults to 30.

Pull data via the API

For anything beyond channel performance — per-link performance, the raw click stream, individual visitor journeys — use the REST API with a secret key:

Channels

Channel performance and LTV as JSON.

Links

Per-link clicks, visitors, conversions, revenue.

Clicks

The raw, cursor-paginated click stream.

Visitor journey

Every event for one visitor, oldest first.
Building a warehouse or a Looker Studio dashboard? Page through /api/v1/clicks with the cursor and join to your own orders table, or schedule a pull of /api/v1/channels for a ready-made channel rollup.