Legacy 003b: 1 Order - Pause Targets
/* 
==== 1 Order - Pause Targets ====
This recipe is used to pause targets that are getting clicks but only 1 order.

==== Trigger ====
*/

  (over the lifetime // Date range selection
  orders = 1 // Order threshold
  and clicks > 60 // Click threshold
  and state = enabled // State setting


/*
==== Options ====
Remove starting "//" to enable option
*/

  // and acos > 100% // Acos filter. Use to ensure minimum spend based on product price.
  // and spend > $15 // Spend filter. Use to ensure minimum spend based on fixed amount.
  // and campaign name does not contain "lottery" // Keyword exclusion. Use this to exclude campaigns using keywords in your campaign name
  // and ad group name contains "close match" // Keyword inclusion. Use this to only include ad groups that contain specific keywords in your ad group name.
)



/*
==== Action ====
Change Bid: Set State - Paused
Daily Frequency


*/
Frequency:
once per day
Action:
set state to paused
307
downloads