TopHitWithAnalytics

algoliasearch.analytics.TopHitWithAnalytics
case class TopHitWithAnalytics(hit: String, count: Int, clickThroughRate: Double, conversionRate: Double, trackedSearchCount: Int, clickCount: Int, conversionCount: Int)

TopHitWithAnalytics

Value parameters

clickCount

Number of click events.

clickThroughRate

Click-through rate (CTR).

conversionCount

Number of converted clicks.

conversionRate

Conversion rate (CR).

count

Number of occurrences.

hit

Hit.

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