---
title: ApplyTargetCpaRecommendation
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/applytargetcparecommendation
---

# ApplyTargetCpaRecommendation

Request object for applying or dismissing a target CPA recommendation.

## Declaration

```data
object ApplyTargetCpaRecommendation
```

## Properties

id: The unique identifier of the recommendation to act on. promotedObjectId: The ID of the promoted object. For APPSTORE_APP, this is the app Adam ID. For BUSINESS_BRAND, this is the brand ID. promotedObjectType: The type of the promoted object. appliedTargetCPA: The target CPA value to apply. Overrides recommendedTargetCPA if provided. Ignored on dismiss. See Money. historyId: Optional reference to a prior history record.

## Discussion

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

- [TargetCpaRecommendation](apple-ads-platform-api/targetcparecommendation.md)
- [TargetCpaRecommendationHistory](apple-ads-platform-api/targetcparecommendationhistory.md)
- [DailyCapRecommendation](apple-ads-platform-api/dailycaprecommendation.md)
- [DailyCapRecommendationHistory](apple-ads-platform-api/dailycaprecommendationhistory.md)
- [ApplyDailyCapRecommendation](apple-ads-platform-api/applydailycaprecommendation.md)
- [ResponseEnvelope](apple-ads-platform-api/recommendationresponsebody.md)
- [ResponseError](apple-ads-platform-api/recommendationresponseerror.md)
- [ResponseErrorDetail](apple-ads-platform-api/recommendationresponseerrordetail.md)
- [ResponsePagination](apple-ads-platform-api/recommendationresponsepagination.md)
- [Money](apple-ads-platform-api/recommendationmoney.md)
- [RecommendationApplyDailyBudgetResponse](apple-ads-platform-api/recommendationapplydailybudgetresponse.md)
- [RecommendationApplyTargetCpaResponse](apple-ads-platform-api/recommendationapplytargetcparesponse.md)
- [RecommendationBidStrategy](apple-ads-platform-api/recommendationbidstrategy.md)
- [RecommendationDismissDailyBudgetResponse](apple-ads-platform-api/recommendationdismissdailybudgetresponse.md)
- [RecommendationDismissTargetCpaResponse](apple-ads-platform-api/recommendationdismisstargetcparesponse.md)
