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

# AppsTargetingProjection

Targeting projection for apps campaigns.

```
object AppsTargetingProjection
```

## Discussion

The `AppsTargetingProjection` object describes the targeting scope for an apps campaign entity as captured in a report row. Each field is an `IncludeExclude` wrapper whose `include` array lists the active targeting values at the time of the report.

### Example

```json
{
  "supplyPlacement": {
    "include": ["APPSTORE_SEARCH_RESULTS", "APPSTORE_SEARCH_TAB"]
  },
  "lifetimeStorefronts": {
    "include": ["US", "CA", "GB"]
  },
  "countryOrRegion": {
    "include": ["US", "CA"]
  }
}
```

---

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)