Exporting experiment data
With the Yandex Metrica Logs API, you can get non-aggregated data on experiment results.
Note
Only available in the Varioqub extended version.
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 also get a list of experiment variant IDs and names in Yandex Metrica:
- Go to Varioqub → Experiments.
- In the upper-right corner of the page, click on the three dots.

Integration with Yandex Cloud
Note
Only available in the Varioqub extended version.
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 delay between the time of the event and adding its record to ClickHouse is 15 minutes or less.
-
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 landed to the current one.
– Article viewing time.
– Full scrolls.Traffic source details
– Yandex Direct ad click ID (YCLID).
– Ad ID.
– Placement platform.
– QR code scans.Client and order data from CRM
– Hash OrderID and Hash UserID.
– Order version.
– Order creation and modification time.
– Order status.
– Product names and quantities 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