Skip to main content
Required ACL: analytics

Examples

Parameters

integer
required
Unique identifier of the A/B test.

Response

integer
Unique identifier of the A/B test.
number
A/B test significance based on addToCart conversions. Should be greater than 0.95 to be considered significant, no matter which variant is winning.
number
A/B test significance based on click data. Should be greater than 0.95 to be considered significant, no matter which variant is winning.
object
Configuration parameters for the A/B test.
number
A/B test significance based on conversion data. Should be greater than 0.95 to be considered significant, no matter which variant is winning.
string
Time at which the A/B test has been created. Format: Y-m-d\TH:i:s\Z
string
Time at which the A/B test will automatically stop. Format: Y-m-d\TH:i:s\Z
string
Name of the A/B test.
number
A/B test significance based on purchase conversions. Should be greater than 0.95 to be considered significant, no matter which variant is winning.
object
A/B test revenue significance for each currency. This object has currency codes as keys and the significance scores as values.
string
Current status of the A/B test.
object[]
The two A/B test variants:
  • The base index
  • The index to test against

Response as JSON

This section shows the JSON response returned by the API. Each API client wraps this response in language-specific objects, so the structure may vary. To view the response, use the getLogs method. Don’t rely on the order of properties—JSON objects don’t preserve key order.
JSON
Last modified on March 23, 2026