DailyBudget
Daily budget cap for a campaign.
Declaration
object DailyBudgetProperties
| Name | Type | Description |
|---|---|---|
value | Money | The daily budget amount as a Money object with amount and ISO 4217 currency code. The currency must match the ad account’s currency. See Money. Mutable. |
Discussion
The DailyBudget object is the campaign-level daily spend cap. Once the daily budget is exhausted, the campaign stops delivering ads for the remainder of that day.
The dailyBudget field is required on all campaigns and caps daily spending. When a campaign also has shared budget assignments, both operate independently: dailyBudget enforces a daily cap. Each shared budget enforces a flight-period cap defined by its startTime and endTime.
Example
{
"value": {
"amount": "100.00",
"currency": "USD"
}
}