Skip to content

Commit

Permalink
Merge pull request #124 from /issues/123
Browse files Browse the repository at this point in the history
Enable Ad Serving Version 2 for 50% of Nightly users
  • Loading branch information
moritzhaller authored Sep 23, 2021
2 parents 1b4beb0 + 85c1f46 commit c215f93
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,46 @@
"channel": ["NIGHTLY"],
"platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"]
}
},
{
"name": "BraveAds.AdServingImprovementsStudy",
"experiments": [
{
"name": "Treatment/AdServingVersion=2",
"probability_weight": 50,
"parameters": [
{
"name": "ad_serving_version",
"value": "2"
}
],
"feature_association": {
"enable_feature": ["AdServing"]
}
},
{
"name": "Control/AdServingVersion=1",
"probability_weight": 50,
"parameters": [
{
"name": "ad_serving_version",
"value": "1"
}
],
"feature_association": {
"enable_feature": ["AdServing"]
}
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"min_version": "94.1.32.17",
"channel": ["NIGHTLY"],
"platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"]
}
}
]
}

0 comments on commit c215f93

Please sign in to comment.