Skip to content

Commit

Permalink
Redeem Brave Ads confirmation tokens after 3 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
tmancey committed Nov 19, 2024
1 parent 6444561 commit caa303c
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions studies/BraveAdsRedeemRewardConfirmationStudy
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[
{
name: 'BraveAdsRedeemRewardConfirmationStudy',
experiment: [
{
name: 'Enabled',
probability_weight: 100,
feature_association: {
enable_feature: [
'RedeemRewardConfirmation',
],
},
param: [
{
name: 'fetch_payment_token_after',
value: '3s',
},
],
},
{
name: 'Default',
probability_weight: 0,
},
],
filter: {
max_version: '133.1.75.34',
channel: [
'NIGHTLY',
'BETA',
'RELEASE',
],
platform: [
'WINDOWS',
'MAC',
'LINUX',
'ANDROID',
'IOS',
],
},
},
]

0 comments on commit caa303c

Please sign in to comment.