diff --git a/seed/seed.json b/seed/seed.json index 353917a1..af933691 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -574,6 +574,32 @@ "country": ["US", "AU", "CA", "FR", "DE", "IE", "JP", "NZ", "GB"] } }, + { + "name": "AdRewardsStudy", + "experiments": [ + { + "name": "NextPaymentDay", + "probability_weight": 100, + "parameters": [ + { + "name": "next_payment_day", + "value": "7" + } + ], + "feature_association": { + "enable_feature": ["AdRewards"] + } + }, + { + "name": "Default", + "probability_weight": 0 + } + ], + "filter": { + "channel": ["NIGHTLY", "BETA", "RELEASE"], + "platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"] + } + }, { "name": "BraveAds.EpsilonGreedyBanditStudy", "experiments": [