Hi, Im reading about it, and I think that keyword.text and keyword.matchType are immutables. Is it possible?
Keyword field is an union field criterion from AdGroupCriteria: https://developers.google.com/google-ads/api/reference/rpc/v6/AdGroupCriterion#criterion And all of these are immutables, so I can create and remove keywords but not modify them from API, is it right? In Google Ads console I can modify them but I think that really it remove the old one and creates new one. Can you confirm this? Thanks El martes, 29 de diciembre de 2020 a las 18:35:50 UTC+1, Antonio Cortina escribió: > Hi, > > Thanks for your response. Im using javascript/node and I cant see any > client library. > > In any case, im interested in use REST and not client because im using > several google apis in the same way. > > Can you help me about modify keywords with REST? > > Thanks > > El martes, 29 de diciembre de 2020 a las 18:15:49 UTC+1, > adsapiforumadvisor escribió: > >> Hi Antonio, >> >> Thanks for reaching out. We recommend using the client libraries for >> basic tasks, such as updating a keyword. You can find a code example for >> updating keywords from the client libraries here >> <https://developers.google.com/google-ads/api/docs/samples/update-keyword> >> . >> >> Regards, >> Matt >> Google Ads API Team >> >> [image: Google Logo] >> Matt >> Google Ads API Team >> >> >> ref:_00D1U1174p._5004Q29VGJt:ref >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/fc9f79e0-acd4-449a-9a76-28a59d9c5fa6n%40googlegroups.com.
