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 08e879d commit 9532a01Copy full SHA for 9532a01
specs/abtesting/common/schemas/Variant.yml
@@ -72,8 +72,13 @@ variant:
72
type: integer
73
description: Number of users during the A/B test.
74
example: 55501
75
+ trackedUserCount:
76
+ type: integer
77
+ description: Number of users that performed a tracked search during the A/B test.
78
+ example: 55501
79
required:
80
- userCount
81
+ - trackedUserCount
82
- trafficPercentage
83
- trackedSearchCount
84
- searchCount
0 commit comments