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

# BrandsTargetingProjection

Targeting projection for brands ad groups and campaigns.

## Declaration

```data
object BrandsTargetingProjection
```

## Properties

supplyPlacement: Restricts delivery to specific placement slots within Maps supply. Supported values: MAPS_SEARCH_RESULTS, MAPS_SEARCH_HOME. See IncludeExclude for details. lifetimeStorefronts: Controls country or region targeting over the lifetime of the campaign. See IncludeExclude for details. supplySource: Restricts delivery to a specific supply source. Use MAPS for Apple Maps placements. See IncludeExclude for details. promotedLocationGroup: Targets a specific location group. Use for campaigns targeting many locations at once. The location group ID identifies a saved set of brand locations. See IncludeExclude for details. promotedLocation: Targets an individual brand location by location ID. Use for single-location targeting. See IncludeExclude for details.

## Discussion

Discussion The BrandsTargetingProjection appears in brands report rows, capturing the targeting configuration at the time of the report. All fields use IncludeExclude objects containing an include array of string values. Example {   "supplyPlacement": {     "include": ["MAPS_SEARCH_RESULTS", "MAPS_SEARCH_HOME"]   },   "lifetimeStorefronts": {     "include": ["US", "CA"]   },   "supplySource": {     "include": ["MAPS"]   },   "promotedLocationGroup": {     "include": ["555666777"]   },   "promotedLocation": {     "include": ["123456789"]   } }

## See Also

- [BrandsReportingRequest](apple-ads-platform-api/brandsreportingrequest.md)
- [BrandsReportingCampaign](apple-ads-platform-api/brandsreportingcampaign.md)
- [BrandsReportingAdGroup](apple-ads-platform-api/brandsreportingadgroup.md)
- [BrandsReportingAd](apple-ads-platform-api/brandsreportingad.md)
- [BrandsReportingCreative](apple-ads-platform-api/brandsreportingcreative.md)
- [BrandsReportingKeyword](apple-ads-platform-api/brandsreportingkeyword.md)
- [BrandsReportingSearchTerm](apple-ads-platform-api/brandsreportingsearchterm.md)
- [BrandsCampaignReportResponse](apple-ads-platform-api/brandscampaignreportresponse.md)
- [BrandsCampaignReportRow](apple-ads-platform-api/brandscampaignreportrow.md)
- [BrandsCampaignReportSummary](apple-ads-platform-api/brandscampaignreportsummary.md)
- [BrandsCampaignResultContainer](apple-ads-platform-api/brandscampaignresultcontainer.md)
- [BrandsAdGroupReportResponse](apple-ads-platform-api/brandsadgroupreportresponse.md)
- [BrandsAdGroupReportRow](apple-ads-platform-api/brandsadgroupreportrow.md)
- [BrandsAdGroupReportSummary](apple-ads-platform-api/brandsadgroupreportsummary.md)
- [BrandsAdGroupResultContainer](apple-ads-platform-api/brandsadgroupresultcontainer.md)
