Skip to content

Commit

Permalink
Debounce ad clicked events for 1 second (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmancey authored May 28, 2024
1 parent 7833a05 commit eac4d2c
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 @@ -2963,6 +2963,48 @@
"LINUX"
]
}
},
{
"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 eac4d2c

Please sign in to comment.