Launch target45%Established target25%EvaluatesLast 7 daysNeeds20 clicks and 3 ordersBid floor$0.25Applies toThe campaigns you select for each rule
The established rule. The launch rule is the same with a 45% target.
let $target_acos = 25%;
let $clicks_min = 20;
let $orders_min = 3;
let $bid_floor = 0.25;
let $enough_data = case(clicks(7d) >= $clicks_min and orders(7d) >= $orders_min => 1, else 0);
let $evaluation_acos = case($enough_data = 1 => acos(7d), else 99999);
let $bid_multiplier = case(
$evaluation_acos = 99999 => 100%,
$evaluation_acos > $target_acos * 1.2 => 90%,
$evaluation_acos > $target_acos => 95%,
else 100%);
let $proposed_bid = bid * $bid_multiplier;
let $new_bid = case($proposed_bid < $bid_floor => $bid_floor, else $proposed_bid);
state = "enabled" and $enough_data = 1 and $new_bid < bid Actionset_bidsets each matched bid to $new_bid
In this example, 41% is within the 45% launch target, so that bid stays at $0.80. It is more than 20% above the 25% established target, so that bid takes 90%: $0.80 × 90% = $0.72.
You review the rule before enabling it. Merch Jar runs the rule you enable. The same rule and the same inputs produce the same decision.
Merch Jar Copilot
Put your AI to work on your Amazon ads.
Use your AI to build dashboards and automation around your Amazon ads data.
Works in compatible AI apps such as Claude, Codex or Cursor. Included with every Merch Jar plan; requires an active subscription.
In your AI
Help me build campaigns for these products.
You review before anything is created
Explore what your Copilot can do.
Choose a task
In your AI
Build me a dashboard for my weekly account review.
ACOS, four complete weeks
Built with your AI from Merch Jar data.
View the data
Ad sales are sales attributed to your ads. ACOS is ad spend divided by ad sales. Weeks are complete Monday to Sunday weeks.
Your AI can build the dashboard and pull data through the API. Refreshing it depends on how you set it up.
In your AI
What's behind the increase in my ACOS?
New product test: +$200 spend.
See the breakdown
Ad sales stayed at $5,000, so account ACOS went from 20% to 24%. New product test went from 40% to 80% ACOS. Core products is unchanged at about 18%. This shows which campaign the change came from. Whether the extra spend was intended is a separate question.
Read only. Your AI reads the data through the API; nothing in your account changes.
In your AI
Give our new products more room to grow.
41% ACOS
Keep$0.80
$0.80→$0.72Show logic
The established rule. The launch rule is the same with a 45% target.
set_bidsets each matched bid to$new_bidIn this example, 41% is within the 45% launch target, so that bid stays at $0.80. It is more than 20% above the 25% established target, so that bid takes 90%: $0.80 × 90% = $0.72.
You review the rule before enabling it. Merch Jar runs the rule you enable. The same rule and the same inputs produce the same decision.
In your AI
Help me build campaigns for these products.
Bath & Body6 ASINs · 3 new campaigns
DiscoveryAuto
ResearchBroad + Phrase
PerformanceExact
View the plan
Sponsored Products. Campaigns are created paused, for you to review and enable.
Start with a template. Make it fit your account.
Choose a strategy from the Library and use the Copilot to adapt it.
The Core Six
Bidding, budgets and search-term cleanup.
6 templates · 2 supporting skills
Explore The Core Six →Add skills for the work you do.
Connect your AI to Merch Jar.
Open the Copilot in your AI app.
Download the Copilot and open it in a compatible AI app.
Connect your Merch Jar account.
Create an API key in Merch Jar and use it to connect your account.
Choose your first job.
Ask your AI to review an account or help prepare a campaign. Review proposed changes before applying them.
Latest release v1.2.6 · September 10, 2026
Other ways to install, and more resources
One-line install for terminal agents: Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot. Choose the skills you want to install. Include merchjar-connect so those skills can connect to your account.
$ npx skills add merchjar/copilotNeeds Node.
Couldn't copy. Select and copy the command above.
Try it with your account.
Included with every Merch Jar plan; requires an active subscription.