Contents

Update a Negative Keyword

Update a negative keyword’s status to enable or pause its search term exclusion.

URL

PUT https://api.ads.apple.com/v1/negative-keywords/{id}

Path Parameters

NameTypeDescription
id Requiredstring

Header Parameters

NameTypeDescription
X-Ap-Context Requiredstring

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
NegativeKeywordResponse
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 negative keyword. The NegativeKeywordUpdate schema accepts only the status field. Negative keywords don’t have a bid field, and text and matchType are immutable after creation. To change a negative keyword’s text or match type, delete it and create a new one.

Payload Examples

See Also