Thanks Tyler! We adjusted the bids, but have now run into another error.
I was testing the script on just one campaign and now that I have debugged it, I wanted to apply it to several. When I add in a few campaign names and run the script preview it said no campaigns existed. I tried separating the campaigns names like the below with no luck either.
var includeCampaignNameContains = "campaign1, campaign2, campaign3";
var includeCampaignNameContains = "campaign1,campaign2,campaign3";
var includeCampaignNameContains = "campaign1" "campaign2" "campaign3;
I also tried adding something like 'HOURSCRIPT' or '%hourly%' into the campaign names and only including campaigns with those words in the script. That gets the script to acknowledge 1 of the campaigns that I want to use it on, but I can't figure out a way to get it to apply to all the campaigns that have the 'HOURSCRIPT' on them. Do you know what I can change that will fix this?
Thanks,
Lauren