Skip to content

Commit

Permalink
Remove conversion attribution frequency capping - Production (#1048)
Browse files Browse the repository at this point in the history
* Remove conversion frequency capping

* put back ExtensionsManifestV2Study

* need newline

* fix newline

---------

Co-authored-by: Brian Fung <[email protected]>
  • Loading branch information
tmancey and iambrianfung authored May 23, 2024
1 parent 9fd60b9 commit 339aef4
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2835,6 +2835,82 @@
"LINUX"
]
}
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"Conversions"
]
},
"name": "Enabled",
"parameters": [
{
"name": "creative_set_conversion_cap",
"value": "0"
}
],
"probability_weight": 100
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"channel": [
"NIGHTLY",
"BETA",
"RELEASE"
],
"platform": [
"WINDOWS",
"MAC",
"LINUX",
"ANDROID",
"IOS"
]
},
"name": "BraveAdsConversionsStudy"
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"ExclusionRules"
]
},
"name": "Enabled",
"parameters": [
{
"name": "should_exclude_ad_if_creative_set_exceeds_conversion_cap",
"value": "0"
}
],
"probability_weight": 100
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"channel": [
"NIGHTLY",
"BETA",
"RELEASE"
],
"platform": [
"WINDOWS",
"MAC",
"LINUX",
"ANDROID",
"IOS"
]
},
"name": "BraveAdsExclusionRulesStudy"
}
],
"version": "1"
Expand Down

0 comments on commit 339aef4

Please sign in to comment.