v1

latestOpenAPI 3.0.32026-07-22177397578.0 KB
Raw Export

Start the export of raw data

Start a raw data exportation for experiment or personalization, which will be sent to the given emails.

post/raw-export/report

Request body

receiverEmailAddrsstring[]

List of receiver email addresses

idinteger required

ID of the experiment or personalization

level'VISIT' | 'VISITOR' required

Analytics level VISIT/VISITOR

format'CSV' required

Format of the report

actionType'EXPERIMENT' | 'PERSONALIZATION' required

Action type of the report

customDataIdsinteger[]

Custom data to export

conversionType'ALL_CONVERSION' | 'CONVERTED_VISITS' required

Type of the conversion, we have two options ALL_CONVERSION and CONVERTED_VISITS

Example request

{
  "receiverEmailAddrs": [
    "john@kameleoon.com",
    "jane@kameleoon.com"
  ],
  "level": "VISIT",
  "format": "CSV",
  "actionType": "EXPERIMENT"
}

Response

Report export started successfully.