---
title: CampaignUpdate.DailyBudget
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/campaignupdate/dailybudget-data.dictionary
---

# CampaignUpdate.DailyBudget

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

## Declaration

```data
object CampaignUpdate.DailyBudget
```

## Properties

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

## Discussion

Discussion To change a campaign’s daily spend cap, use this object. Submitting a new value replaces the current daily budget outright and doesn’t affect sharedBudgets, which are managed independently. See DailyBudgetUpdate for the full field reference.
