Hi Rafal, The method I described can be used to update properties of the AdGroupCriterion (in this case BiddableAdGroupCriterion), such as the destination URL. However, the properties of the keyword itself, such as text and matchType, cannot be update. If you want to change the text and match type you should remove the old keyword and add a new one.
Best, - Eric On Dec 3, 9:17 am, rkal <[email protected]> wrote: > Hi Eric, > > Comming back to this, in terms of updating keyword match type and > keyword text - the way you suggested do not work. > The request object is generated properly: > > <AdWords::V200909::AdGroupCriterionService::AdGroupCriterionOperation: > 0x7f8d81ec78c0 > �...@exemptionrequests=[], > �...@operand= > > #<AdWords::V200909::AdGroupCriterionService::BiddableAdGroupCriterion: > 0x7f8d81ec7820 > �...@adgroupcriterion_type=nil, > �...@adgroupid=xxxxxx > �...@approvalstatus=nil, > �...@bids=nil, > �...@criterion= > #<AdWords::V200909::AdGroupCriterionService::Keyword: > 0x7f8d81ec77d0 > �...@criterion_type=nil, > �...@id=xxxxxx > �...@matchtype="PHRASE", > �...@text="test 2">, > �...@destinationurl=nil, > �...@firstpagecpc=nil, > �...@qualityinfo=nil, > �...@stats=nil, > �...@systemservingstatus=nil, > �...@userstatus=nil>, > �...@operation_type=nil, > �...@operator="SET"> > > As a result neither text, nor match type is changed. > Any ideas with it? > > Thanks in advance > Rafal -- 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.
