Package com.algolia.model.analytics
Class ClickThroughRateEvent
java.lang.Object
com.algolia.model.analytics.ClickThroughRateEvent
ClickThroughRateEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNumber of click events.getDate()Date of the event in the format YYYY-MM-DD.getRate()[Click-through rate (CTR)](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-through-rate).Number of tracked searches.inthashCode()setClickCount(Integer clickCount) setTrackedSearchCount(Integer trackedSearchCount) toString()
-
Constructor Details
-
ClickThroughRateEvent
public ClickThroughRateEvent()
-
-
Method Details
-
setRate
-
getRate
[Click-through rate (CTR)](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-through-rate). minimum: 0 maximum: 1 -
setClickCount
-
getClickCount
Number of click events. -
setTrackedSearchCount
-
getTrackedSearchCount
Number of tracked searches. This is the number of search requests where the `clickAnalytics` parameter is `true`. -
setDate
-
getDate
Date of the event in the format YYYY-MM-DD. -
equals
-
hashCode
public int hashCode() -
toString
-