We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f093498 commit b88a726Copy full SHA for b88a726
packages/client-analytics/src/types/VariantResponse.ts
@@ -48,6 +48,16 @@ export type VariantResponse = Variant & {
48
*/
49
userCount?: number;
50
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
61
// @todo Handle this search options type.
62
/**
63
* The search parameters.
0 commit comments