GetNoClickRateResponse

algoliasearch.analytics.GetNoClickRateResponse
case class GetNoClickRateResponse(rate: Double, count: Int, noClickCount: Int, dates: Seq[DailyNoClickRates])

GetNoClickRateResponse

Value parameters

count

Number of tracked searches. Tracked searches are search requests where the clickAnalytics parameter is true.

dates

Daily no click rates.

noClickCount

Number of times this search was returned as a result without any click.

rate

No click rate, calculated as number of tracked searches without any click divided by the number of tracked 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