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

# CampaignTargetingCreate

Targeting configuration supplied when creating a campaign.

## Declaration

```data
object CampaignTargetingCreate
```

## Properties

supplySource: The supply source(s) where ads are eligible to appear (for example, APPSTORE, MAPS). See TargetingDataCreate for details. supplyPlacement: The specific placements within a supply source. See accepted values below. See TargetingDataCreate for details. countryOrRegion: The countries or regions where the campaign serves ads. Uses ISO 3166-1 alpha-2 country codes. See TargetingDataCreate for details.

## Discussion

Discussion The CampaignTargetingCreate object is the create-time counterpart to CampaignTargeting. It defines the supply source, placement, and geographic markets for a new campaign using TargetingDataCreate objects for each dimension. All three dimensions are include-only: the exclude array isn’t supported at the campaign level. The TargetingDataCreate at creation time corresponds to TargetingData in read and update responses. Once the campaign is created, use CampaignTargeting to read or update any of the three dimensions. Example {   "supplySource": {     "include": ["APPSTORE"]   },   "supplyPlacement": {     "include": ["APPSTORE_SEARCH_RESULTS", "APPSTORE_SEARCH_TAB"]   },   "countryOrRegion": {     "include": ["US", "CA"]   } }  |  |   |  |   |  |   |  |   |  |   |  |   |  |

## Topics

### Dictionaries

- [CampaignTargetingCreate.CountryOrRegion](apple-ads-platform-api/campaigntargetingcreate/countryorregion-data.dictionary.md)
- [CampaignTargetingCreate.SupplyPlacement](apple-ads-platform-api/campaigntargetingcreate/supplyplacement-data.dictionary.md)
- [CampaignTargetingCreate.SupplySource](apple-ads-platform-api/campaigntargetingcreate/supplysource-data.dictionary.md)

## See Also

- [Campaign](apple-ads-platform-api/campaign.md)
- [CampaignCreate](apple-ads-platform-api/campaigncreate.md)
- [CampaignUpdate](apple-ads-platform-api/campaignupdate.md)
- [CampaignResponse](apple-ads-platform-api/campaignresponse.md)
- [CampaignQueryResponse](apple-ads-platform-api/campaignqueryresponse.md)
- [CampaignTargeting](apple-ads-platform-api/campaigntargeting.md)
- [DailyBudget](apple-ads-platform-api/dailybudget.md)
- [DailyBudgetCreate](apple-ads-platform-api/dailybudgetcreate.md)
- [Money](apple-ads-platform-api/money.md)
- [InvoiceDetailCreate](apple-ads-platform-api/invoicedetailcreate.md)
- [LegacyAppLimitedStatusReasonDetailsResponse](apple-ads-platform-api/legacyapplimitedstatusreasondetailsresponse.md)
- [CampaignTargetingUpdate](apple-ads-platform-api/campaigntargetingupdate.md)
- [DailyBudgetUpdate](apple-ads-platform-api/dailybudgetupdate.md)
- [LegacyAppLimitedStatusReasonDetails](apple-ads-platform-api/legacyapplimitedstatusreasondetails.md)
- [ResponsePagination](apple-ads-platform-api/responsepagination.md)
