Skip to content

Commit

Permalink
feat(specs): add new outlier count properties to variant payload (#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
febeck authored Jun 26, 2023
1 parent f8864d8 commit b7c71de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions specs/abtesting/common/schemas/Variant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ variant:
$ref: '../parameters.yml#/index'
noResultCount:
$ref: '../../../common/parameters.yml#/count'
outlierTrackedSearchesCount:
type: integer
description: Count of the tracked searches attributed to outlier traffic that were removed from the A/B test.
outlierUsersCount:
type: integer
description: Count of users attributed to outlier traffic that were removed from the A/B test.
searchCount:
type: integer
description: The number of search during the A/B test.
Expand All @@ -54,3 +60,5 @@ variant:
- clickThroughRate
- clickCount
- averageClickPosition
- outlierUsersCount
- outlierTrackedSearchesCount

0 comments on commit b7c71de

Please sign in to comment.