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

# CampaignTargetingCreate

Targeting configuration supplied when creating a campaign.

```
object CampaignTargetingCreate
```

## Discussion

The `CampaignTargetingCreate` object is the create-time counterpart to [`CampaignTargeting`](/documentation/Apple-Ads-Platform-API/CampaignTargeting). It defines the supply source, placement, and geographic markets for a new campaign using [`TargetingDataCreate`](/documentation/Apple-Ads-Platform-API/TargetingDataCreate) objects for each dimension. All three dimensions are include-only: the `exclude` array isn’t supported at the campaign level. The [`TargetingDataCreate`](/documentation/Apple-Ads-Platform-API/TargetingDataCreate) at creation time corresponds to [`TargetingData`](/documentation/Apple-Ads-Platform-API/TargetingData) in read and update responses. Once the campaign is created, use [`CampaignTargeting`](/documentation/Apple-Ads-Platform-API/CampaignTargeting) to read or update any of the three dimensions.

### Example

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

|Value                    |Supply source|Placement                |
|-------------------------|-------------|-------------------------|
|`APPSTORE_SEARCH_RESULTS`|`APPSTORE`   |App Store Search results |
|`APPSTORE_SEARCH_TAB`    |`APPSTORE`   |App Store Search tab     |
|`APPSTORE_TODAY_TAB`     |`APPSTORE`   |App Store Today tab      |
|`APPSTORE_PRODUCT_PAGES` |`APPSTORE`   |App Store Product pages  |
|`MAPS_SEARCH_RESULTS`    |`MAPS`       |Apple Maps Search results|
|`MAPS_SEARCH_HOME`       |`MAPS`       |Apple Maps Search home   |

## Topics

### Dictionaries

[`object CampaignTargetingCreate.CountryOrRegion`](/documentation/Apple-Ads-Platform-API/CampaignTargetingCreate/CountryOrRegion-data.dictionary)

The countries or regions where a new campaign’s ads are eligible to serve.

[`object CampaignTargetingCreate.SupplyPlacement`](/documentation/Apple-Ads-Platform-API/CampaignTargetingCreate/SupplyPlacement-data.dictionary)

The specific placement within a supply source where a new campaign’s ads are eligible to appear.

[`object CampaignTargetingCreate.SupplySource`](/documentation/Apple-Ads-Platform-API/CampaignTargetingCreate/SupplySource-data.dictionary)

The supply source where a new campaign’s ads are eligible to appear.

---

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)