Contents

Update a Campaign

Update a campaign’s name, status, budget, targeting, or bid strategy.

URL

PUT https://api.ads.apple.com/v1/campaigns/{id}

Path Parameters

NameTypeDescription
id Requiredstring

Header Parameters

NameTypeDescription
X-Ap-Context Requiredstring

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
CampaignResponse
400Bad Request
Content-Type: application/json
ErrorResponse
401Unauthorized
Content-Type: application/json
ErrorResponse
403Forbidden
Content-Type: application/json
ErrorResponse
404Not Found
Content-Type: application/json
ErrorResponse
429Too Many Requests
Content-Type: application/json
ErrorResponse
500Internal Server Error
Content-Type: application/json
ErrorResponse

Discussion

This endpoint updates an existing campaign. It changes only the fields included in the request body. Omitted fields retain their current values. The promotedObjectType and promotedObjectId fields are not part of the CampaignUpdate schema. They’re immutable after campaign creation, so this endpoint can’t change them.

Payload Examples

See Also