ApplyTargetCpaRecommendation
Request object for applying or dismissing a target CPA recommendation.
Declaration
object ApplyTargetCpaRecommendationProperties
| 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. |
appliedTargetCPA | RecommendationMoney | The target CPA value to apply. Overrides |
historyId | string | Optional reference to a prior history record. |
Discussion
The ApplyTargetCpaRecommendation object is the request body for applying or dismissing a target CPA recommendation.
Example
{
"id": "rec-tcpa-001",
"promotedObjectId": "123456",
"promotedObjectType": "APPSTORE_APP",
"appliedTargetCPA": {
"amount": "5.00",
"currency": "USD"
},
"historyId": "hist-tcpa-001"
}See Also
TargetCpaRecommendationTargetCpaRecommendationHistoryDailyCapRecommendationDailyCapRecommendationHistoryApplyDailyCapRecommendationResponseEnvelopeResponseErrorResponseErrorDetailResponsePaginationMoneyRecommendationApplyDailyBudgetResponseRecommendationApplyTargetCpaResponseRecommendationBidStrategyRecommendationDismissDailyBudgetResponseRecommendationDismissTargetCpaResponse