Skip to main content

Start the export of raw data

POST 

/raw-export/report

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

Request

Body

required

    receiverEmailAddrs string[]

    Receiver email addresses

    Example: jonh@kameleoon.com
    id int64required

    ID of the experiment or personalization

    level stringrequired

    Analytics level VISIT/VISITOR

    Possible values: [VISIT, VISITOR]

    Example: VISIT

    dateIntervals

    object[]

    required

    Date interval for the report

  • Array [

  • start date-time
    end date-time
  • ]

  • format stringrequired

    Format of the report

    Possible values: [XML, CSV, JSON]

    Example: CSV

    filters

    object[]

  • Array [

  • oneOf

    type stringrequired
    include boolean
  • ]

  • actionType stringrequired

    Action type of the report

    Possible values: [EXPERIMENT, PERSONALIZATION]

    Example: EXPERIMENT
    customDataIds int64[]

    Custom data to export

    conversionType stringrequired

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

    Possible values: [ALL_CONVERSION, CONVERTED_VISITS]

Responses

OK

Schema

    id int64
    msg string
Loading...