DailyBudgetUpdate
Request wrapper for updating a campaign’s daily budget amount.
Declaration
object DailyBudgetUpdateProperties
| Name | Type | Description |
|---|---|---|
value | Money | The new daily budget amount as a Money object with |
Discussion
The DailyBudgetUpdate object is the update-time counterpart to DailyBudget. It wraps a single value field containing the new daily spend cap as a Money object.
Example
{
"value": {
"amount": "150.00",
"currency": "USD"
}
}