Documentation Index
Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt
Use this file to discover all available pages before exploring further.
Survey data export
In addition to customizing individual survey elements, Kameleoon provides global settings that define how your survey behaves and how responses are handled. The Survey Settings tab appears automatically in the Widget Studio when you add at least one survey element to your widget. Use Survey Settings to configure how and when Kameleoon submits survey responses and where it collects them.Survey Settings tab

Submission trigger
Define when Kameleoon submits the survey:- Button click:
- Select one Button element from your widget.
- Only one button can act as the submission trigger.
- When the widget is closed:
- Kameleoon automatically sends responses when the user closes the widget.
- When an answer is selected:
- Kameleoon sends responses as soon as a user selects an answer.
- This option is only available if the widget contains one of the following elements:
- Multiple Choice
- NPS
- Scale
Select the applicable trigger element, such as a button or a specific answer type, to enable the submission process.
Response collection
Select the destination for your survey responses.Kameleoon (CSV)
- Store and export survey responses directly from your Kameleoon account.
- To retrieve the responses:
- Link the widget to an active campaign.
- Open the Widgets section.
- Click the three-dot menu on the widget card.
- Select Export survey data (.csv).
- The CSV includes:
- Response timestamps
- Visitor code
- Answers per question
- Campaign and variation details
HTTP request (external)
Send survey responses to a third-party system or your own server.| Setting | Description |
|---|---|
| Request name | Internal identifier used to track request success or failure. |
| Method | HTTP method (GET or POST). |
| Action URL | Destination URL where the data is sent. |
| Headers | Optional custom headers (for example, API keys or content type). |
Use HTTP requests to integrate survey submissions into your CRM, support platform, or analytics pipeline.