ClickThroughRateEvent

algoliasearch.analytics.ClickThroughRateEvent
case class ClickThroughRateEvent(rate: Double, clickCount: Int, trackedSearchCount: Int, date: String)

ClickThroughRateEvent

Value parameters

clickCount

Number of click events.

date

Date of the event in the format YYYY-MM-DD.

rate

Click-through rate (CTR).

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