AdWords API Re: Change keyword text and match type

2009-12-07 Thread Stipo GemBoxSoftware
I think Criterions and Ads are immutable so to change them you must
first delete old object and then add a new one with changed values.

On Dec 4, 11:31 am, rkal  wrote:
> In terms of updating keyword match type and
> keyword text via adwords4r library- I have problem with actuall change
> to happen in Google.
>
> Here is the object that is prepared befor updating keyword:
>
>  0x7f8d81ec78c0
> �...@exemptionrequests=[],
> �...@operand=
>
> # 0x7f8d81ec7820
>   @adGroupCriterion_Type=nil,
>   @adGroupId=xx
>   @approvalStatus=nil,
>   @bids=nil,
>   @criterion=
>    # 0x7f8d81ec77d0
>     @criterion_Type=nil,
>     @id=xx
>     @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 adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




AdWords API Re: Change keyword text and match type

2009-12-04 Thread AdWords API Advisor
Hi Rafal,

It isn't possible to change the text or match type of a keyword.  You
must remove the old keyword and add a new one.

Best,
- Eric Koleda, AdWords API Team

On Dec 4, 5:31 am, rkal  wrote:
> In terms of updating keyword match type and
> keyword text via adwords4r library- I have problem with actuall change
> to happen in Google.
>
> Here is the object that is prepared befor updating keyword:
>
>  0x7f8d81ec78c0
> �...@exemptionrequests=[],
> �...@operand=
>
> # 0x7f8d81ec7820
>   @adGroupCriterion_Type=nil,
>   @adGroupId=xx
>   @approvalStatus=nil,
>   @bids=nil,
>   @criterion=
>    # 0x7f8d81ec77d0
>     @criterion_Type=nil,
>     @id=xx
>     @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 adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.