Contents

Dismiss Daily Budget Recommendations

Dismiss one or more daily budget recommendations without changing the campaign’s budget.

URL

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

Header Parameters

NameTypeDescription
X-Ap-Context Requiredstring

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
RecommendationDismissDailyBudgetResponse
400Bad Request
Content-Type: application/json
RecommendationResponseBody
401Unauthorized
Content-Type: application/json
RecommendationResponseBody
403Forbidden
Content-Type: application/json
RecommendationResponseBody
404Not Found
Content-Type: application/json
RecommendationResponseBody
429Too Many Requests
Content-Type: application/json
RecommendationResponseBody
500Internal Server Error
Content-Type: application/json
RecommendationResponseBody

Discussion

Dismissing a daily budget recommendation just means you’ve decided not to raise the budget. The campaign’s daily budget stays unchanged, and the recommendation moves to DISMISSED state. The response is a history record that preserves the recommendation’s state at the time you dismissed it.

Payload Examples

This example dismisses a daily budget recommendation. The campaign’s daily budget stays unchanged, and the response confirms the recommendation is now in DISMISSED state.

HTTP Body

Send an array of ApplyDailyCapRecommendation objects, one per recommendation you want to dismiss. All items must share the same promotedObjectId, and each item needs id, promotedObjectId, and promotedObjectType.

See Also