---
title: Create a Campaign
framework: Apple Ads
role: symbol
role_heading: Web Service Endpoint
platforms: [search ads 5.0+]
path: apple_ads/create-a-campaign
---

# Create a Campaign

Creates a campaign to promote an app.

## URL

POST https://api.searchads.apple.com/api/v5/campaigns

## Response Codes

200 OK: If the call succeeds, the API returns the Campaign object in the response payload with an HTTP status code of 200(OK). If unsuccessful, the HTTP status code indicates the error with details in the error message. 400 Bad Request: An invalid query or missing required parameters. 401 Unauthorized: An unauthenticated call fails to get the requested response. 403 Forbidden: Insufficient rights to the resource. 404 Not Found: The API can’t locate the resource. 429 : The API calls exceed rate-limit thresholds. See the Rate Limits subsection of Calling the Apple Ads API. 500 Internal Server Error: The Apple Ads server is temporarily down or unreachable. The request may be valid, but you need to retry it later.

## Mentioned in

Apple Ads Campaign Management API 5 Apple Ads Campaign Management API 3 Apple Ads Campaign Management API 4

## Discussion

Discussion Essential points for creating campaigns are: Use Search for iOS apps to retrieve your adamId to use in the request payload. Use Find App Eligibility Records to determine your app eligibility to run in campaigns. A dailyBudgetAmount is a required field to manage the daily budget of your campaigns. Use the countriesOrRegions attribute to assign App Store locations. To advertise in multiple markets, group countries and regions into a single campaign using ISO alpha-2 country code values. See the Campaign object and SupplySource for descriptions of attributes. After creating a campaign, see Create an Ad Group. Payload example: Create a campaign with a manual bid strategy Payload example: Create a campaign with a Maximize Conversions bid strategy Set the biddingStrategy value to MAX_CONVERSIONS. If not specified, biddingStrategy defaults to MANUAL_CPT. A targetCpa is required. Only the APPSTORE_SEARCH_RESULTS supplySources placement is supported. After creating a Maximize Conversions bid strategy, see the automated ad group payload example in Create an Ad Group.

## HTTP Body

The request body that includes the details of the campaign.

## See Also

### Campaign Endpoints

- [Find Campaigns](apple_ads/find-campaigns.md)
- [Get a Campaign](apple_ads/get-a-campaign.md)
- [Get all Campaigns](apple_ads/get-all-campaigns.md)
- [Update a Campaign](apple_ads/update-a-campaign.md)
- [Delete a Campaign](apple_ads/delete-a-campaign.md)
