DailyAverageClicks

algoliasearch.analytics.DailyAverageClicks
case class DailyAverageClicks(average: Option[Double], clickCount: Int, date: String)

DailyAverageClicks

Value parameters

average

Average position of a clicked search result in the list of search results. If null, Algolia didn't receive any search requests with clickAnalytics set to true.

clickCount

Number of clicks associated with this search.

date

Date in the format YYYY-MM-DD.

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