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 authored and aseren committed May 28, 2024
1 parent 339aef4 commit 77febba
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2911,6 +2911,48 @@
]
},
"name": "BraveAdsExclusionRulesStudy"
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"AdEvent"
]
},
"name": "Enabled",
"parameters": [
{
"name": "debounce_clicked_ad_event_for",
"value": "1s"
},
{
"name": "deduplicate_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 77febba

Please sign in to comment.