GetAddToCartRateResponse

algoliasearch.analytics.GetAddToCartRateResponse
case class GetAddToCartRateResponse(rate: Option[Double], trackedSearchCount: Int, addToCartCount: Int, dates: Seq[DailyAddToCartRates])

GetAddToCartRateResponse

Value parameters

addToCartCount

Number of add-to-cart events from this search.

dates

Daily add-to-cart rates.

rate

Add-to-cart rate: calculated as the number of tracked searches with at least one add-to-cart event divided by the number of tracked searches. If null, Algolia didn't receive any search requests with clickAnalytics set to true.

trackedSearchCount

Number of tracked searches. Tracked searches are search requests where the clickAnalytics parameter is true.

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