ClickPositionsInner

algoliasearch.analytics.ClickPositionsInner
case class ClickPositionsInner(position: Option[Seq[Int]], clickCount: Option[Int])

Click position.

Value parameters

clickCount

Number of times this search has been clicked at that position.

position

Range of positions in the search results, using the pattern [start,end]. For positions 11 and up, click events are summed over the specified range. -1 indicates the end of the list of search results.

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