Exports
Use exports when you need analysis outside the dashboard: spreadsheets, BI tools, notebooks, and client reports.
Available Formats
- CSV — best for spreadsheets, quick audits, and stakeholder sharing
- JSON — best for programmatic workflows and custom pipelines
Apply filters before exporting if you only need a segment, timeframe, or subset of answers.
Common Export Fields
| Field | Type | Description |
|---|---|---|
responseId | string | Unique identifier for each response record |
surveyId | string | Survey identifier tied to the originating survey |
surveyType | string | Survey format, for example PricePoint or UserChoice |
websiteId | string | Website container identifier for grouping and rollups |
createdAt | datetime | Submission timestamp for trend or cohort analysis |
isComplete | boolean | Marks complete vs partial submissions |
answers | object/columns | Recorded responses for each question in the survey flow |
Export Workflow
- Open your website container, then select the survey or insights view
- Set filters first (date range, answer segment, completion status)
- Choose Export and pick CSV or JSON
- Store the exported file with versioned naming for traceability
For recurring reporting, keep filter definitions consistent each cycle so results remain comparable week over week.