Contents

Bulk Update Keywords

Updates multiple keywords in a single request.

URL

POST https://api.ads.apple.com/v1/keywords/bulk-update

Header Parameters

NameTypeDescription
X-Ap-Context Requiredstring

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
KeywordUpdateBulkResponse
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 multiple keywords in a single request. Each item in the items array must include the keyword id. You can update only bid and status per keyword. The keyword text and matchType are immutable after creation.

This endpoint is well-suited for batch bid adjustments. For example, raise bids on high-performing keywords after a performance review, or pause a set of underperforming keywords in one call.

Payload Examples

See Also

Keywords