← Recipe World

Budget Cuts

Download this recipe (opens the Merch Jar app)

View recipe trigger
/*
This recipe decreases budgets on any active campaigns that are above your target acos, or don't have any orders
*/

over the last 3 days state = enabled and budget > $3 // budget threshold and campaign name does not contain “lottery” // keyword exclusion

and

((acos > 25% // acos threshold and orders > 0 // order threshold )

or

(orders = 0 // includes 0 order campaigns ))