---
title: Query Daily Budget Recommendations
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/query-daily-budget-recommendations
---

# Query Daily Budget Recommendations

Retrieve daily budget recommendations for campaigns that may have more opportunities.

## URL

POST https://api.ads.apple.com/v1/recommendations/daily-budgets/query

## Header Parameters

X-Ap-Context:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 Too Many Requests: 500 Internal Server Error:

## Discussion

Discussion Each DailyCapRecommendation result includes: suggestedDailyBudgetAmount: the recommended new daily budget dailyBudget: the current budget for comparison Historical metrics: installs, spend, impression, taps, averageCPA, averageCPT, ttr Expected metrics: projected performance if the budget is raised See FilterOperator for the full set of supported comparison operators. Filterable Fields  |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |  note: id appears in every response but doesn’t support any filter operator on this endpoint. Payload Examples This example queries available daily budget recommendations for an app, sorted by the suggested budget amount in descending order. The response includes the current and suggested budgets alongside historical and projected performance metrics.

## HTTP Body

See RecommendationQueryRequest.

## See Also

- [Query Target CPA Recommendations](apple-ads-platform-api/query-target-cpa-recommendations.md)
- [Apply Target CPA Recommendations](apple-ads-platform-api/apply-target-cpa-recommendations.md)
- [Dismiss Target CPA Recommendations](apple-ads-platform-api/dismiss-target-cpa-recommendations.md)
- [Apply Daily Budget Recommendations](apple-ads-platform-api/apply-daily-budget-recommendations.md)
- [Dismiss Daily Budget Recommendations](apple-ads-platform-api/dismiss-daily-budget-recommendations.md)
