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

# AppsTargetingProjection

Targeting projection for apps campaigns.

## Declaration

```data
object AppsTargetingProjection
```

## Properties

supplyPlacement: The ad placement slots included in delivery. Values: APPSTORE_SEARCH_RESULTS, APPSTORE_SEARCH_TAB, APPSTORE_TODAY_TAB, APPSTORE_PRODUCT_PAGES. See IncludeExclude for details. lifetimeStorefronts: App Store countries or regions targeted over the campaign’s lifetime, which may differ from the currently active countryOrRegion targeting. See IncludeExclude for details. countryOrRegion: ISO 3166-1 alpha-2 country codes currently targeted by the campaign. See IncludeExclude for details.

## Discussion

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 {   "supplyPlacement": {     "include": ["APPSTORE_SEARCH_RESULTS", "APPSTORE_SEARCH_TAB"]   },   "lifetimeStorefronts": {     "include": ["US", "CA", "GB"]   },   "countryOrRegion": {     "include": ["US", "CA"]   } }

## See Also

- [AppsReportingRequest](apple-ads-platform-api/appsreportingrequest.md)
- [AppsReportingCampaign](apple-ads-platform-api/appsreportingcampaign.md)
- [AppsReportingAdGroup](apple-ads-platform-api/appsreportingadgroup.md)
- [AppsReportingAd](apple-ads-platform-api/appsreportingad.md)
- [AppsReportingCreative](apple-ads-platform-api/appsreportingcreative.md)
- [AppsCampaignReportResponse](apple-ads-platform-api/appscampaignreportresponse.md)
- [AppsCampaignReportRow](apple-ads-platform-api/appscampaignreportrow.md)
- [AppsCampaignReportSummary](apple-ads-platform-api/appscampaignreportsummary.md)
- [AppsCampaignResultContainer](apple-ads-platform-api/appscampaignresultcontainer.md)
- [AppsAdGroupReportResponse](apple-ads-platform-api/appsadgroupreportresponse.md)
- [AppsAdGroupReportRow](apple-ads-platform-api/appsadgroupreportrow.md)
- [AppsAdGroupReportSummary](apple-ads-platform-api/appsadgroupreportsummary.md)
- [AppsAdGroupResultContainer](apple-ads-platform-api/appsadgroupresultcontainer.md)
- [AppsAdReportResponse](apple-ads-platform-api/appsadreportresponse.md)
- [AppsAdReportRow](apple-ads-platform-api/appsadreportrow.md)
