-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable additionalCampaignParams origins #2518
base: main
Are you sure you want to change the base?
Conversation
Don't forget to assign an individual reviewer (in addition to those already added, this should create a task for them in Asana). |
Generated file outputs:Time updated: Thu, 28 Nov 2024 08:24:10 GMT legacytrackers-unprotected-temporary.txtv3/android-config.json--- v3/android-config.json
+++ v3/android-config.json
@@ -66,8 +66,21 @@
"state": "enabled"
}
}
},
+ "additionalCampaignPixelParams": {
+ "state": "enabled",
+ "exceptions": [],
+ "settings": {
+ "origins": [
+ "funnel_pro_androidrmf_announcement_privacy",
+ "funnel_pro_androidrmf_announcement_vpn",
+ "funnel_pro_androidrmf_announcement_holiday",
+ "funnel_pro_androidrmf_announcement_wifi"
+ ]
+ },
+ "minSupportedVersion": 52100000
+ },
"aiChat": {
"state": "disabled",
"exceptions": []
},
v3/extension-brave-config.json (12 more)
--- v3/windows-config.json
+++ v3/windows-config.json
@@ -61,8 +61,12 @@
"heuristicDetection": "enabled",
"domainDetection": "enabled"
}
},
+ "additionalCampaignPixelParams": {
+ "state": "disabled",
+ "exceptions": []
+ },
"aiChat": {
"state": "disabled",
"exceptions": []
},
latestv4/android-config.json--- v4/android-config.json
+++ v4/android-config.json
@@ -66,8 +66,21 @@
"state": "enabled"
}
}
},
+ "additionalCampaignPixelParams": {
+ "state": "enabled",
+ "exceptions": [],
+ "settings": {
+ "origins": [
+ "funnel_pro_androidrmf_announcement_privacy",
+ "funnel_pro_androidrmf_announcement_vpn",
+ "funnel_pro_androidrmf_announcement_holiday",
+ "funnel_pro_androidrmf_announcement_wifi"
+ ]
+ },
+ "minSupportedVersion": 52100000
+ },
"aiChat": {
"state": "disabled",
"exceptions": []
},
v4/extension-brave-config.json (12 more)
--- v4/windows-config.json
+++ v4/windows-config.json
@@ -61,8 +61,12 @@
"heuristicDetection": "enabled",
"domainDetection": "enabled"
}
},
+ "additionalCampaignPixelParams": {
+ "state": "disabled",
+ "exceptions": []
+ },
"aiChat": {
"state": "disabled",
"exceptions": []
},
|
7f979d0
to
c4ed646
Compare
c4ed646
to
fc1f728
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one origin missing I think.
@karlenDimla if you don't have time for this, let me know, happy to update myself
@jonathanKingston seems your 👍 is required on this PR (I assume related to adding a new feature). |
Asana Task/Github Issue:
https://app.asana.com/0/1204739911139421/1208850968407153/f
Description
Enables the additional params for the following campaign
Reference