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.
averageClickPosition
1 parent 92c08f1 commit f371717Copy full SHA for f371717
specs/abtesting/common/schemas/Variant.yml
@@ -26,10 +26,11 @@ variant:
26
- type: 'null'
27
averageClickPosition:
28
oneOf:
29
- - type: integer
+ - type: number
30
+ format: double
31
description: |
32
[Average click position](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-position) for this variant.
- example: 0
33
+ example: 29.12342
34
35
clickCount:
36
type: integer
0 commit comments