Skip to content

Commit

Permalink
Debounce ad clicked events for 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
tmancey committed May 15, 2024
1 parent 98c12e8 commit 0f806d9
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2842,6 +2842,44 @@
]
},
"name": "BraveFallbackDoHStudy"
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"AdEvent"
]
},
"name": "Enabled",
"parameters": [
{
"name": "debounce_clicked_ad_event_for",
"value": "1s"
}
],
"probability_weight": 100
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"channel": [
"NIGHTLY",
"BETA",
"RELEASE"
],
"platform": [
"WINDOWS",
"MAC",
"LINUX",
"ANDROID",
"IOS"
]
},
"name": "BraveAdsAdEventStudy"
}
],
"version": "1"
Expand Down

0 comments on commit 0f806d9

Please sign in to comment.