Hi,
I am creating keywords with the bids array containing a CpcBid object. As 
adwords documentation suggests that content bid cannot be set at ad group 
criterion level, I am setting the content bid to null. 
Eg: 
        com.google.adwords.api.CpcBid out = new 
com.google.adwords.api.CpcBid();
        
        out.setBid(1D);
        out.setContentBid(null);


When calling mutate, I am getting the following API error:
Error: BiddingErrors.INVALID_BID
Field path: 
operations[46].operand.biddingStrategyConfiguration.bids[0].contentBid

This suggests that there is something invalid about the content bid.

I have tried with setting content bid to 0 as well, however, it returns the 
same error.



Thanks.


Haiku

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

--- 
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to