Skip to content

Commit

Permalink
feat(specs): AB testing tracked user count (#2596)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhawke committed Jan 22, 2024
1 parent 08e879d commit 9532a01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions specs/abtesting/common/schemas/Variant.yml
Expand Up @@ -72,8 +72,13 @@ variant:
type: integer
description: Number of users during the A/B test.
example: 55501
trackedUserCount:
type: integer
description: Number of users that performed a tracked search during the A/B test.
example: 55501
required:
- userCount
- trackedUserCount
- trafficPercentage
- trackedSearchCount
- searchCount
Expand Down

0 comments on commit 9532a01

Please sign in to comment.