Re: How to update existing keyword text using adwords php client library

2020-03-16 Thread Google Ads API Forum Advisor Prod
Hello, I can definitely see your point as UpdateKeyword doesn't mean you can update all the fields related to a keyword. It is more updating keyword metadata. I'll chat with our client library owners about making that more clear in the future. I really appreciate the feedback. Thanks, Nadine,

Re: How to update existing keyword text using adwords php client library

2020-03-15 Thread Rukeith Tseng
Your example did not match the question. The example cannot update keyword text only for stauts. On Wednesday, 26 February 2020 02:19:17 UTC+8, adsapiforumadvisor wrote: > > Hi Mohsin, > > Thank you for reaching out. It is possible to update an existing keyword. > You can follow this example >

RE: How to update existing keyword text using adwords php client library

2020-02-25 Thread Google Ads API Forum Advisor Prod
Hi Mohsin, Thank you for reaching out. It is possible to update an existing keyword. You can follow this example (also available in other languages). Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UXT9Fw:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

Re: How to update existing keyword text using adwords php client library

2020-02-25 Thread Mohsin Khan
@Josh Radcliff is this still not possible to update text of the existing keyword? because now on the Interface in Google Adword Dashboard I can edit that. but i am unable to update it. because this post is very old so maybe now there is some possibility to update keyword text. On Tuesday, March

Re: How to update existing keyword text using adwords php client library ?

2017-08-08 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Sarvagya, Could you confirm if this is the same issue on the other forum post that you created? Your description in this post is updating keyword text but the code is about gettin

How to update existing keyword text using adwords php client library ?

2017-08-08 Thread Sarvagya Pandey
How to update a Keyword Final URL *Code I am using:* // Get the service, which loads the required classes. $adGroupCriterionService = $adWordsServices->get($session, AdGroupCriterionService::class); // Create selector. $selector = new Selector(); $selector->setFields(['KeywordText', 'Keyw

Re: How to update existing keyword text using adwords php client library

2014-03-11 Thread Josh Radcliff (AdWords API Team)
Hi, As in the AdWords user interface, a Keyword object's text is immutable once it is created. To modify the text you will need to remove the existing Keyword and then add a new Keyword with the new text. The following PHP examples illustrate how to do this: - DeleteKeyword

How to update existing keyword text using adwords php client library

2014-03-10 Thread brstdev9
hello, i have stuck in a new problem : How to update existing keywords text ? I have the creation Id and i am using the service AdGroupCriterionService.mutate but still not able to figure out how can i change the text of the existing keywords. looking forward for you help! Thanks! -- -- =~=~=