Budget
The Budget object represents budget configuration for campaigns and ad groups.
Budgets can be set at either the campaign level or at individual ad group levels:
- Campaign-level budget: A single budget that is shared across all ad groups within the campaign
- Ad group-level budget: Individual budgets for each ad group, allowing for more granularity in how the budget is distributed between ad groups
¶ Properties
| Property | Type | Description |
|---|---|---|
unit |
enum | Budget time unit - determines the period over which the budget limit applies |
total |
CurrencyAmount | Total budget amount in the specified currency |
cofunding_sources |
list[CofundingSource] | List of funding sources that contribute to campaign costs |
¶ Budget Units
| Value | Description |
|---|---|
BUDGET_UNIT_INVALID |
Invalid budget unit |
BUDGET_UNIT_FIXED |
Fixed total budget |
BUDGET_UNIT_DAILY |
Daily budget limit |
BUDGET_UNIT_WEEKLY |
Weekly budget limit |