From 339aef410bdbff6b2b1b4ac2919d18b956a9d808 Mon Sep 17 00:00:00 2001 From: Terry Mancey Date: Thu, 23 May 2024 14:50:42 -0500 Subject: [PATCH] Remove conversion attribution frequency capping - Production (#1048) * Remove conversion frequency capping * put back ExtensionsManifestV2Study * need newline * fix newline --------- Co-authored-by: Brian Fung <24831890+iambrianfung@users.noreply.github.com> --- seed/seed.json | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/seed/seed.json b/seed/seed.json index e82eb4f2..cd465355 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -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"