Contents

DailyBudgetUpdate

Request wrapper for updating a campaign’s daily budget amount.

Declaration

object DailyBudgetUpdate

Properties

NameTypeDescription
valueMoney

The new daily budget amount as a Money object with amount (decimal string) and ISO 4217 currency code. See Money.

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"
  }
}

See Also