Skip to main content

Start the export of raw data

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

Request Body required
  • receiverEmailAddrs string[] required

    Receiver email addresses

  • id int64 required

    ID of the experiment or personalization

  • level string required

    Possible values: [VISIT, VISITOR]

    Analytics level VISIT/VISITOR

  • dateIntervals object[] required

    Date interval for the report

  • Array [
  • start date-time
  • end date-time
  • ]
  • format string required

    Possible values: [XML, CSV, JSON]

    Format of the report

  • filters object[]
  • Array [
  • oneOf

  • include boolean
  • ]
  • actionType string required

    Possible values: [EXPERIMENT, PERSONALIZATION]

    Action type of the report

  • customDataIds int64[]

    Custom data to export

  • conversionType string required

    Possible values: [ALL_CONVERSION, CONVERTED_VISITS]

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

  • Responses

    OK


    Schema
    • id int64
    • msg string
    Loading...