Pardot Salesforce Campaign Rule Group Mass Editor
A script to quickly update all salesforce campaigns within a dynamic list or automation rule to be a given Salesforce campaign.
🤔 How does this work?
You should open the dev tools on the page with the rules or rule groups already setup. Right click on the name of the dynamic list / automation rule and click 'Inspect'.
You should then copy the below script into the Console tab, updating the campaignName
variable to include the name of the Salesforce campaign you wish to update all the existing dropdowns to be.
You can then press the 'Enter' key to run the script, it may take a second but all dropdowns should now select the requested campaign.
If you see a console error after pasting the script, the Salesforce campaign has not been found in the dropdown list. You should make sure it's spelt correctly and that it's currently set to active within Salesforce.