Legacy 008b: High Order Volume | High ACOS | Targets
/* 
==== High Order Volume | High ACOS | Targets ====
This recipe is used to lower bids on high ACOS targets with high order volume. Can be used
in conjuction with Recipe 009 to stagger bid decrease amounts based on ACOS
(enable Max acos filter option below to use Recipe 009).

==== Trigger ====
*/

  (over the last 7 days // Date range selection
  orders >= 4 // Order threshold
  and acos > 30% // ACOS threshold. Use acos that's 2-3% above your target 
  and state = effectively enabled // State setting


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

  // and acos < 50% // Max ACOS filter. Enable when using Recipe 009.
  // and cvr < 6% // Conversion rate filter
  // 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.
)

/* === End Trigger=== */

/*
==== Action ====
Change Bid: Decrease (%)

Twice Weekly Frequency (Thursday & Sunday)
Conservative: 5%
Moderate: 8%
Aggressive: 12%

Daily Frequency
Conservative: 1%
Moderate: 2%
Aggressive: 4%

*/
Frequency:
once per day
Action:
decrease bid by 1%
334
downloads