Skip to main content

Export experiment results

Initiates results export for a given campaign and params. Returns data hash code that should be used for checking request status and obtaining file with results.

Path Parameters
  • experimentId int64 required
Request Body required
  • allVariationsData boolean

    Default value: false

    Set to true to include data from all variations at once.

  • bayesian boolean

    Default value: false

    Enables the current Bayesian result probability for the experiment in the report.

  • breakdown object
  • oneOf

  • type string

    Possible values: [BROWSER, CUSTOM_DATUM, DEVICE_TYPE, NEW_VISITOR, GOAL_REACHED, PAGE_URL, FIRST_REFERRER, ORIGIN_TYPE, OS, PAGE_TITLE, NUMBER_PAGES, LANDING_PAGE_URL, AD_BLOCKER, DAY_OF_WEEK, DAYS_OF_WEEK, VISIT_DURATION, WEATHER_CODE, DAY, TEMPERATURE, NUMBER_VISITS, FIRST_REFERRER_URL, KEY_PAGE, TARGETING_SEGMENT, TIME_SINCE_PREVIOUS_VISIT, KEYWORD, COUNTRY, REGION, CITY, LANGUAGE, JAVA_ENABLED, LANDING_PAGE, TIME_ZONE_GROUP, SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_RESOLUTION, REFERRER, TIME_ZONE_ID, LOCALE_LANGUAGE_CODE, LOCALE_COUNTRY_CODE, LOCALE_LANGUAGE_TAG, PERSONALIZATION_UNEXPOSITION_CAUSE, CROSS_CAMPAIGN, SDK, SDK_VERSION, INTERVAL]

    Type of breakdown. Types CUSTOM_DATUM and CROSS_CAMPAIGN have additional fields.

  • callbackUrl string

    Callback URL that you want to send the data response to.

  • dateIntervals object[] required

    Date boundaries to include only the results from the specified time period(s).

  • Array [
  • end date-time

    End timestamp

  • start date-time

    Start timestamp

  • ]
  • exportOptions object

    Options for XLSX/PDF exportation.

  • columns string[]

    Possible values: [VISITS, VISITORS, VISITS_CONVERTED, VISITORS_CONVERTED, ALL_CONVERSIONS, CONVERSION_RATE_VISITS, IMPROVEMENT_RATE_VISITS, RELIABILITY_RATE_VISITS, CONVERSION_RATE_VISITORS, IMPROVEMENT_RATE_VISITORS, RELIABILITY_RATE_VISITORS, CONVERSION_RATE_ALL_VISITS, IMPROVEMENT_RATE_ALL_VISITS, CONVERSION_RATE_ALL_VISITORS, IMPROVEMENT_RATE_ALL_VISITORS, BAYESIAN_RELIABILITY_RATE_VISITS, BAYESIAN_RELIABILITY_RATE_VISITORS, REVENUE, AVERAGE_CART_VISITS, AVERAGE_CART_VISITORS, CONVERSION_RATE_CUPED, RELIABILITY_RATE_CUPED, RELIABILITY_RATE_SEQUENTIAL, IMPROVEMENT_RANGE_SEQUENTIAL, IMPROVEMENT_RANGE_DEFAULT, IMPROVEMENT_RANGE_CUPED, IMPROVEMENT_RATE_CUPED, CONVERSION_RATE_MULTIPLE_TESTING, RELIABILITY_RATE_MULTIPLE_TESTING, IMPROVEMENT_RATE_MULTIPLE_TESTING]

    Columns for XLS export

  • filterLabels string[]
  • format string

    Possible values: [XLSX, PDF]

    Format that you want to export the report data to.

  • view string

    Possible values: [PER_GOAL, PER_VARIATION, PER_AUDIENCE, ALL_IN_ONE]

    Type of data view for XLS. Result data will be arranged and broken down depending on this parameter

  • filters object[]

    List of filters to apply to the data included in the report.

  • Array [
  • oneOf

  • include boolean
  • ]
  • goalIdsCuped int64[]

    Specifies which CUPED goals to include in the report. Use an empty list [] to exclude all CUPED goals. Use null to include all CUPED goals. Use a list of CUPED goal IDs [123, 456] to include only those goals.

  • goalsIds int64[]

    Specifies which goals to include in the report. Use an empty list [] to exclude all goals. Use null to include all goals. Use a list of goal IDs [123, 456] to include only those goals.

  • interval string deprecated

    Possible values: [HOUR, DAY, WEEK, MONTH, YEAR]

    Time interval for which data is segmented in the report. Deprecated. Use breakdown with IntervalBreakdown type instead.

  • referenceVariationId string

    Unique ID of the variation that you want to use as the reference variation.

  • sequentialTesting boolean

    Default value: false

    Enables the sequential testing result for the experiment in the report.

  • visitorData boolean

    Default value: false

    Set to true to only include data from unique visitors. By default, the report includes all visitor data.

  • Responses

    OK


    Schema
    • dataCode string
    Loading...