Ciphera Help

Data Export

Export your Pulse analytics data as CSV, JSON, XLSX, or PDF.

You can export the data currently visible on the dashboard at any time. Exports respect the active time range and any filters you have applied.

Opening the export modal

Click the Export button in the top-right area of the dashboard. The export modal is also available on shared dashboards, so you can give recipients the ability to download data without giving them account access.

Formats

FormatBest for
CSVImporting into spreadsheets or data pipelines
JSONProgrammatic processing
XLSXExcel workbooks with multiple sheets
PDFSharing formatted reports with stakeholders

Exported fields

Each export includes the following fields where applicable:

FieldDescription
dateDate of the period row
pageviewsTotal page loads
visitorsUnique visitor count
bounce_rateBounce rate as a decimal (0–1)
avg_durationAverage session duration in seconds
avg_scroll_depthAverage scroll depth as a percentage (0–100)
avg_visible_durationAverage visible (foreground) duration in seconds

Sections included

Exports are structured into four sections:

  1. Daily stats — one row per day covering the selected period
  2. Top pages — ranked list of pages by pageviews
  3. Top referrers — ranked list of referrer domains by visitors
  4. Campaigns — UTM source, medium, and campaign breakdown

XLSX exports place each section on a separate sheet. CSV and JSON exports contain all sections in a single file, separated by section headers.

Export options

Before downloading, you can configure:

  • Include / exclude header row — toggle column headers in CSV and XLSX exports
  • Custom filename — override the default filename (pulse-export-date``) with your own

PDF exports are generated server-side and may take a few seconds for long date ranges. The PDF reflects the data at the moment of export — it does not update after download.

On this page