Skip to content

Commit 9532a01

Browse files
authored
feat(specs): AB testing tracked user count (#2596)
1 parent 08e879d commit 9532a01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

specs/abtesting/common/schemas/Variant.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,13 @@ variant:
7272
type: integer
7373
description: Number of users during the A/B test.
7474
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
7579
required:
7680
- userCount
81+
- trackedUserCount
7782
- trafficPercentage
7883
- trackedSearchCount
7984
- searchCount

0 commit comments

Comments
 (0)