From b609042a380a6adc9bfb3ca696ba3e276bdba8c3 Mon Sep 17 00:00:00 2001 From: Terry Mancey Date: Fri, 2 Jul 2021 08:17:16 -0500 Subject: [PATCH] Update Brave ads next payment day --- seed/seed.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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": [