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<https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/BasicOperations/DeleteKeyword.php> - AddKeywords<https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/BasicOperations/AddKeywords.php> Cheers, Josh, AdWords API Team On Tuesday, March 11, 2014 1:53:00 AM UTC-4, [email protected] wrote: > > 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! > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
