Skip to content

Commit

Permalink
Enabled brave search promotion button study for CA/GB in beta/nightly (
Browse files Browse the repository at this point in the history
…#1275)

Related issue - brave/brave-browser#40776

also removed CA/GB from search promotion banner study.
  • Loading branch information
simonhong authored Jan 17, 2025
1 parent 8f14ef7 commit daf6d93
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 daf6d93

Please sign in to comment.