GetNoClickRateResponse

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

GetNoClickRateResponse

Value parameters

count

Number of click events.

dates

Overall count of searches without clicks plus a daily breakdown.

noClickCount

Number of click events.

rate

Click-through rate (CTR).

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