Skip to content

Commit b88a726

Browse files
authored
feat(abtests): add outlier count to variant response payload (#1467)
1 parent f093498 commit b88a726

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/client-analytics/src/types/VariantResponse.ts

+10
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@ export type VariantResponse = Variant & {
4848
*/
4949
userCount?: number;
5050

51+
/**
52+
* Count of the tracked searches attributed to outlier traffic that were removed from the A/B test.
53+
*/
54+
outlierTrackedSearchesCount?: number;
55+
56+
/**
57+
* Count of users attributed to outlier traffic that were removed from the A/B test.
58+
*/
59+
outlierUsersCount?: number;
60+
5161
// @todo Handle this search options type.
5262
/**
5363
* The search parameters.

0 commit comments

Comments
 (0)