ApplyDailyCapRecommendation
Request object for applying or dismissing a daily budget recommendation.
Declaration
object ApplyDailyCapRecommendationProperties
| Name | Type | Description |
|---|---|---|
id Required | string | The unique identifier of the recommendation to act on. |
promotedObjectId Required | string | The ID of the promoted object. For |
promotedObjectType Required | string | The type of the promoted object. |
appliedDailyBudget | RecommendationMoney | The daily budget amount to apply. Overrides |
historyId | string | Optional reference to a prior history record. |
Discussion
The ApplyDailyCapRecommendation object is the request body for applying or dismissing a daily budget recommendation.
Example
{
"id": "rec-budget-001",
"promotedObjectId": "123456",
"promotedObjectType": "APPSTORE_APP",
"appliedDailyBudget": {
"amount": "500.00",
"currency": "USD"
},
"historyId": "hist-789012"
}See Also
TargetCpaRecommendationTargetCpaRecommendationHistoryDailyCapRecommendationDailyCapRecommendationHistoryApplyTargetCpaRecommendationResponseEnvelopeResponseErrorResponseErrorDetailResponsePaginationMoneyRecommendationApplyDailyBudgetResponseRecommendationApplyTargetCpaResponseRecommendationBidStrategyRecommendationDismissDailyBudgetResponseRecommendationDismissTargetCpaResponse