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 81d3a1f commit 02fb05a
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 @@ -2905,6 +2905,44 @@
]
},
"name": "BraveAdsConversionsStudy"
},
{
"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 02fb05a

Please sign in to comment.