Skip to content

Commit

Permalink
Merge 4fe12b9 into 8f14ef7
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhong authored Jan 15, 2025
2 parents 8f14ef7 + 4fe12b9 commit 783ce3e
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
2 changes: 0 additions & 2 deletions studies/BraveSearchPromotionBannerStudy.json5
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,8 @@
'LINUX',
],
country: [
'CA',
'DE',
'FR',
'GB',
'US',
'AT',
'ES',
Expand Down
36 changes: 36 additions & 0 deletions studies/BraveSearchPromotionButtonStudy.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[
{
name: 'BraveSearchPromotionButtonStudy',
experiment: [
{
name: 'Enabled',
probability_weight: 100,
feature_association: {
enable_feature: [
'BraveSearchPromotionOmniboxButton',
],
},
},
{
name: 'Default',
probability_weight: 0,
},
],
filter: {
min_version: '131.1.74.20',
channel: [
'BETA',
'NIGHTLY',
],
platform: [
'WINDOWS',
'MAC',
'LINUX',
],
country: [
'CA',
'GB',
],
},
},
]

0 comments on commit 783ce3e

Please sign in to comment.