ObjectDataAfterSearch

algoliasearch.insights.ObjectDataAfterSearch
case class ObjectDataAfterSearch(queryID: Option[String], price: Option[Price], quantity: Option[Int], discount: Option[Discount])

ObjectDataAfterSearch

Value parameters

quantity

The quantity of a product that has been purchased or added to the cart. The total value of a purchase is the sum of quantity multiplied with the price for each purchased item.

queryID

Unique identifier for a search query, used to track purchase events with multiple records that originate from different searches.

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