Package com.algolia.model.analytics
Class DailyConversionRates
java.lang.Object
com.algolia.model.analytics.DailyConversionRates
DailyConversionRates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNumber of conversions from this search.getDate()Date in the format YYYY-MM-DD.getRate()Conversion rate, calculated as number of tracked searches with at least one conversion event divided by the number of tracked searches.Number of tracked searches.inthashCode()setConversionCount(Integer conversionCount) setTrackedSearchCount(Integer trackedSearchCount) toString()
-
Constructor Details
-
DailyConversionRates
public DailyConversionRates()
-
-
Method Details
-
setRate
-
getRate
Conversion rate, calculated as number of tracked searches with at least one conversion event divided by the number of tracked searches. If null, Algolia didn't receive any search requests with `clickAnalytics` set to true. minimum: 0 maximum: 1 -
setTrackedSearchCount
-
getTrackedSearchCount
Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true. -
setConversionCount
-
getConversionCount
Number of conversions from this search. minimum: 0 -
setDate
-
getDate
Date in the format YYYY-MM-DD. -
equals
-
hashCode
public int hashCode() -
toString
-