ABTest

algoliasearch.abtesting.ABTest
case class ABTest(abTestID: Int, clickSignificance: Double, conversionSignificance: Double, addToCartSignificance: Double, purchaseSignificance: Double, revenueSignificance: Map[String, Double], updatedAt: String, createdAt: String, endAt: String, name: String, status: String, variants: Seq[Variant])

ABTest

Value parameters

abTestID

Unique A/B test ID.

addToCartSignificance

A/B test significance based on add-to-cart data. A value of 0.95 or over is considered to be significant.

clickSignificance

A/B test significance based on click data. A value of 0.95 or over is considered to be significant.

conversionSignificance

A/B test significance based on conversion. A value of 0.95 or over is considered to be significant.

createdAt

Creation date timestamp in ISO-8601 format.

endAt

End date timestamp in ISO-8601 format.

name

A/B test name.

purchaseSignificance

A/B test significance based on purchase data. A value of 0.95 or over is considered to be significant.

revenueSignificance

A/B test significance based on revenue data. A value of 0.95 or over is considered to be significant.

status

A/B test status.

updatedAt

Update date timestamp in ISO-8601 format.

variants

A/B test variants.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product