Skip to content

Commit

Permalink
Updated BraveSearchPromotionBannerStudy (#946)
Browse files Browse the repository at this point in the history
issue: brave/brave-browser#36499

Removed type A banner from study.
  • Loading branch information
simonhong committed Mar 8, 2024
1 parent 489640d commit 997339a
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -720,21 +720,6 @@
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"BraveSearchOmniboxBanner"
]
},
"name": "banner_type_A",
"parameters": [
{
"name": "banner_type",
"value": "type_A"
}
],
"probability_weight": 25
},
{
"feature_association": {
"enable_feature": [
Expand All @@ -748,7 +733,7 @@
"value": "type_B"
}
],
"probability_weight": 25
"probability_weight": 33
},
{
"feature_association": {
Expand All @@ -763,7 +748,7 @@
"value": "type_C"
}
],
"probability_weight": 25
"probability_weight": 33
},
{
"feature_association": {
Expand All @@ -778,11 +763,12 @@
"value": "type_D"
}
],
"probability_weight": 25
"probability_weight": 34
}
],
"filter": {
"channel": [
"BETA",
"NIGHTLY"
],
"country": [
Expand Down

0 comments on commit 997339a

Please sign in to comment.