Merch Jar for KDP
Pricing
Login
Get Started For Free
Get Started For Free
Features
Pricing
Docs
Login
Get Started For Free
Features
Recipes
Create powerful automations to streamline your ad workflow.
Smart Campaigns
Automatically create and negate keywords from search terms.
Bulk Actions
Make changes across all your campaigns in just clicks.
Help Center
Documentation
Guides
Recipe World

Recipe World

Starter Recipes
Automate 90% of your ad management tasks in minutes.
/*=== GLOBAL OPTIONS ===
These options apply to all order volumes.
*/
 
(
   over the last 2 days state = effectively enabled
      and clicks > 0 // Click threshold. Stops lowering bid if not getting clicks.
      // 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 GLOBAL OPTIONS ===
 
and
 
(
   (
// === LOW ORDER VOLUME ===
      (
         (
             over the last 30 days // Date range selection
                orders >= 2 // Order threshold
            and acos > 30% // ACOS Threshold. Set 2-5% above your target ACOS
         )
 
and 
 
         (
            over the last 14 days orders < 4 // Eliminates Recipe overlap with Moderate and High Volume Order Recipes
         )
      )
   ) 
 
OR
 
// === MODERATE ORDER VOLUME ===
 
      (
         (
            over the last 14 days // Date range selection
               orders >= 4 // Order threshold
           and acos > 30% // ACOS Threshold. Set 2-5% above your target ACOS
         )
 
and
 
         (
            over the last 7 days orders < 4 // Eliminates Recipe overlap with High Volume Order Recipes
         )
      ) 
 
OR
 
// === HIGH ORDER VOLUME ===
 
         (
            over the last 7 days // Date range selection
               orders >= 4 // Order threshold
           and acos > 30% // ACOS Threshold. Set 2-5% above your target ACOS
         )
)
Starter 04b: High ACOS | Targets
Lower bids on high ACOS targets
/*=== GLOBAL OPTIONS ===
These options apply to all order volumes.
*/
 
(
   over the last 2 days state = effectively enabled
      and clicks > 0 // Click threshold. Stops lowering bid if not getting clicks.
      // 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 GLOBAL OPTIONS ===
 
and
 
(
   (
// === LOW ORDER VOLUME ===
      (
         (
             over the last 30 days // Date range selection
                orders >= 2 // Order threshold
            and acos > 30% // ACOS Threshold. Set 2-5% above your target ACOS
         )
 
and 
 
         (
            over the last 14 days orders < 4 // Eliminates Recipe overlap with Moderate and High Volume Order Recipes
         )
      )
   ) 
 
OR
 
// === MODERATE ORDER VOLUME ===
 
      (
         (
            over the last 14 days // Date range selection
               orders >= 4 // Order threshold
           and acos > 30% // ACOS Threshold. Set 2-5% above your target ACOS
         )
 
and
 
         (
            over the last 7 days orders < 4 // Eliminates Recipe overlap with High Volume Order Recipes
         )
      ) 
 
OR
 
// === HIGH ORDER VOLUME ===
 
         (
            over the last 7 days // Date range selection
               orders >= 4 // Order threshold
           and acos > 30% // ACOS Threshold. Set 2-5% above your target ACOS
         )
)
Read more
Copy Recipe
/* === GLOBAL OPTIONS ===
These options apply to all order volumes.
*/
 
(
   over the last 2 days state = effectively enabled
      // and clicks < 1 // Click threshold. Only raises bids if not getting clicks.
      // 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 GLOBAL OPTIONS ===
 
and
 
(
	// === LOW ORDER VOLUME ===
 
   (
      (
          (
              over the last 30 days // Date range selection
                 orders >= 2 // Order threshold
             and acos < 12% // ACOS Threshold
          )
 
and 
 
          (
              over the last 14 days orders < 4 // Eliminates Recipe overlap with Moderate and High Volume Order Recipes
          )
      )
   ) 
 
OR
 
// === MODERATE ORDER VOLUME ===
 
(
   (
      over the last 14 days // Date range selection
         orders >= 4 // Order threshold
     and acos < 12% // ACOS Threshold
   )
 
and
 
   (
      over the last 7 days orders < 4 // Eliminates Recipe overlap with High Volume Order Recipes
   )
) 
 
OR
 
// === HIGH ORDER VOLUME ===
   (
      over the last 7 days // Date range selection
         orders >= 4 // Order threshold
     and acos < 12% // ACOS Threshold
   )
)
Starter 05a: Booster | Low ACOS | Keywords
Stack on top of your Low ACOS Recipe to make larger changes to your bids for any low ACOS keywords
/* === GLOBAL OPTIONS ===
These options apply to all order volumes.
*/
 
(
   over the last 2 days state = effectively enabled
      // and clicks < 1 // Click threshold. Only raises bids if not getting clicks.
      // 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 GLOBAL OPTIONS ===
 
and
 
(
	// === LOW ORDER VOLUME ===
 
   (
      (
          (
              over the last 30 days // Date range selection
                 orders >= 2 // Order threshold
             and acos < 12% // ACOS Threshold
          )
 
and 
 
          (
              over the last 14 days orders < 4 // Eliminates Recipe overlap with Moderate and High Volume Order Recipes
          )
      )
   ) 
 
OR
 
// === MODERATE ORDER VOLUME ===
 
(
   (
      over the last 14 days // Date range selection
         orders >= 4 // Order threshold
     and acos < 12% // ACOS Threshold
   )
 
and
 
   (
      over the last 7 days orders < 4 // Eliminates Recipe overlap with High Volume Order Recipes
   )
) 
 
OR
 
// === HIGH ORDER VOLUME ===
   (
      over the last 7 days // Date range selection
         orders >= 4 // Order threshold
     and acos < 12% // ACOS Threshold
   )
)
Read more
Copy Recipe
/*=== GLOBAL OPTIONS ===
These options apply to all order volumes.
*/
 
(
   over the last 2 days state = effectively enabled
      // and clicks < 1 // Click threshold. Only raises bids if not getting clicks.
      // 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 GLOBAL OPTIONS ===
  
and
  
(
// === LOW ORDER VOLUME ===
 
   (
      (
         (
            over the last 30 days // Date range selection
               orders >= 2 // Order threshold
           and acos < 12% // ACOS Threshold
         )
 
and 
 
         (
            over the last 14 days orders < 4 // Eliminates Recipe overlap with Moderate and High Volume Order Recipes
         )
      )
   ) 
 
OR
 
// === MODERATE ORDER VOLUME ===
 
   (
       (
          over the last 14 days // Date range selection
             orders >= 4 // Order threshold
         and acos < 12% // ACOS Threshold
       )
 
and
 
      (
         over the last 7 days orders < 4 // Eliminates Recipe overlap with High Volume Order Recipes
      )
   ) 
 
OR
 
// === HIGH ORDER VOLUME ===
      (
         over the last 7 days // Date range selection
            orders >= 4 // Order threshold
        and acos < 12% // ACOS Threshold
      )
   )
Starter 05b: Booster | Low ACOS | Targets
Stack on top of your Low ACOS Recipe to make larger changes to your low ACOS targets.
/*=== GLOBAL OPTIONS ===
These options apply to all order volumes.
*/
 
(
   over the last 2 days state = effectively enabled
      // and clicks < 1 // Click threshold. Only raises bids if not getting clicks.
      // 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 GLOBAL OPTIONS ===
  
and
  
(
// === LOW ORDER VOLUME ===
 
   (
      (
         (
            over the last 30 days // Date range selection
               orders >= 2 // Order threshold
           and acos < 12% // ACOS Threshold
         )
 
and 
 
         (
            over the last 14 days orders < 4 // Eliminates Recipe overlap with Moderate and High Volume Order Recipes
         )
      )
   ) 
 
OR
 
// === MODERATE ORDER VOLUME ===
 
   (
       (
          over the last 14 days // Date range selection
             orders >= 4 // Order threshold
         and acos < 12% // ACOS Threshold
       )
 
and
 
      (
         over the last 7 days orders < 4 // Eliminates Recipe overlap with High Volume Order Recipes
      )
   ) 
 
OR
 
// === HIGH ORDER VOLUME ===
      (
         over the last 7 days // Date range selection
            orders >= 4 // Order threshold
        and acos < 12% // ACOS Threshold
      )
   )
Read more
Copy Recipe
KDP Starter Recipes
Automate 90% of your ad management tasks in minutes.
/*=== GLOBAL OPTIONS ===
These options apply to all order volumes.
*/
 
(
   over the last 2 days state = effectively enabled
   and clicks > 0 // Click threshold. Stops lowering bid if not getting clicks.	
   // 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 GLOBAL OPTIONS ===
 
and
 
(
   // === LOW ORDER VOLUME ===
    
(
   (
      (
         over the last 30 days // Date range selection
            orders >= 2 // Order threshold
        and acos > 50% // ACOS Threshold
        )
 
and
 
      (
         over the last 14 days orders < 4 // Eliminates Recipe overlap with Moderate and High Volume Order Recipes
      )
   )
) 
 
OR
 
   // === MODERATE ORDER VOLUME ===
(
   (
      over the last 14 days // Date range selection
         orders >= 4 // Order threshold
     and acos > 50% // ACOS Threshold
   )
and
   (
       over the last 7 days orders < 4 // Eliminates Recipe overlap with High Volume Order Recipes
   )
) 
OR
// === HIGH ORDER VOLUME ===
   (
       over the last 7 days // Date range selection
          orders >= 4 // Order threshold
      and acos > 50% // ACOS Threshold
   )
)
Starter 06a: Booster | High ACOS | Keywords
Make larger bid changes to high ACOS keywords by stacking this booster on top of your High ACOS Recipe.
/*=== GLOBAL OPTIONS ===
These options apply to all order volumes.
*/
 
(
   over the last 2 days state = effectively enabled
   and clicks > 0 // Click threshold. Stops lowering bid if not getting clicks.	
   // 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 GLOBAL OPTIONS ===
 
and
 
(
   // === LOW ORDER VOLUME ===
    
(
   (
      (
         over the last 30 days // Date range selection
            orders >= 2 // Order threshold
        and acos > 50% // ACOS Threshold
        )
 
and
 
      (
         over the last 14 days orders < 4 // Eliminates Recipe overlap with Moderate and High Volume Order Recipes
      )
   )
) 
 
OR
 
   // === MODERATE ORDER VOLUME ===
(
   (
      over the last 14 days // Date range selection
         orders >= 4 // Order threshold
     and acos > 50% // ACOS Threshold
   )
and
   (
       over the last 7 days orders < 4 // Eliminates Recipe overlap with High Volume Order Recipes
   )
) 
OR
// === HIGH ORDER VOLUME ===
   (
       over the last 7 days // Date range selection
          orders >= 4 // Order threshold
      and acos > 50% // ACOS Threshold
   )
)
Read more
Copy Recipe
/*=== GLOBAL OPTIONS ===
These options apply to all order volumes.
*/
 
(
   over the last 2 days state = effectively enabled
   and clicks > 0 // Click threshold. Stops lowering bid if not getting clicks.	
   // 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 GLOBAL OPTIONS ===
 
and
 
(
   // === LOW ORDER VOLUME ===
    
(
   (
      (
         over the last 30 days // Date range selection
            orders >= 2 // Order threshold
        and acos > 50% // ACOS Threshold
        )
 
and
 
      (
         over the last 14 days orders < 4 // Eliminates Recipe overlap with Moderate and High Volume Order Recipes
      )
   )
) 
 
OR
 
   // === MODERATE ORDER VOLUME ===
(
   (
      over the last 14 days // Date range selection
         orders >= 4 // Order threshold
     and acos > 50% // ACOS Threshold
   )
and
   (
       over the last 7 days orders < 4 // Eliminates Recipe overlap with High Volume Order Recipes
   )
) 
OR
// === HIGH ORDER VOLUME ===
   (
       over the last 7 days // Date range selection
          orders >= 4 // Order threshold
      and acos > 50% // ACOS Threshold
   )
)
Starter 06b: Booster | High ACOS | Targets
Make larger bid changes to high ACOS targets by stacking this booster on top of your High ACOS Recipe.
/*=== GLOBAL OPTIONS ===
These options apply to all order volumes.
*/
 
(
   over the last 2 days state = effectively enabled
   and clicks > 0 // Click threshold. Stops lowering bid if not getting clicks.	
   // 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 GLOBAL OPTIONS ===
 
and
 
(
   // === LOW ORDER VOLUME ===
    
(
   (
      (
         over the last 30 days // Date range selection
            orders >= 2 // Order threshold
        and acos > 50% // ACOS Threshold
        )
 
and
 
      (
         over the last 14 days orders < 4 // Eliminates Recipe overlap with Moderate and High Volume Order Recipes
      )
   )
) 
 
OR
 
   // === MODERATE ORDER VOLUME ===
(
   (
      over the last 14 days // Date range selection
         orders >= 4 // Order threshold
     and acos > 50% // ACOS Threshold
   )
and
   (
       over the last 7 days orders < 4 // Eliminates Recipe overlap with High Volume Order Recipes
   )
) 
OR
// === HIGH ORDER VOLUME ===
   (
       over the last 7 days // Date range selection
          orders >= 4 // Order threshold
      and acos > 50% // ACOS Threshold
   )
)
Read more
Copy Recipe

(over the last 180 days state = effectively enabled and orders = 0)

and over the lifetime orders >= 0 and orders < 6

Target Cleanup

(over the last 180 days state = effectively enabled and orders = 0)

and over the lifetime orders >= 0 and orders < 6

Read more
Copy Recipe
Take Control of Your Amazon Advertising
Get Started For Free
Features
Recipes
Smart Campaigns
Bulk Actions
Starter Automations
Resources
Help Center
Recipe World
Free Seller Tools
Blog
Contact Us
Terms
Privacy

© Merch Jar LLC

Get Started For Free