File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/events/components/experiments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ export const EXPERIMENTS = {
21
21
ai_search_experiment : {
22
22
key : 'ai_search_experiment' ,
23
23
isActive : true , // Set to false when the experiment is over
24
- percentOfUsersToGetExperiment : 0 , // 30% of users will get the experiment
24
+ percentOfUsersToGetExperiment : 30 , // 30% of users will get the experiment
25
25
includeVariationInContext : true , // All events will include the `experiment_variation` of the `ai_search_experiment`
26
26
limitToLanguages : [ 'en' ] , // Only users with the `en` language will be included in the experiment
27
- alwaysShowForStaff : false , // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
27
+ alwaysShowForStaff : true , // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
28
28
turnOnWithURLParam : 'ai_search' , /// When the query param `?feature=ai_search` is set, the experiment will be enabled
29
29
} ,
30
30
/* Add new experiments here, example:
You can’t perform that action at this time.
0 commit comments