Skip to content

Commit

Permalink
Add android onboarding study (#1282)
Browse files Browse the repository at this point in the history
Resolves : #1281
  • Loading branch information
deeppandya authored Dec 23, 2024
1 parent 3a09998 commit f7d4027
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions studies/AndroidOnboardingStudy.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
[
{
name: 'AndroidOnboardingStudy',
experiment: [
{
name: 'Enabled',
probability_weight: 100,
feature_association: {
enable_feature: [
'NewAndroidOnboarding',
],
},
},
{
name: 'Default',
probability_weight: 0,
},
],
filter: {
channel: [
'NIGHTLY',
'BETA',
],
platform: [
'ANDROID',
],
},
},
{
name: 'AndroidOnboardingStudy',
experiment: [
{
name: 'Enabled',
probability_weight: 25,
feature_association: {
enable_feature: [
'NewAndroidOnboarding',
],
},
},
{
name: 'Default',
probability_weight: 75,
},
],
filter: {
channel: [
'RELEASE',
],
platform: [
'ANDROID',
],
},
},
]

0 comments on commit f7d4027

Please sign in to comment.