# Daily budget

> A daily budget is the average amount a Meta Ads campaign or ad set is allowed to spend per day; Meta may spend more on a high-opportunity day and less on a quiet one, averaging out to the set figure over the week.

Source: https://adops.id/glossary/daily-budget/
Last updated: 2026-08-20
Publisher: AdOps (https://adops.id) — an independent product, not affiliated with Meta Platforms, Inc.

---

**Also known as:** Daily spend cap

**Formula:** Daily budget after a percentage increase = current daily budget × (1 + percentage ÷ 100)

**In AdOps:** Daily Budget (`daily_budget`) is one of the 45 AdOps rule metrics and one of the 6 that are point-in-time, so it carries no reporting period. It is read with a dedicated Graph object call, and all three budget actions re-read the live value before writing a new one.

A daily budget is the average a campaign is allowed to spend per day, which Meta paces across the week rather than capping each day exactly. AdOps treats it as both a metric and a target: Daily Budget can be read in a condition, and Increase budget, Decrease budget and Set budget write a new value to it.

## How does AdOps calculate a new daily budget?

A percentage change is applied to the campaign's current value. A campaign at Rp 2,400,000 a day with a 25% Increase budget action becomes Rp 3,000,000. A fixed amount replaces or adjusts by a stated figure instead, and Set budget can also take its number from a custom metric resolved from a Google Sheet.

## Why does AdOps re-read the budget before writing?

Because the figure may have moved since the rule last evaluated. All three budget actions re-read the live daily budget from Meta immediately before they write, so a percentage increase compounds from the current value rather than from a stale one captured earlier in the run.

## Can a condition read the daily budget itself?

Yes. Daily Budget is a rule metric, fetched through its own Graph object call rather than through the Insights batch, and it is point-in-time, so it takes no reporting period. Daily Budget, Spend and Purchase ROAS are the three metric keys the ten shipped rule templates are built from.
