Exporting experiment data

With the Yandex Metrica Logs API, you can get non-aggregated data on experiment results.

Note

This functionality is available in the extended version of Varioqub.

In addition to the standard fields available in the Logs API, you can get a list of IDs of experimental variants. The variants are linked to sessions of the users included in the sample. To export data, use the following field:

Field

Data type

Description

ym:s:testids

Array(Integer)

ID array.

The ID can be found in the Varioqub report.

You can get the list of IDs and experiment variant titles in Yandex Metrica:

  1. Go to the page with the list of experiments: Varioqub → Experiments.
  2. In the upper right page corner click the three-dot menu.

Download variant IDs

Integration with Yandex Cloud

Note

This functionality is available in the extended version of Varioqub.

Using the Yandex Metrica connector, you can collect non-aggregated data in your Clickhouse cluster hosted on Yandex Cloud.

The integration isn't backward compatible with LogsAPI in terms of data format.

The integration mechanism has several advantages compared to Logs API:

  • Real-time data streaming. The event recording in ClickHouse can be delayed by up to 15 minutes after the event occurs.

  • Extended set of fields:

    Category

    Fields

    Content analytics data

    • Article topics and authors
    • Traffic source
    • Clicks to other articles on the site
    • ID of the article from which the user came to the current article
    • Article viewing time
    • Full scrolls

    Sources breakdown

    • Yandex Direct ad click ID (YCLID)
    • Ad ID
    • Placement
    • Click via QR code

    Client and order data from CRM

    • OrderID hash and UserID hash
    • Order version
    • Order creation time and order change time
    • Order status
    • Names and quantity of products in the order

To export data, use the following field:

Field

Data type

Description

Experiment.SystemID

Array(Integer)

An array of experiment variant IDs, including negative (technical) values.

Learn more about the integration and Yandex Cloud operating principles

Contact support