We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd5e13 commit 4018ac2Copy full SHA for 4018ac2
src/events/components/experiments/experiments.ts
@@ -21,7 +21,7 @@ export const EXPERIMENTS = {
21
ai_search_experiment: {
22
key: 'ai_search_experiment',
23
isActive: true, // Set to false when the experiment is over
24
- percentOfUsersToGetExperiment: 1, // 10% of users will get the experiment
+ percentOfUsersToGetExperiment: 5, // 10% of users will get the experiment
25
includeVariationInContext: true, // All events will include the `experiment_variation` of the `ai_search_experiment`
26
limitToLanguages: ['en'], // Only users with the `en` language will be included in the experiment
27
alwaysShowForStaff: true, // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
0 commit comments