error_code { request_error: IMMUTABLE_FIELD } message: "Field \'keyword.text\' cannot be modified by \'UPDATE\' operation." location { field_path_elements { field_name: "operations" index { } } field_path_elements { field_name: "update" } field_path_elements { field_name: "keyword" } field_path_elements { field_name: "text" } }}, 'OEhB_4KnhzMQaXAX0pvB2Q')
Hi Rukeith,
Thank you for reaching out. You encountered the issue as you tried to mutate the ad whose type is not mutable. Please refer to this guide on types of ads that are mutable. Please let me know if you have any further concerns.
Thanks and regards,
Xiaoming, Google Ads API Team
Hi Rukeith,
The Keyword object's text is immutable once it is created. If you need to modify the text you would have to remove the existing Keyword and then add a new Keyword with the new text. It is not necessary that updating a keyword means you can update all the fields related to a keyword.
Thanks and regards,
Xiaoming, Google Ads API Team