TopSearchWithAnalytics

algoliasearch.analytics.TopSearchWithAnalytics
case class TopSearchWithAnalytics(search: String, count: Int, clickThroughRate: Double, averageClickPosition: Int, conversionRate: Double, trackedSearchCount: Int, clickCount: Int, conversionCount: Int, nbHits: Int)

TopSearchWithAnalytics

Value parameters

averageClickPosition

Average position of clicked search result.

clickCount

Number of click events.

clickThroughRate

Click-through rate (CTR).

conversionCount

Number of converted clicks.

conversionRate

Conversion rate (CR).

count

Number of tracked and untracked searches (where the clickAnalytics parameter isn't true).

nbHits

Number of hits the search query matched.

search

User query.

trackedSearchCount

Number of tracked searches. This is the number of 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