Skip to content

Commit

Permalink
Add DayZeroStudy for android in release channel (#1258)
Browse files Browse the repository at this point in the history
We need to add DayZeroStudy to A/B test new onboarding changes here :
brave/brave-core#26193
  • Loading branch information
deeppandya authored Nov 25, 2024
1 parent 84348c2 commit 5c9fcab
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions studies/DayZeroStudyAndroid.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[
{
name: 'DayZeroStudyAndroid',
experiment: [
{
name: 'EnabledA',
probability_weight: 4,
feature_association: {
enable_feature: [
'BraveDayZeroExperiment',
],
},
param: [
{
name: 'variant',
value: 'a',
},
],
},
{
name: 'EnabledB',
probability_weight: 4,
feature_association: {
enable_feature: [
'BraveDayZeroExperiment',
],
},
param: [
{
name: 'variant',
value: 'b',
},
],
},
{
name: 'Default',
probability_weight: 92,
},
],
filter: {
min_version: '131.1.73.91',
channel: [
'RELEASE',
],
platform: [
'ANDROID',
],
},
},
]

0 comments on commit 5c9fcab

Please sign in to comment.