Skip to content

Commit

Permalink
Excluded CA and GB from banner study in nightly
Browse files Browse the repository at this point in the history
as we'll have button study for these two regions.
  • Loading branch information
simonhong committed Dec 6, 2024
1 parent 1fb752c commit 09ad99f
Showing 1 changed file with 72 additions and 1 deletion.
73 changes: 72 additions & 1 deletion studies/BraveSearchPromotionBannerStudy.json5
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
min_version: '117.1.60.41',
channel: [
'BETA',
'NIGHTLY',
],
platform: [
'WINDOWS',
Expand All @@ -74,4 +73,76 @@
],
},
},
{
name: 'BraveSearchPromotionBannerStudyOnNightly',
experiment: [
{
name: 'banner_type_B',
probability_weight: 33,
feature_association: {
enable_feature: [
'BraveSearchOmniboxBanner',
],
},
param: [
{
name: 'banner_type',
value: 'type_B',
},
],
},
{
name: 'banner_type_C',
probability_weight: 33,
feature_association: {
enable_feature: [
'BraveSearchOmniboxBanner',
],
},
param: [
{
name: 'banner_type',
value: 'type_C',
},
],
},
{
name: 'banner_type_D',
probability_weight: 34,
feature_association: {
enable_feature: [
'BraveSearchOmniboxBanner',
],
},
param: [
{
name: 'banner_type',
value: 'type_D',
},
],
},
],
filter: {
min_version: '117.1.60.41',
channel: [
'NIGHTLY',
],
platform: [
'WINDOWS',
'MAC',
'LINUX',
],
country: [
'DE',
'FR',
'US',
'AT',
'ES',
'MX',
'BR',
'AR',
'IN',
],
},
},
]

0 comments on commit 09ad99f

Please sign in to comment.