how to change a keyword bid without keyword text and Match Type?

2010-04-26 Thread Hongyu Li
I am trying to used the least columns to change a keyword bid value. Keyword
ID, Account, AdGroup ID, Keyword Text and Match Type is required, I tried
use  instead of keyword text, It works and the keyword text used the last
value. I am using the adword api jave lib and the Match Type is enum, It
will return Error when I set Match type to null.

Is there have any way to change bid without keyword match type?

Thanks
Warren

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@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


Re: how to change a keyword bid without keyword text and Match Type?

2010-04-26 Thread AdWords API Advisor
Hi Warren,

When updating criteria set the criterion field of the AdGroupCriterion
to a generic Criterion object and only fill in the id.

  v20:operand xsi:type=v20:BiddableAdGroupCriterion
 v20:adGroupIdX/v20:adGroupId
 v20:criterion
v20:idX/v20:id
 /v20:criterion
 v20:bids xsi:type=v20:ManualCPCAdGroupCriterionBids
v20:maxCpc
   v20:amount
  v20:microAmount100/v20:microAmount
   /v20:amount
/v20:maxCpc
 /v20:bids
  /v20:operand

Best,
- Eric Koleda, AdWords API Team

On Apr 26, 3:44 am, Hongyu Li hongyu...@gmail.com wrote:
 I am trying to used the least columns to change a keyword bid value. Keyword
 ID, Account, AdGroup ID, Keyword Text and Match Type is required, I tried
 use  instead of keyword text, It works and the keyword text used the last
 value. I am using the adword api jave lib and the Match Type is enum, It
 will return Error when I set Match type to null.

 Is there have any way to change bid without keyword match type?

 Thanks
 Warren

 --
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 Have you migrated to v200909 yet?
 The v13 sunset is on April 22, 2010.

 Also find us on our blog and discussion 
 group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

 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-api@googlegroups.com
 To unsubscribe from this group, send email to
 adwords-api+unsubscr...@googlegroups.com
 For more options, visit this group 
 athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@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