ABTest
algoliasearch.abtesting.ABTest
case class ABTest(abTestID: Int, clickSignificance: Option[Double], conversionSignificance: Option[Double], addToCartSignificance: Option[Double], purchaseSignificance: Option[Double], revenueSignificance: Option[Map[String, Double]], updatedAt: String, createdAt: String, endAt: String, name: String, status: Status, variants: Seq[Variant], configuration: Option[ABTestConfiguration])
ABTest
Value parameters
- abTestID
-
Unique A/B test identifier.
- createdAt
-
Date and time when the A/B test was created, in RFC 3339 format.
- endAt
-
End date and time of the A/B test, in RFC 3339 format.
- name
-
A/B test name.
- updatedAt
-
Date and time when the A/B test was last updated, in RFC 3339 format.
- variants
-
A/B test variants. The first variant is your control index, typically your production index. The second variant is an index with changed settings that you want to test against the control.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article