Update keywords
PATCH {{baseUrl}}/ad_accounts/:ad_account_id/keywords
Update one or more keywords' bid and archived fields.
Archiving a keyword effectively deletes it - keywords no longer receive metrics and no longer visible within the parent entity's keywords list.
Request Body
{"keywords"=>[{"id"=>"2886364308355", "archived"=>false, "bid"=>200000}, {"id"=>"2886364308355", "archived"=>false, "bid"=>200000}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"errors":[{"data":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"error_messages":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]},{"data":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"error_messages":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}]}