curl --request POST \
--url https://api.kameleoon.com/raw-export/report \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"level": "VISIT",
"dateIntervals": [
{
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z"
}
],
"format": "CSV",
"actionType": "EXPERIMENT",
"conversionType": "ALL_CONVERSION",
"receiverEmailAddrs": [
"john@kameleoon.com",
"jane@kameleoon.com"
],
"filters": [
{
"type": "<string>",
"include": true
}
],
"customDataIds": [
123
]
}
'{
"id": 123,
"msg": "<string>"
}Start a raw data exportation for experiment or personalization, which will be sent to the given emails.
curl --request POST \
--url https://api.kameleoon.com/raw-export/report \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"level": "VISIT",
"dateIntervals": [
{
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z"
}
],
"format": "CSV",
"actionType": "EXPERIMENT",
"conversionType": "ALL_CONVERSION",
"receiverEmailAddrs": [
"john@kameleoon.com",
"jane@kameleoon.com"
],
"filters": [
{
"type": "<string>",
"include": true
}
],
"customDataIds": [
123
]
}
'{
"id": 123,
"msg": "<string>"
}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.
ID of the experiment or personalization
Analytics level VISIT/VISITOR
VISIT, VISITOR "VISIT"
Date interval for the report
Show child attributes
Format of the report
CSV "CSV"
Action type of the report
EXPERIMENT, PERSONALIZATION "EXPERIMENT"
Conversion type. Options include ALL_CONVERSION and CONVERTED_VISITS.
ALL_CONVERSION, CONVERTED_VISITS List of receiver email addresses
Receiver email addresses
["john@kameleoon.com", "jane@kameleoon.com"]Show child attributes
Custom data to export
Custom data to export
Was this page helpful?