<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/TargetCpaRecommendationHistory",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:TargetCpaRecommendationHistory"
  },
  "title" : "TargetCpaRecommendationHistory"
}
-->

# TargetCpaRecommendationHistory

History record created when a target CPA recommendation is applied or dismissed.

```
object TargetCpaRecommendationHistory
```

## Discussion

The `TargetCpaRecommendationHistory` object is an immutable record that the system creates when you apply or dismiss a target CPA recommendation. The record preserves both `recommendedTargetCPA` and `appliedTargetCPA` (the value actually used, which may differ if the advertiser supplied a custom override).

### Example

```json
{
  "recommendationId": "123456789",
  "recommendationType": "TCPA",
  "promotedObjectId": "987654321",
  "promotedObjectType": "APPSTORE_APP",
  "campaignId": 555666777,
  "campaignName": "AwayFinder - US - Search",
  "state": "APPLIED",
  "status": "ENABLED",
  "appliedTargetCPA": {
    "amount": "5.50",
    "currency": "USD"
  },
  "recommendedTargetCPA": {
    "amount": "6.00",
    "currency": "USD"
  },
  "rank": 1,
  "installs": 1240,
  "spend": {
    "amount": "6820.00",
    "currency": "USD"
  },
  "averageCPA": {
    "amount": "5.50",
    "currency": "USD"
  },
  "averageCPT": {
    "amount": "0.85",
    "currency": "USD"
  },
  "impression": 980000,
  "taps": 8025,
  "ttr": 0.0082,
  "expectedInstalls": 1400,
  "expectedSpend": {
    "amount": "8400.00",
    "currency": "USD"
  },
  "expectedTaps": 9100,
  "expectedCPA": {
    "amount": "6.00",
    "currency": "USD"
  },
  "creationTime": "2025-01-05T08:00:00.000",
  "modificationTime": "2025-01-10T08:00:00.000",
  "appliedTime": "2025-01-10T08:00:00.000",
  "expirationTime": "2025-01-20T08:00:00.000"
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)