We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3801d0b commit 6054744Copy full SHA for 6054744
src/main/scala/algolia/responses/ABTest.scala
@@ -43,7 +43,7 @@ case class ABTestResponse(
43
)
44
45
case class VariantResponse(
46
- averageClickPosition: Option[Int],
+ averageClickPosition: Option[Float],
47
clickCount: Option[Int],
48
clickThroughRate: Option[Float],
49
conversionCount: Option[Int],
0 commit comments