# Check Pinterest budget pacing mid-month

> Tier: recipe. Operating recipe: real tool sequence, core rules, known traps.

Mid-month pacing on Pinterest: run rates against intention, the platform's budget model read correctly.

**Intent.** Whether Pinterest spend lands the month on target, with the platform's own budget mechanics respected.

## When to use

- Mid-month, every month.

## When not to use

- The first days of the month: run rates on two days are noise.

## Sources

Required: Pinterest Ads

## Preconditions

- The account is ticked in the dashboard, confirmed via list_accounts.

## Inputs

- `window`: Analysis window. Default: last 30 days.

## Procedure

1. Read budgets and their modes. — tools: `pinterest_get_account_entities`
2. Compute month-to-date run rates and project. — tools: `pinterest_run_report`

## Decision rules

- **When** Projection misses intention by more than 10% → **conclude** Flag now with the daily delta: month-end surprises are mid-month findings ignored.
- **When** Lifetime budgets are common here → **conclude** a lifetime budget mid-flight needs days-remaining math, not daily caps.

## Evidence requirements

- Every figure carries its account, metric and window.
- Anything below a readable sample size is reported as unjudged, not as zero.

## Human approval boundary

- The readout changes nothing. Any change it motivates goes through Safe Writes: preview, human confirmation, then apply.

## Failure modes

- Long attribution makes efficiency pacing premature: pace spend, judge efficiency later.

## Output

- **Readout**: The figures, with windows and accounts named.
- **Flags**: What deserves a deeper skill or a human decision.

## Related

- Skill: [budget-reallocation](https://www.getmcpads.com/skills/budget-reallocation.md)
- Skill: [google-ads-budget-pacing](https://www.getmcpads.com/skills/google-ads-budget-pacing.md)
