<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/DailyBudgetCreate",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:DailyBudgetCreate"
  },
  "title" : "DailyBudgetCreate"
}
-->

# DailyBudgetCreate

Request wrapper for setting a campaign’s daily budget at creation time.

```
object DailyBudgetCreate
```

## Discussion

The `DailyBudgetCreate` object is the create-time counterpart to [`DailyBudget`](/documentation/Apple-Ads-Platform-API/DailyBudget). It wraps a single `value` field containing the desired daily spend cap as a `Money` object. The `dailyBudget` field is required for all campaigns. The `sharedBudgets` field may also be provided to assign the campaign to one or more budget orders.

### Example

```json
{
  "value": {
    "amount": "100.00",
    "currency": "USD"
  }
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)